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

text
https://api.gamemonitoring.ru/servers/11607437
json
{
  "response": {
    "fps": 30,
    "fps_avg": 30,
    "entities_count": 91351,
    "world_seed": 1730603129,
    "world_size": 4050,
    "steam_id": "90286605626064925",
    "domain": null,
    "id": 11607437,
    "ip": "103.1.213.78",
    "port": 28055,
    "query": 28056,
    "color": 0,
    "city": "Sydney",
    "description": "![[AU] Workingman's Relaxed Monthly / Low Upkeep / Chill](https://i.ibb.co/XN6BpNm/Designer.png)\nA relaxed Aussie server for those that love Rust but also have jobs and a life. New and casual players welcome.\r\nRaiding is a part of the game and inevitable however serial offliners will get kicked (i.e. those impacting the server pop by offlining everyone).\r\nLow upkeep vanilla server. \r\nSee all rules & FAQ in Discord - use external link. \r\nMonthly BP wipe.\r\nServer restarts daily at 5:00am. Server wipe is the first Friday of each month at 5:00am.\r\nWe do not tolerate any form of abuse, bullying, racism or toxicity. Players who fail to meet these basic human standards will be removed from the server.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780600465,
    "last_online": 1780603838,
    "icon": null,
    "name": "[AU] Workingman's Relaxed Monthly / Low Upkeep / Chill",
    "connect": "103.1.213.78:28055",
    "request": "103.1.213.78:28056",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2627",
    "numplayers": 2,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "AU",
    "status": true,
    "votes": 0,
    "points": 62,
    "add_date": 1779915506,
    "last_update": 1780603838,
    "banned": false,
    "wipe": 1780600539,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2127,
    "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/11607437");
$data = json_decode($json, true);
var_dump($data);