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

text
https://api.gamemonitoring.ru/servers/8965744
json
{
  "response": {
    "fps": 95,
    "fps_avg": 96,
    "entities_count": 169099,
    "world_seed": 1337,
    "world_size": 4500,
    "steam_id": "90286605624760328",
    "domain": null,
    "id": 8965744,
    "ip": "156.236.84.147",
    "port": 28020,
    "query": 28021,
    "color": 0,
    "city": "Los Angeles",
    "description": "![ROCKETBOT 10X US | NO BPS | KITS | BOUNTY | 24 TEAM UI](https://i.postimg.cc/wM1bLqs3/IMG-9271.jpg)\nWelcome to ROCKETBOT 10X US NO BPS/KITS/BOUNTY \r\n -Auto Auth Sams & Turrets\r\n -10x Melting Speeds\r\n -10x Comps & Scrap\r\n -10X Quarries\r\n -Mymini\r\n -Group Limit :24\r\n -Maze coming soon\r\n -Roams coming soon\r\n -NOWORKBENCH\r\n -SHORT NIGHTS & LONG DAYS\r\n -Bounties will be up soon",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780138368,
    "last_online": 1780604437,
    "icon": null,
    "name": "ROCKETBOT 10X US | NO BPS | KITS | BOUNTY | 24 TEAM UI",
    "connect": "156.236.84.147:28020",
    "request": "156.236.84.147:28021",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 400,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1746780779,
    "last_update": 1780604437,
    "banned": false,
    "wipe": 1780600881,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3534,
    "language": "en",
    "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/8965744");
$data = json_decode($json, true);
var_dump($data);