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

text
https://api.gamemonitoring.ru/servers/11305076
json
{
  "response": {
    "fps": 183,
    "fps_avg": 142,
    "entities_count": 109925,
    "world_seed": 1293949871,
    "world_size": 4500,
    "steam_id": "90286607278423047",
    "domain": null,
    "id": 11305076,
    "ip": "116.203.200.103",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Nuremberg",
    "description": "![Rumble Bees PvE | EU | Vanilla+ | Monthly | Zombies | Raids](https://files.catbox.moe/kt6101.png)\nRumble Bees is a Vanilla+ PvE server built around progression, events, and a friendly community.\r\n\r\nWe keep Rust feeling like Rust while adding meaningful content that gives players more to do without turning the server into a heavily modded experience.\r\n\r\nServer Features\r\nVanilla+ PvE gameplay\r\nRaidable Bases\r\nZombies\r\nMonument Guards\r\nGuarded Airdrops\r\nQuests & Leveling\r\nBee Coin Rewards\r\nMonument Claim Protection\r\nCommunity Map Voting\r\nVehicle Protection\r\n75% Upkeep Reduction\r\n24h Purge Before Wipe\r\n\r\nPlay Your Way\r\nBuild impressive bases, explore monuments, complete quests, raid, fight through zombie hordes, earn rewards, and progress at your own pace.\r\n\r\nWhether you enjoy building, farming, trading, combat, exploration, or simply relaxing with friends, Rumble Bees offers a fair environment for both new and experienced players.\r\n\r\nCommunity First\r\nRumble Bees is built around a respectful and welcoming community with active admins and regular updates.\r\nJoin our Discord via the external website link on the server listing.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780597469,
    "last_online": 1780603829,
    "icon": null,
    "name": "Rumble Bees PvE | EU | Vanilla+ | Monthly | Zombies | Raids",
    "connect": "116.203.200.103:28015",
    "request": "116.203.200.103:28016",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 4,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 63,
    "add_date": 1774592878,
    "last_update": 1780603829,
    "banned": false,
    "wipe": 1780597673,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1548,
    "language": "de",
    "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/11305076");
$data = json_decode($json, true);
var_dump($data);