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

text
https://api.gamemonitoring.in/servers/11500966
json
{
  "response": {
    "fps": 60,
    "fps_avg": 60,
    "entities_count": 51853,
    "world_seed": 1,
    "world_size": 3100,
    "steam_id": "90286499957891077",
    "domain": null,
    "id": 11500966,
    "ip": "178.63.84.126",
    "port": 28050,
    "query": 28051,
    "color": 0,
    "city": "Falkenstein",
    "description": "![Irec's Deadland | 2x Ressourcen | Anfänger Server](https://cdn.discordapp.com/attachments/770515700891779082/1496160461526405231/image.png?ex=69fd4ec3&is=69fbfd43&hm=b85989025e4a2ea6bc4d9ba0a4d07535d54c6af3f997854ffd64172f1a0f65e9&)\nPvE-PvP German Server \r\n\r\nJoint auf meinen dc https://discord.gg/pkEaSmRuB6\r\n\r\ntwitch.tv/dayzirec\r\n\r\nHosted By Pine Hosting",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780558409,
    "last_online": 1780420838,
    "icon": null,
    "name": "Irec's Deadland | 2x Ressourcen | Anfänger Server",
    "connect": "178.63.84.126:28050",
    "request": "178.63.84.126:28051",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 75,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1779207166,
    "last_update": 1780558409,
    "banned": false,
    "wipe": 1778247703,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 11116,
    "language": "de",
    "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/11500966");
$data = json_decode($json, true);
var_dump($data);