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

text
https://api.gamemonitoring.ru/servers/5387854
json
{
  "response": {
    "fps": 43,
    "fps_avg": 42,
    "entities_count": 173385,
    "world_seed": 1337,
    "world_size": 4250,
    "steam_id": "90284743269991427",
    "domain": null,
    "id": 5387854,
    "ip": "136.243.33.183",
    "port": 28000,
    "query": 28001,
    "color": 0,
    "city": "Falkenstein",
    "description": "![[EU/FR] Uclezia PvE 1x - Friendly Community](https://i.postimg.cc/brmZwC45/Uclezia-Banner-2.png)\nWelcome to Uclezia!\r\nA pure and friendly Rust PvE experience focused on community and cooperation.\r\n\r\nSERVER INFO:\r\n- Player & building damage disabled\r\n- Vanilla Stack Size\r\n- Your inventory will be restored upon death\r\n- No Blueprint Wipe | BP Team Sharing\r\n- Reduced Upkeep\r\n- Purge (24h before wipe PvP is enabled)\r\n- Kits\r\n\r\nPLUGINS:\r\n- Multi-language Support: Most plugins translated in several languages\r\n- Boss Monster Arenas: Underground boss fights with special abilities\r\n- SkinBox, Custom Events in all monuments, Virtual Quarries, Convoy, Monument Lock, Raidable Bases, Heli Signals, Industrial Recycler, Nature Tool (spawn tree/bush and more), Dungeon, Sign Artist, Abandoned Bases PvP, Backpack, Building Workbench, Instant Airdrop, Remover Tool, Rust Chat Quiz, Skinbox for Wallpaper, and more!\r\n\r\nComplete guide available on Discord! => discord.uclezia.com",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776783802,
    "score": 0,
    "last_online": 1776825615,
    "icon": null,
    "name": "[EU/FR] Uclezia PvE 1x - Friendly Community",
    "connect": "136.243.33.183:28000",
    "request": "136.243.33.183:28001",
    "map": "Uclezia Map FPS+",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 11,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 70,
    "add_date": 1722420268,
    "last_update": 1776825615,
    "banned": false,
    "wipe": 1776783641,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 576,
    "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/5387854");
$data = json_decode($json, true);
var_dump($data);