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

text
https://api.gamemonitoring.ru/servers/11511294
json
{
  "response": {
    "fps": 30,
    "fps_avg": 30,
    "entities_count": 107873,
    "world_seed": 121602297,
    "world_size": 4500,
    "steam_id": "90286604137644057",
    "domain": null,
    "id": 11511294,
    "ip": "194.69.160.15",
    "port": 28067,
    "query": 28069,
    "color": 0,
    "city": "City of London",
    "description": "![The Outlands PvE | Skill Tree | Custom Events | Raidbases](https://i.ibb.co/C5gnCkNZ/38fb8e11-7732-4f30-a367-419dc18aa40b-1.png)\nThe Outlands is a PvE server launched in July '25 with monthly Blueprint and map wipes.\r\nMinicopters spawn on roads, base upkeep is reduced by 50%, NPC's roam arround unguarded monuments and Raidable Bases can be purchased with scrap.\r\nTake part in exciting challenges such as Private Patrol events, Armored Train, Convoy, and many other custom events spread across most monuments.\r\n\r\nPvE is enforced everywhere except at Oil Rigs, where PvP is allowed.\r\nFriendly duels between teammates are also permitted if both agree.\r\nStealing from other players, bases, or loot crates is strictly forbidden, except inside designated PvP Areas.\r\nThe last 24 hours before each wipe become PURGE time: full PvP and raiding are unleashed!\r\n\r\nJoin a welcoming community with active and dedicated Admins always ready to help.\r\nYour adventure in The Outlands awaits — come and be part of it!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780596270,
    "last_online": 1780601431,
    "icon": null,
    "name": "The Outlands PvE | Skill Tree | Custom Events | Raidbases",
    "connect": "194.69.160.15:28067",
    "request": "194.69.160.15:28069",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 4,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 62,
    "add_date": 1779353840,
    "last_update": 1780601431,
    "banned": false,
    "wipe": 1780596400,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1760,
    "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/11511294");
$data = json_decode($json, true);
var_dump($data);