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

text
https://api.gamemonitoring.ru/servers/11677423
json
{
  "response": {
    "fps": 30,
    "fps_avg": 30,
    "entities_count": 98618,
    "world_seed": 1261344371,
    "world_size": 4050,
    "steam_id": "90286576735797270",
    "domain": null,
    "id": 11677423,
    "ip": "216.237.234.196",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Greensboro",
    "description": "Welcome to BornToStayAlive \r\n Wipe Schedule: [Monthly on Thursday] \r\n Map Size: [4250] \r\n Server Features:[2x Gather / Modded] \r\n Rules: \r\n 1️⃣ No hacking, scripting, or exploiting. \r\n 2️⃣ No racism, toxicity, or excessive harassment. \r\n 3️⃣ Team limits strictly enforced. \r\n 4️⃣ No griefing or walling off monuments.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780553072,
    "last_online": 1780547426,
    "icon": null,
    "name": "Born To Stay Alive",
    "connect": "216.237.234.196:28015",
    "request": "216.237.234.196:28017",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 10,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1780216208,
    "last_update": 1780553072,
    "banned": false,
    "wipe": 1778434878,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 12720,
    "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/11677423");
$data = json_decode($json, true);
var_dump($data);