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

text
https://api.gamemonitoring.in/servers/11510946
json
{
  "response": {
    "fps": 58,
    "fps_avg": 58,
    "entities_count": 76173,
    "world_seed": 161038976,
    "world_size": 3700,
    "steam_id": "90286577028995083",
    "domain": null,
    "id": 11510946,
    "ip": "154.193.185.110",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Frankfurt am Main",
    "description": "![TR | EU | HeroServer | 2X 30/5](https://heroserver.online/logo.png)\n══════════════════════\n2 Week Map Wipe | Monthly BP Wipe\n══════════════════════\n\nMap Size: 3700\nMax Ping: 170 ms\nGather: 2x (Wood / Stone / Metal)\nSulfur: 1x\nHQM: 1x\nLoot: 2x\n\n══════════ WIPE ══════════\nMap Wipe: Every 2 Weeks (15:00)\nBlueprint Wipe: Monthly\n• The last wipe was on  30/5\n• Son wipe  30/5 tarihinde atıldı\n• The next wipe will be on  4/6 (5 day wipe schedule)\n• Bir sonraki wipe  4/6 tarihinde atılacak (5 günlük wipe süresi) \n • BP wiped  2/6\n • BP wipe atıldı:  2/6\n══════════════════════\n\nIP: play.heroserver.online\nDiscord: https://discord.gg/usq6ATvQHG\nWebsite: https://heroserver.online/\n══════════════════════",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780538665,
    "last_online": 1780557034,
    "icon": null,
    "name": "TR | EU | HeroServer | 2X 30/5",
    "connect": "154.193.185.110:28015",
    "request": "154.193.185.110:28017",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779353835,
    "last_update": 1780557034,
    "banned": false,
    "wipe": 1780127077,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5075,
    "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/11510946");
$data = json_decode($json, true);
var_dump($data);