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

text
https://api.gamemonitoring.in/servers/8869478
json
{
  "response": {
    "fps": 60,
    "fps_avg": 59,
    "entities_count": 62052,
    "world_seed": 1329850613,
    "world_size": 4000,
    "steam_id": "90286583289624577",
    "domain": null,
    "id": 8869478,
    "ip": "89.28.237.39",
    "port": 28110,
    "query": 28111,
    "color": 0,
    "city": "Dallas",
    "description": "![Driftwood PVE - 1x USA | Events | Quests | Backpacks | Kits | R](https://i.ibb.co/TwnSdCM/Rust-Header-Image-Raised.png)\nTrue PVE 1x | discord.gg/bqYwNSga8f | \r\n\r\n- Friendly community with vanilla 1x rates\r\n- Backpacks save each wipe\r\n- Industrial recycler\r\n- Raidable bases\r\n- Quests\r\n- Airfield event\r\n- Cargo plane crash event\r\n- Launch site heli event\r\n- Heli refuel event\r\n- Space event\r\n- Vehicles\r\n- In game and online shops\r\n- Kits & Skinbox\r\n- Free-to-play and VIP options available",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780470419,
    "last_online": 1780581036,
    "icon": null,
    "name": "Driftwood PVE - 1x USA | Events | Quests | Backpacks | Kits | R",
    "connect": "89.28.237.39:28110",
    "request": "89.28.237.39:28111",
    "map": "Procedural 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": 1746349365,
    "last_update": 1780581036,
    "banned": false,
    "wipe": 1778176596,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3300,
    "language": "en",
    "parked": false,
    "app": {
      "id": 252490,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

कोड उदाहरण

php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/8869478");
$data = json_decode($json, true);
var_dump($data);