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

text
https://api.gamemonitoring.in/servers/570584
json
{
  "response": {
    "fps": 30,
    "fps_avg": 30,
    "entities_count": 77598,
    "world_seed": 162271881,
    "world_size": 3750,
    "steam_id": "90286554758986775",
    "domain": null,
    "id": 570584,
    "ip": "208.52.153.33",
    "port": 28069,
    "query": 28066,
    "color": 0,
    "city": "Dallas",
    "description": "![№[2] D2S Chaotica PvE 1000 Zombies|Raidable Bases|Monthly|Sho](https://cdn.shopify.com/s/files/1/0698/8146/2921/files/Banner-Chaotica-S2.png?v=1761419436)\nChaoTica: Heavy Modified PvE\r\nNot for beginners - chaos, pain, and relentless survival.\r\n\r\nCustom bots, brutal events, raidable bases, and 1000+ zombies.\r\nKeep your gear on revive. 45min day / 5min night.\r\n\r\nCraft System unlocks most VIP perks.\r\nRust Rewards, x2 RP Happy Hour, Player Ranks.\r\nRaidable Bases, Convoy, Paratroopers, Z-Raid Me.\r\nDo you Dare 2 Survive in ChaoTica?",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780053825,
    "last_online": 1780557625,
    "icon": null,
    "name": "№[2] D2S Chaotica PvE 1000 Zombies|Raidable Bases|Monthly|Sho",
    "connect": "208.52.153.33:28069",
    "request": "208.52.153.33:28066",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 1,
    "maxplayers": 40,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1668892691,
    "last_update": 1780557625,
    "banned": false,
    "wipe": 1778178367,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1139,
    "language": "en",
    "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/570584");
$data = json_decode($json, true);
var_dump($data);