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

text
https://api.gamemonitoring.ru/servers/11717857
json
{
  "response": {
    "fps": 235,
    "fps_avg": 234,
    "entities_count": 64471,
    "world_seed": 895403537,
    "world_size": 3500,
    "steam_id": "90286566595445765",
    "domain": null,
    "id": 11717857,
    "ip": "5.129.240.104",
    "port": 28010,
    "query": 28012,
    "color": 0,
    "city": "Moscow",
    "description": "![HARDCAMP.PRO #1 | VANILLA | 2x | Duo | Mon](https://rust.hardcamp.pro/img/server_banner_1.jpg)\n===========================================================\n Улучшенный Ванильный x2 сервер для игры в Duo!\n Enhanced Vanilla x2 server for Duo players!\n===========================================================\n\n[ ИНФО / INFO ]\n>> РЕЙТЫ (Rates): x2 Scrap and Resources\n>> ВАЙП (Wipe): Каждую ПН 15:00 МСК (Weekly Map)\n>> ЧЕРТЕЖИ (BPs): Раз в месяц (Monthly Force)\n>> КОМАНДА (Team): Строго Макс 2 (Max 2)\n\n[ ОСОБЕННОСТИ / FEATURES ]\n>> Заниженное гниение шкафа (-50% base upkeep)\n>> Мощное железо (High Performance, No lags)\n>> Защита от DDoS (Premium Anti-DDoS)\n\n[ ССЫЛКИ / LINKS ]\n>> Discord: discord.gg/kWpGBg7cHw\n>> Магазин (Store): hardcamp.gamestores.app\n>> Сайт (Website): rust.hardcamp.pro",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780607598,
    "last_online": 1780520436,
    "icon": null,
    "name": "HARDCAMP.PRO #1 | VANILLA | 2x | Duo | Mon",
    "connect": "5.129.240.104:28010",
    "request": "5.129.240.104:28012",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1780324078,
    "last_update": 1780607598,
    "banned": false,
    "wipe": 1780316161,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 12739,
    "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/11717857");
$data = json_decode($json, true);
var_dump($data);