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

text
https://api.gamemonitoring.ru/servers/11502451
json
{
  "response": {
    "fps": 30,
    "fps_avg": 29,
    "entities_count": 126376,
    "world_seed": 1272056713,
    "world_size": 4250,
    "steam_id": "90286575102944285",
    "domain": null,
    "id": 11502451,
    "ip": "66.51.96.70",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Ashburn",
    "description": "![Full Send Rust | 5x Loot & Gather | Noob Friendly | NO BPS](https://i.imgur.com/Alveaik.png)\nFull PvP Server with Offline Raid Protection\r\n5x Loot\r\n5x Gather Rate \r\nFast Smelt/Recycle Speed \r\nMonthly Map Wipe on First Thursday of Month\r\nBP wipe every 3 months\r\nMax Team Size 8\r\n50% Upkeep \r\nVIP Perks Available \r\nActive Admins on game and Discord \r\nTwig Decays",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779207200,
    "last_online": 1780550427,
    "icon": null,
    "name": "Full Send Rust | 5x Loot & Gather | Noob Friendly | NO BPS",
    "connect": "66.51.96.70:28015",
    "request": "66.51.96.70:28016",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 1,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1779207200,
    "last_update": 1780550427,
    "banned": false,
    "wipe": 1778178056,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1445,
    "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/11502451");
$data = json_decode($json, true);
var_dump($data);