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

text
https://api.gamemonitoring.in/servers/11159170
json
{
  "response": {
    "fps": 111,
    "fps_avg": 107,
    "entities_count": 90629,
    "world_seed": 121315421,
    "world_size": 4000,
    "steam_id": "90286617704179736",
    "domain": null,
    "id": 11159170,
    "ip": "185.189.255.249",
    "port": 35000,
    "query": 35010,
    "color": 0,
    "city": "Moscow",
    "description": "![[RU] DELORE Hub](https://pic.survivalhost.org/images/2026/03/23/obl.png)\nКлассический Сервер / Classic Server\r\n — X2 Ресурсы\r\n — Стартовые наборы (/kits)\r\n — Вайп блок (/block)\r\n — Вайп 1 раз в 2 недели (Суббота)",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780625656,
    "last_online": 1780636227,
    "icon": null,
    "name": "[RU] DELORE Hub",
    "connect": "185.189.255.249:35000",
    "request": "185.189.255.249:35010",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1772228124,
    "last_update": 1780636227,
    "banned": false,
    "wipe": 1780625893,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2249,
    "language": "ru",
    "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/11159170");
$data = json_decode($json, true);
var_dump($data);