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

text
https://api.gamemonitoring.ru/servers/9640703
json
{
  "response": {
    "fps": 186,
    "fps_avg": 180,
    "entities_count": 79718,
    "world_seed": 213638515,
    "world_size": 3500,
    "steam_id": "90286574596492306",
    "domain": null,
    "id": 9640703,
    "ip": "37.18.21.171",
    "port": 35000,
    "query": 35002,
    "color": 0,
    "city": "Moscow",
    "description": "![OMSK  | WipeBlock |K i T | 22 - 05](https://i.imgur.com/nBaulBt.png)\nУважаемый игрок! \r\n Мы рады приветствовать тебя на нашем сервере! \r\n Хочешь весело провести время с друзьями? \r\n Тогда ты выбрал правильный сервер. \r\n KIT \r\n Содержание шкафа 70% \r\n Домашний переработчик \r\n Увеличенные стаки \r\n Вайп каждые 14 дней",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780070022,
    "last_online": 1780600835,
    "icon": null,
    "name": "OMSK  | WipeBlock |K i T | 22 - 05",
    "connect": "37.18.21.171:35000",
    "request": "37.18.21.171:35002",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1751297614,
    "last_update": 1780600835,
    "banned": false,
    "wipe": 1779406285,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3286,
    "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/9640703");
$data = json_decode($json, true);
var_dump($data);