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

text
https://api.gamemonitoring.ru/servers/11435567
json
{
  "response": {
    "fps": 54,
    "fps_avg": 56,
    "entities_count": 113305,
    "world_seed": 1,
    "world_size": 4000,
    "steam_id": "90286577149492249",
    "domain": null,
    "id": 11435567,
    "ip": "152.89.199.52",
    "port": 35400,
    "query": 35410,
    "color": 0,
    "city": "Moscow",
    "description": "![The Evolution  PVE RUS x3 LOOT++ EVENT](https://pic.survivalhost.org/images/2019/04/07/712bc4d43d8fd5c68118d71d48125d26.png)\nСервер на стадии разработки, можно играть, но пока будут доступны не все функции. \r\nПока ничего лишнего нет)",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779225782,
    "last_online": 1780591235,
    "icon": null,
    "name": "The Evolution  PVE RUS x3 LOOT++ EVENT",
    "connect": "152.89.199.52:35400",
    "request": "152.89.199.52:35410",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1774977194,
    "last_update": 1780591235,
    "banned": false,
    "wipe": 1778181964,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 1,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4532,
    "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/11435567");
$data = json_decode($json, true);
var_dump($data);