JSON для программ, сайтов и прочего

text
https://api.gamemonitoring.ru/servers/10661568
json
{
  "response": {
    "fps": 68,
    "fps_avg": 70,
    "entities_count": 157373,
    "world_seed": 2025944109,
    "world_size": 4250,
    "steam_id": "90286576173625366",
    "domain": null,
    "id": 10661568,
    "ip": "185.189.255.247",
    "port": 35100,
    "query": 35110,
    "color": 0,
    "city": "Moscow",
    "description": "![[PVE] <<< MAGIC ISLAND >>> [RU/EU] Мирный](https://s3.nodecraft.com/attachments/8Q3idkXQEG0WFz4AfSRQ_Rust%20Header%20Image%20512x256.png)\n✓ Мирный сервер.\r\n ✓ Вайп карты раз в две недели.\r\n ✓Перенос лута на следующий вайп.\r\n ✓ Глобальный вайп 04.06.2026 \r\n ✓ Рюкзак не теряется после смерти.\r\n ✓ Система прокачки навыков.\r\n ✓ Увеличенные стаки.\r\n ✓ Бесплатные скины.\r\n ✓ Рейд базы, ивенты...",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780535067,
    "last_online": 1780558829,
    "icon": null,
    "name": "[PVE] <<< MAGIC ISLAND >>> [RU/EU] Мирный",
    "connect": "185.189.255.247:35100",
    "request": "185.189.255.247:35110",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 1,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1764544759,
    "last_update": 1780558829,
    "banned": false,
    "wipe": 1779379957,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3574,
    "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.ru/servers/10661568");
$data = json_decode($json, true);
var_dump($data);