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

text
https://api.gamemonitoring.ru/servers/10661550
json
{
  "response": {
    "fps": 75,
    "fps_avg": 77,
    "entities_count": 113336,
    "world_seed": 1608702491,
    "world_size": 4500,
    "steam_id": "90286617231266833",
    "domain": null,
    "id": 10661550,
    "ip": "185.189.255.18",
    "port": 35400,
    "query": 35410,
    "color": 0,
    "city": "Moscow",
    "description": "![Свидетели Клитеризма/Witnesses of Clitherism](https://pic.survivalhost.org/images/2026/02/23/craiyon_050529_512x256-1.png)\nСервер для чила и отдыха)\r\n Особенности сервера: \r\n - Увеличенные стаки ресурсов \r\n - Защита построек от рейдов \r\n  - Убраны ограничения у торговцев \r\n - Оповещения о событиях на карте\r\n\r\n Контакт для связи:\r\n\r\n - https://steamcommunity.com/id/Px1UP/",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780598667,
    "last_online": 1780639830,
    "icon": null,
    "name": "Свидетели Клитеризма/Witnesses of Clitherism",
    "connect": "185.189.255.18:35400",
    "request": "185.189.255.18:35410",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1764544757,
    "last_update": 1780639830,
    "banned": false,
    "wipe": 1780598680,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3552,
    "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/10661550");
$data = json_decode($json, true);
var_dump($data);