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

text
https://api.gamemonitoring.in/servers/11645133
json
{
  "response": {
    "fps": 56,
    "fps_avg": 55,
    "entities_count": 82157,
    "world_seed": 283192576,
    "world_size": 3750,
    "steam_id": "90286619032980490",
    "domain": null,
    "id": 11645133,
    "ip": "66.51.96.51",
    "port": 28055,
    "query": 28056,
    "color": 0,
    "city": "Ashburn",
    "description": "![Vindicators - 2x | Biweekly | Solo/Duo/Trio | Shared BP |](https://www.image2url.com/r2/default/images/1778912641133-b325eaf8-fc6d-4e4a-a643-1f4a754be0b1.png)\nWelcome to Vindicators! \r\n\r\n 2x Loot & Faster Progression\r\n Biweekly Wipes\r\n Solo / Duo / Trio Max Teams\r\n Shared Blueprints\r\n Active Helicopters & Events\r\n Quality of Life Mods\r\n Balanced Gameplay • Competitive PvP • No Excessive Grind\r\n\r\nWhether you're building a massive fortress, roaming for PvP, or dominating monuments with your squad, Vindicators delivers the perfect mix of action and progression without the endless grind.\r\n\r\nJoin the fight. Build. Raid. Survive.\r\n Vindicators Rust Server\r\n\r\nJoin the Discord: https://discord.gg/QURpyv9hP",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780631656,
    "last_online": 1780648230,
    "icon": null,
    "name": "Vindicators - 2x | Biweekly | Solo/Duo/Trio | Shared BP |",
    "connect": "66.51.96.51:28055",
    "request": "66.51.96.51:28056",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 75,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780177447,
    "last_update": 1780648230,
    "banned": false,
    "wipe": 1780631724,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5420,
    "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/11645133");
$data = json_decode($json, true);
var_dump($data);