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

text
https://api.gamemonitoring.ru/servers/10871284
json
{
  "response": {
    "fps": 221,
    "fps_avg": 226,
    "entities_count": 45217,
    "world_seed": 1316364286,
    "world_size": 3000,
    "steam_id": "90286583298637843",
    "domain": null,
    "id": 10871284,
    "ip": "156.59.232.194",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Manila",
    "description": "![[SEA] AgilaHost Rust Philippines Demo](https://agilahost.com/panel-banner/rust-banner.png)\nDemo Specs\r\n 10cpu Core\r\n 16gb Ram\r\n \r\nPowered by AgilaHost.com in the Philippines\r\n Welcome to the Agila Host Demo Rust Server\r\n \r\n Experience low-latency Rust gameplay hosted on high-performance servers in the Philippines.\r\n This demo server showcases the stability, speed, and reliability you can expect from Agila Host game hosting.\r\n \r\n Features:\r\n • Philippines-based servers for low ping\r\n • Optimized hardware for smooth performance\r\n • Ideal for Rust communities, clans, and modded servers\r\n  \r\n Website: https://agilahost.com\r\n Billing Panel: https://my.agilahost.com/\r\n Discord Community Support: https://discord.com/invite/PZY9SeuJ\r\n \r\n Looking to host your own Rust server?\r\n Visit our website",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779948225,
    "last_online": 1780638032,
    "icon": null,
    "name": "[SEA] AgilaHost Rust Philippines Demo",
    "connect": "156.59.232.194:28015",
    "request": "156.59.232.194:28017",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "PH",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1768318549,
    "last_update": 1780638032,
    "banned": false,
    "wipe": 1780553022,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3739,
    "language": "tl",
    "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/10871284");
$data = json_decode($json, true);
var_dump($data);