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

text
https://api.gamemonitoring.ru/servers/11189114
json
{
  "response": {
    "fps": 494,
    "fps_avg": 496,
    "entities_count": 22971,
    "world_seed": 1009,
    "world_size": 2000,
    "steam_id": "90285164119970837",
    "domain": null,
    "id": 11189114,
    "ip": "185.189.255.214",
    "port": 35300,
    "query": 35310,
    "color": 0,
    "city": "Moscow",
    "description": "![Hosted by SurvivalHost.ORG](https://pic.survivalhost.org/images/2019/04/07/712bc4d43d8fd5c68118d71d48125d26.png)\nХостинг SurvivalHost\r\n Сайт хостинга - hostingrust.ru\r\n Игровые сервера с защитой от DDoS атак:\r\n > Rust\r\n > ARK\r\n > ATLAS\r\n > DayZ\r\n > Unturned\r\n > Conan Exiles\r\n > и другие...",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1777136007,
    "score": 0,
    "last_online": 1777597221,
    "icon": null,
    "name": "Hosted by SurvivalHost.ORG",
    "connect": "185.189.255.214:35300",
    "request": "185.189.255.214:35310",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1772699032,
    "last_update": 1777597221,
    "banned": false,
    "wipe": 1775916454,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4611,
    "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/11189114");
$data = json_decode($json, true);
var_dump($data);