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

text
https://api.gamemonitoring.ru/servers/11606693
json
{
  "response": {
    "fps": 49,
    "fps_avg": 51,
    "map_url": "procedural_map_3800_seed_1011000_r287",
    "map_kind": "procedural",
    "map_name": "Procedural Map",
    "map_seed": 1011000,
    "map_size": 3800,
    "map_revision": 287,
    "entities_count": 95028,
    "steam_id": "90290849783002142",
    "domain": null,
    "id": 11606693,
    "ip": "212.117.170.252",
    "port": 2055,
    "query": 2056,
    "project_id": null,
    "color": 0,
    "city": "Luxembourg",
    "description": "![Wizard Of Rust PVE 2X|Events|Raids|Skins|ZLevels|TP](https://cdn3.mapstr.gg/3bbef5a671dc93f05484467d8a8a9bb0.png)\n\r\n▶ Monthly Wipe & Blueprint Wipe\r\n▶ PvE Server • Purge 24h Before Wipe\r\n▶ Prizes for reaching the Leaderboards\r\n▶ Scrap-Based Economy (Buy items with scrap)\r\n\r\n▶ Custom Content:\r\n- Karuza Custom Vehicles\r\n- Custom Soundbox Music\r\n- Raidable Bases (5 Unique Tiers)\r\n- Custom Bradley (4 Tiers)\r\n- Tiered Attack Heli Signals (8 Levels)\r\n- Jet Event • Cargo Train • Airfield Event • Chicken Event • Excavator Event • Beast Master\r\n\r\n▶ QoL & Features:\r\n- Teleportation • Build In Deepsea \r\n- Shop • Kits • Leaderboards\r\n- Skinbox • Zombie Hordes\r\n- Instant Craft • Instant Barrels\r\n- Recycler / Virtual Recycler\r\n- Instant Airdrops • VoteDay\r\n- Furnace Splitter • Remove Tool\r\n- Bigger Backpacks (Restore on Death)\r\n- Larger Stacks • Stack Chests\r\n- More Auto Turrets\r\n- Tool Cupboard Upgrades\r\n- Sign Artist\r\n▶ And much more!\r\n\r\n>>> Click on the external website to join our discord <<<",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1783920748,
    "last_online": 1786713135,
    "icon": null,
    "name": "Wizard Of Rust PVE 2X|Events|Raids|Skins|ZLevels|TP",
    "connect": "212.117.170.252:2055",
    "request": "212.117.170.252:2056",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2632",
    "numplayers": 4,
    "maxplayers": 69,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "LU",
    "status": true,
    "votes": 0,
    "points": 62,
    "add_date": 1779915479,
    "last_update": 1786713135,
    "ban_reason": null,
    "banned": false,
    "wipe": 1786039658,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1815,
    "language": "lb",
    "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/11606693");
$data = json_decode($json, true);
var_dump($data);