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

text
https://api.gamemonitoring.in/servers/11639249
json
{
  "response": {
    "fps": 229,
    "fps_avg": 227,
    "entities_count": 84974,
    "world_seed": 1,
    "world_size": 3750,
    "steam_id": "90286310814542851",
    "domain": null,
    "id": 11639249,
    "ip": "209.192.200.52",
    "port": 25603,
    "query": 25588,
    "color": 0,
    "city": "Dallas",
    "description": "![0  FUCKS  GIVEN! US • 2X • MAX 10 [Kit•Shop•Clan] 5/16](https://tyler.gg/0fg.jpg)\nJoin Our STEAM - https://0fg.ca/steam\r\nJoin Our DISCORD - http://0fg.ca/discord\r\n.. For Perks!\r\n\r\n✓ 2X Gather / 2X Sulfur / 2X Loot (Junk Removed)\r\n✓ Offline Protection \r\n✓ Higher Stack Sizes\r\n✓ Boosted Loot Tables\r\n✓ No Electricity Required\r\n✓ Waterless Sprinklers\r\n✓ /MyMini (2 Minute CoolDown) For Everyone\r\n✓ Leaderboard + Loyalty Ranks\r\n✓ Bonus Kits (/kit)\r\n✓ Added Shop (/shop)\r\n✓ Purchase Vehicles With Monies (/vb)\r\n✓ Anti-Cheat Measures Active (Appeal on 0FG.CA/DISCORD)\r\n✓ Active Non-Playing Owner (Friendly too!)",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779950622,
    "last_online": 1779996029,
    "icon": null,
    "name": "0  FUCKS  GIVEN! US • 2X • MAX 10 [Kit•Shop•Clan] 5/16",
    "connect": "209.192.200.52:25603",
    "request": "209.192.200.52:25588",
    "map": "High FPS | Wiped - 12d ago",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779917957,
    "last_update": 1779996029,
    "banned": false,
    "wipe": 1778938535,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5150,
    "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/11639249");
$data = json_decode($json, true);
var_dump($data);