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

text
https://api.gamemonitoring.in/servers/11511148
json
{
  "response": {
    "fps": 72,
    "fps_avg": 69,
    "entities_count": 96846,
    "world_seed": 186128089,
    "world_size": 4250,
    "steam_id": "90286620616860703",
    "domain": null,
    "id": 11511148,
    "ip": "185.189.255.128",
    "port": 35500,
    "query": 35510,
    "project_id": null,
    "color": 0,
    "city": "Moscow",
    "description": "![[RU] ULTIMATE COZY NON-TOXIC RUST SERVER 2026](https://pic.survivalhost.org/images/2026/05/07/712bc4d43d8fd5c68118d71d48125d26.png)\nСервер для спокойной и неспешной игры\r\n Ограничение отряда 3 человека\r\n Сниженное потребление шкафа\r\n Будьте дружелюбны к другим игрокам в особенности к новичкам.\r\n Хорошей игры!\r\n Вайп ежемесячно, последний вайп 05.06.26\r\n Чертежи не вайпаем.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780637058,
    "last_online": 1780686630,
    "icon": null,
    "name": "[RU] ULTIMATE COZY NON-TOXIC RUST SERVER 2026",
    "connect": "185.189.255.128:35500",
    "request": "185.189.255.128:35510",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2627",
    "numplayers": 3,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1779353838,
    "last_update": 1780686630,
    "banned": false,
    "wipe": 1780608328,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2903,
    "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/11511148");
$data = json_decode($json, true);
var_dump($data);