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

text
https://api.gamemonitoring.ru/servers/10459669
json
{
  "response": {
    "fps": 35,
    "fps_avg": 34,
    "entities_count": 162210,
    "world_seed": 64951665,
    "world_size": 4250,
    "steam_id": "90286583531119636",
    "domain": null,
    "id": 10459669,
    "ip": "178.63.165.86",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Falkenstein",
    "description": "![[UA][EU] UNDERBEER | WIPE 06-04 19:00 UTC](https://inclouds.com.ua/underbeer_512x256.png)\n[UA][EU] UNDERBEER - https://discord.gg/62VfbMSnhG\r\n\r\nСервер запущений у 2022 році, він розміщується на потужному серверному обладнанні в Німеччині. Сервер підтримується і я намагаюсь всіляко його розвивати та покращувати. То ж ласкаво просимо на Underbeer Server!\r\n\r\nServer launched in 2022, it runs on powerful server hardware located in Germany.\r\nThe server is maintained and I try my best to improve and promote it, experimenting with different ideas.\r\nSo welcome to the Underbeer Server!\r\n\r\n- х2 stack size\r\n- х2 MLRS rocket stack\r\n- map size with all buildings",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780089213,
    "last_online": 1780584635,
    "icon": null,
    "name": "[UA][EU] UNDERBEER | WIPE 06-04 19:00 UTC",
    "connect": "178.63.165.86:28015",
    "request": "178.63.165.86:28016",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 1,
    "maxplayers": 250,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1760474349,
    "last_update": 1780584635,
    "banned": false,
    "wipe": 1779476912,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3679,
    "language": "de",
    "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/10459669");
$data = json_decode($json, true);
var_dump($data);