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

text
https://api.gamemonitoring.ru/servers/11511751
json
{
  "response": {
    "fps": 60,
    "fps_avg": 59,
    "entities_count": 19045,
    "world_seed": 0,
    "world_size": 2200,
    "steam_id": "90286461817857043",
    "domain": null,
    "id": 11511751,
    "ip": "173.237.43.4",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Dallas",
    "description": "Last Wiped: 05/09 8pm est. Blueprints: Monthly wipes are mandatory. \r\n\r\nHardcore mode eliminates safe zones team systems the map and compass.  Forcing players to navigate without these aids. Players can no longer crawl while wounded and global chat is disabled  limiting communication to local chat within a 100-meter radius.\r\nThis mode is designed to be more punishing with changes such as increased crafting costs for ammunition and the inability to craft or research firearms. Players must rely on looted weapons which can be repaired without prior research.\r\nFog of War System: Players start with a completely obscured map and can only uncover areas by exploring  adding a layer of disorientation and risk to navigation. \r\nBuilding upkeep cost doubled. Forcing more efficient compact designs and strategic resource management.\r\n\r\n\r\n|RULES|\r\nBe respectful to others. \r\nNo VAC ban or game ban. F7 report any suspected cheating.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780606408,
    "last_online": 1780375830,
    "icon": null,
    "name": "Hardcore Island",
    "connect": "173.237.43.4:28015",
    "request": "173.237.43.4:28016",
    "map": "Procedural Map",
    "gamemode": "Hardcore",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 40,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1779353863,
    "last_update": 1780606408,
    "banned": false,
    "wipe": 1778371076,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 11554,
    "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/11511751");
$data = json_decode($json, true);
var_dump($data);