प्रोग्राम, वेबसाइट और अन्य के लिए JSON

text
https://api.gamemonitoring.in/servers/11644737
json
{
  "response": {
    "fps": 232,
    "fps_avg": 231,
    "entities_count": 30011,
    "world_seed": 481981,
    "world_size": 2500,
    "steam_id": "90286450687955986",
    "domain": null,
    "id": 11644737,
    "ip": "208.115.206.163",
    "port": 28080,
    "query": 28015,
    "color": 0,
    "city": "Frankfurt am Main",
    "description": "![EU Server | Active Staff | Fair Play | No P2W](https://i.imgur.com/VoKV92c.jpg)\nGerçek ilkel hayatta kalma deneyimine hoş geldiniz!  Silahların değil, yeteneğin ve stratejinin kazandığı bir dünya. Yayını kuşan, kılıcını çek ve topraklar üzerinde hakimiyet kur. Adil oyun anlayışı, aktif yönetim ekibi ve güçlü topluluğumuzla en kaliteli Primitive Rust deneyimini sunuyoruz. Primitive Gameplay Aktif Yönetim Adil Oyun Ortamı Düzenli Wipe Takvimi Hileye Karşı Sıfır Tolerans Premium Sunucu Performansı  Hayatta Kal Avlan Krallığını Kur Zirveye Ulaş -Welcome to the ultimate Primitive Rust experience!  A world where skill and strategy matter more than firearms. Equip your bow, draw your blade, and fight for dominance. Our goal is to provide a fair, competitive, and immersive primitive survival experience. Primitive Gameplay  Active Staff Team Fair Play Environment  Regular Wipe Schedule Zero Tolerance for Cheaters  Premium Server Performance  Survive Hunt Build Your Kingdom Rule the Land - Willkommen zum ultimativen Primitive-Rust-Erlebnis!  Eine Welt, in der Können und Strategie wichtiger sind als Schusswaffen. Nimm deinen Bogen, ziehe dein Schwert und kämpfe um die Vorherrschaft. Unser Ziel ist ein faires, wettbewerbsorientiertes und immersives Spielerlebnis. Primitive Gameplay Aktives Team Faires Spielumfeld Regelmäßige Wipes Null Toleranz gegenüber Cheatern Premium Serverleistung Überleben Jagen Errichte dein Königreich Herrsche über das Land",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780177435,
    "last_online": 1780555833,
    "icon": null,
    "name": "EU Server | Active Staff | Fair Play | No P2W",
    "connect": "208.115.206.163:28080",
    "request": "208.115.206.163:28015",
    "map": "Procedural Map",
    "gamemode": "Primitive",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780177435,
    "last_update": 1780555833,
    "banned": false,
    "wipe": 1780164525,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5581,
    "language": "de",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

कोड उदाहरण

php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11644737");
$data = json_decode($json, true);
var_dump($data);