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

text
https://api.gamemonitoring.ru/servers/10571205
json
{
  "response": {
    "fps": 61,
    "fps_avg": 62,
    "entities_count": 118553,
    "world_seed": 830004906,
    "world_size": 4250,
    "steam_id": "90286657014857749",
    "domain": null,
    "id": 10571205,
    "ip": "195.18.27.112",
    "port": 35000,
    "query": 35010,
    "project_id": null,
    "color": 0,
    "city": "Moscow",
    "description": "![КЛАССИКА x2 | МОСКВА | Для новичков 2x](https://pic.survivalhost.org/images/2025/11/22/123.jpg)\nКлассический сервер, идеально подходят для НОВИЧКОВ!\r\n• Добыча и стаки ресурсов х2\r\n• Без ограничений на игроков в команде\r\n• Размер карты 4250\r\n• Глобальный вайп каждый месяц\r\n• В рыбацких деревнях, ранчо, амбарах есть переработчики, станции дронов, нпз\r\n• Классика без телепортов и модов",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780663459,
    "last_online": 1780768819,
    "icon": null,
    "name": "КЛАССИКА x2 | МОСКВА | Для новичков 2x",
    "connect": "195.18.27.112:35000",
    "request": "195.18.27.112:35010",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2627",
    "numplayers": 155,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 98,
    "add_date": 1762847025,
    "last_update": 1780768819,
    "banned": false,
    "wipe": 1780663744,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 336,
    "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/10571205");
$data = json_decode($json, true);
var_dump($data);