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

text
https://api.gamemonitoring.ru/servers/11596768
json
{
  "response": {
    "fps": 139,
    "fps_avg": 161,
    "entities_count": 96952,
    "world_seed": 39708415,
    "world_size": 4250,
    "steam_id": "90286294246380575",
    "domain": null,
    "id": 11596768,
    "ip": "5.223.69.85",
    "port": 28015,
    "query": 27017,
    "color": 0,
    "city": "Singapore",
    "description": "![SEA MONTHLY](https://cdn.discordapp.com/attachments/846328537011191819/1503423989350138017/ChatGPT_Image_May_11_2026_09_30_58_PM.png?ex=6a034c33&is=6a01fab3&hm=0d1943279e5a26a82b93704e92568c832af47b22e936f1275466e0f9081be2fa&)\nMonthly Wipe • PvP • Raids • Active Admins\r\n\r\nJoin SEA MONTHLY and survive against the toughest players. Build massive bases, dominate raids, and become the strongest clan on the server.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780553020,
    "last_online": 1779962427,
    "icon": null,
    "name": "SEA MONTHLY",
    "connect": "5.223.69.85:28015",
    "request": "5.223.69.85:27017",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "SG",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1779358598,
    "last_update": 1780553020,
    "banned": false,
    "wipe": 1778261414,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 12100,
    "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/11596768");
$data = json_decode($json, true);
var_dump($data);