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

text
https://api.gamemonitoring.ru/servers/10197778
json
{
  "response": {
    "fps": 219,
    "fps_avg": 218,
    "entities_count": 63797,
    "world_seed": 422485542,
    "world_size": 3500,
    "steam_id": "90285599330473994",
    "domain": null,
    "id": 10197778,
    "ip": "139.99.113.100",
    "port": 28310,
    "query": 28245,
    "color": 0,
    "city": "Singapore",
    "description": "Welcome to Rusty Indonesia!\r\n====================\r\n-Vanilla\r\nRules\r\n================\r\n- Don't say racially offensive things.\r\n- Hacking, scripting, exploitation is prohibited.\r\n- No Alliances, especially Teaming-Raiding is prohibited, follow the max team ui.\r\n- No intentional bug abuse.\r\n- No EAC or FP banned.\r\n\r\n\r\nServer Information\r\n======================\r\n- Server Size : 3.5K\r\n- Monthly Full Wipe\r\n- Weekly Map Wipe at Friday\r\n- Fresh Wipe 2026-04-03 05:00 AM (GMT+7)\r\n- Next Map Wipe 2026-05-08 05:00 AM (GMT+7)\r\n- Next Full Wipe 2026-05-08 05:00 AM (GMT+7)\r\n- Always Restart at 05.00 AM (GMT+7)",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1777725793,
    "score": 0,
    "last_online": 1778530220,
    "icon": null,
    "name": "[SEA] Rusty Indonesia",
    "connect": "139.99.113.100:28310",
    "request": "139.99.113.100:28245",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 60,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "SG",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1756393177,
    "last_update": 1778530220,
    "banned": false,
    "wipe": 1777725764,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3621,
    "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/10197778");
$data = json_decode($json, true);
var_dump($data);