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

text
https://api.gamemonitoring.in/servers/11671041
json
{
  "response": {
    "fps": 60,
    "fps_avg": 59,
    "entities_count": 64221,
    "world_seed": 23,
    "world_size": 3500,
    "steam_id": "90286617596724233",
    "domain": null,
    "id": 11671041,
    "ip": "66.51.99.87",
    "port": 28025,
    "query": 28026,
    "color": 0,
    "city": "Dallas",
    "description": "![Settlers Village | PVE With Purge Week](https://cdn.discordapp.com/attachments/1438201021401927743/1509447264651837520/Main_server_Title_Pic.png?ex=6a231910&is=6a21c790&hm=e7a9a6b139a32d8b3ccad87357c36f776414e3211f4887d65c8cd678b3467323&)\n~Admin Broclee \r\n-Server Under Construction (please be patient) \r\n-Will Have Purge Last Week Of Wipe\r\n-No B.P Wipes Ever\r\n-Noobs Welcome",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780607061,
    "last_online": 1780631428,
    "icon": null,
    "name": "Settlers Village | PVE With Purge Week",
    "connect": "66.51.99.87:28025",
    "request": "66.51.99.87:28026",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780180912,
    "last_update": 1780631428,
    "banned": false,
    "wipe": 1780615725,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 1,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5462,
    "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/11671041");
$data = json_decode($json, true);
var_dump($data);