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

text
https://api.gamemonitoring.ru/servers/3196283
json
{
  "response": {
    "fps": 163,
    "fps_avg": 157,
    "map_url": "procedural_map_4500_seed_326344645_r288",
    "map_kind": "procedural",
    "map_name": "Procedural Map",
    "map_seed": 326344645,
    "map_size": 4500,
    "map_revision": 288,
    "entities_count": 126755,
    "steam_id": "90292611460217860",
    "domain": null,
    "id": 3196283,
    "ip": "148.251.187.34",
    "port": 28015,
    "query": 28017,
    "project_id": null,
    "color": 0,
    "city": "Фалькенштайн",
    "description": "- Newbie friendly\r\n- Wipes monthly\r\n- Solo/Duo teams allowed (teams of maximum 2 players)\r\n- Base upkeep costs: 50%\r\n- Shorter nights and longer days\r\n- Custom map with no excavator, no caves, no sulfur-quarry\r\n- the servers goal is to provide a fun experience for new and casual-players\r\n- Everything else is vanilla configuration\r\n- Raid rules: no griefing, no despawning of loot\r\nEnjoy and have fun!\r\nCome to our discord for realtime information about player connects/disconnects: https://discord.gg/suhkmzb9za",
    "game": 252490,
    "boosts": 1,
    "last_offline": 1789136436,
    "last_online": 1789189212,
    "icon": null,
    "name": "[GER] Rasthaus | NOOB FRIENDLY | SOLO/DUO | 50% UPKEEP | MONTHL",
    "connect": "148.251.187.34:28015",
    "request": "148.251.187.34:28017",
    "map": "Custom Map",
    "gamemode": "Vanilla",
    "version": "2633",
    "numplayers": 2,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 91,
    "add_date": 1709406553,
    "last_update": 1789189212,
    "ban_reason": null,
    "banned": false,
    "hidden": false,
    "wipe": 1788457938,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": 1,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 244,
    "language": "de",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "mods": [
      {
        "id": 1578,
        "name": "XStatistics"
      }
    ],
    "disabled_modules": []
  }
}

Примеры кода

php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/3196283");
$data = json_decode($json, true);
var_dump($data);