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

text
https://api.gamemonitoring.in/servers/11607268
json
{
  "response": {
    "fps": 147,
    "fps_avg": 141,
    "entities_count": 88286,
    "world_seed": 1337,
    "world_size": 3700,
    "steam_id": "90286419352069135",
    "domain": null,
    "id": 11607268,
    "ip": "15.235.180.104",
    "port": 60402,
    "query": 60404,
    "color": 0,
    "city": "Singapore",
    "description": "![[SEA] Rust Republic PH | Vanilla](https://i.imgur.com/eL1zT9b.png)\nWelcome to Rust Republic PH!\r\n\r\nA competitive and community-driven server built for players who enjoy balanced PvP, active events, fair gameplay, and a strong survival experience. Whether you're a solo survivor, duo grinder, or part of a large clan, Rust Republic PH offers an exciting environment where skill, teamwork, and strategy matter.\r\n\r\nBe sure to join our Discord server before you start playing by clicking the External Website button.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779918843,
    "last_online": 1780255231,
    "icon": null,
    "name": "[SEA] Rust Republic PH | Vanilla",
    "connect": "15.235.180.104:60402",
    "request": "15.235.180.104:60404",
    "map": "Unite. Build. Conquer.",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 5,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "SG",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1779915502,
    "last_update": 1780255231,
    "banned": false,
    "wipe": 1779919163,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2863,
    "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/11607268");
$data = json_decode($json, true);
var_dump($data);