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

text
https://api.gamemonitoring.in/servers/9846553
json
{
  "response": {
    "fps": 45,
    "fps_avg": 45,
    "entities_count": 74422,
    "world_seed": 4109,
    "world_size": 3500,
    "steam_id": "90286331278621702",
    "domain": null,
    "id": 9846553,
    "ip": "72.73.28.150",
    "port": 28030,
    "query": 28032,
    "color": 0,
    "city": "Fredericksburg",
    "description": "![Nuclear US - Vanilla | BiWeekly](https://nuclearrust.net/server_content/headers/NuclearRust-1024x512.png)\nNuclear US Vanilla\r\nWipes every 2 weeks (biweekly) Thursdays at 2p EST (unless force)\r\nBPs never wipe!\r\n\r\nAmazing Vanilla Rust experience with the Server company you trust!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778781782,
    "last_online": 1780170024,
    "icon": null,
    "name": "Nuclear US - Vanilla | BiWeekly",
    "connect": "72.73.28.150:28030",
    "request": "72.73.28.150:28032",
    "map": "Nuclear Map Generation",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 1,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1753203141,
    "last_update": 1780170024,
    "banned": false,
    "wipe": 1779991490,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2745,
    "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/9846553");
$data = json_decode($json, true);
var_dump($data);