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

text
https://api.gamemonitoring.ru/servers/4105529
json
{
  "response": {
    "fps": 15,
    "fps_avg": 15,
    "entities_count": 492941,
    "world_seed": 1337,
    "world_size": 4500,
    "steam_id": "90285607927579667",
    "domain": null,
    "id": 4105529,
    "ip": "195.18.27.206",
    "port": 10000,
    "query": 10001,
    "color": 0,
    "city": "Moscow",
    "description": "![RUST ROOM 1.5x | Monthly | Wipe 07.05](https://cloud.rustroom.gg/server/hmonthly.png)\nRust Room — это улучшенный классический сервер в Rust с продуманной блокировкой доната.\r\nВайп каждый первый четверг месяца\r\n— Динамические слоты\r\n— Без ограничения кол-ва игроков в команде (NOLIMIT)\r\n— Кастомная карта размером 4350\r\n— Убран весь лут кроме компонентов в бочках на дороге\r\n— Ускоренные печки\r\n— Ускоренный крафт\r\n— День 55 минут, ночь 5 минут\r\n— Увеличенный спавн всех камней",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778176387,
    "score": 2.3,
    "last_online": 1778511607,
    "icon": null,
    "name": "RUST ROOM 1.5x | Monthly | Wipe 07.05",
    "connect": "195.18.27.206:10000",
    "request": "195.18.27.206:10001",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 565,
    "maxplayers": 600,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 129,
    "add_date": 1714682591,
    "last_update": 1778511607,
    "banned": false,
    "wipe": 1778176578,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 59,
    "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/4105529");
$data = json_decode($json, true);
var_dump($data);