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

text
https://api.gamemonitoring.in/servers/11501752
json
{
  "response": {
    "fps": 29,
    "fps_avg": 27,
    "entities_count": 90445,
    "world_seed": 1337,
    "world_size": 4000,
    "steam_id": "90286620329937936",
    "domain": null,
    "id": 11501752,
    "ip": "185.36.205.3",
    "port": 28055,
    "query": 28056,
    "color": 0,
    "city": "London",
    "description": "![[EU] Zombie Nation PVE|Quests|Skill Tree|Virtual Quarries|Zombi](https://kappa.lol/HxycQK)\n2x PVE Server - NO PURGE - you can play until wipe\r\nIncreased Stacks\r\nCustom Quest plugin with 239 quests\r\nSkill Tree Progression system with prestige perks\r\nKepp Inventory on death\r\nPersonal Recyclers\r\nClans,Teams & Friends Systems\r\nCustom maps with build spots,raid islands, heli tower islands and bradley arenas\r\nNo Toxicity - Instant Bans for Clowns\r\nMultiple Server events(convoy,Armored train, Airfield Event...)\r\nZombie hordes\r\nAnd much more come check it out",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780650857,
    "last_online": 1780650026,
    "icon": null,
    "name": "[EU] Zombie Nation PVE|Quests|Skill Tree|Virtual Quarries|Zombi",
    "connect": "185.36.205.3:28055",
    "request": "185.36.205.3:28056",
    "map": "discord.gg/zombienation",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 75,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": false,
    "votes": 0,
    "points": 62,
    "add_date": 1779207180,
    "last_update": 1780650857,
    "banned": false,
    "wipe": 1780596056,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1609,
    "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/11501752");
$data = json_decode($json, true);
var_dump($data);