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

text
https://api.gamemonitoring.in/servers/11502668
json
{
  "response": {
    "fps": 56,
    "fps_avg": 54,
    "entities_count": 139166,
    "world_seed": 1337,
    "world_size": 4750,
    "steam_id": 90286092845864960,
    "domain": null,
    "id": 11502668,
    "ip": "198.254.93.12",
    "port": 28015,
    "query": 28014,
    "color": 0,
    "city": "Ooltewah",
    "description": "![HNC Rust Test Server - Invite Only](https://www.dropbox.com/scl/fi/ww8sdsi26fo5o5z7qsdm6/newhncrustheader.png?rlkey=5e3nf5m7ezspmzp4gjg3lkxai&st=b5l1pk44&dl=1)\nHNCRust.com\r\n*HNC Rust Test Server is now invite only. See HNCRust.com for details.\r\n*Test Server may wipe and restart at any time.\r\n*Not recommended for daily use.\r\n*Please consider our main server.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779495214,
    "last_online": 1779810026,
    "icon": null,
    "name": "HNC Rust Test Server - Invite Only",
    "connect": "198.254.93.12:28015",
    "request": "198.254.93.12:28014",
    "map": "HNC Custom Map",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779207209,
    "last_update": 1779810026,
    "banned": false,
    "wipe": 1778178315,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5239,
    "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/11502668");
$data = json_decode($json, true);
var_dump($data);