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

text
https://api.gamemonitoring.ru/servers/10661718
json
{
  "response": {
    "fps": 52,
    "fps_avg": 51,
    "entities_count": 109148,
    "world_seed": 1337,
    "world_size": 3750,
    "steam_id": "90285197646765086",
    "domain": null,
    "id": 10661718,
    "ip": "5.161.209.49",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Ashburn",
    "description": "![Ultimate Oxide US 5x Monthly|Shop|Kits|TP|Events|](https://i.ibb.co/rf1nThcn/a7c0ffd0-553a-4692-961a-02297f0cc4c4-2.png)\nULTIMATE OXIDE \r\n Modded PvP | \r\n • x5 Gather  • x5 Scrap \r\n • x8 Smelting With Upgrade Options \r\n • Instant Craft \r\n • NPC Bases \r\n • Bosses \r\n • Convoy • Build Zones • Skills • TP • Clans • Kits • Economy + /shop • Autopilot  \r\n  • Offline Protection 24:00–10:00 ET \r\n• Low Ping US \r\n• Gallium Anti-Cheat • Admins Non-Play \r\n Wipes: Monthly map - Monthly BP",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775323330,
    "score": 0,
    "last_online": 1777650149,
    "icon": null,
    "name": "Ultimate Oxide US 5x Monthly|Shop|Kits|TP|Events|",
    "connect": "5.161.209.49:28015",
    "request": "5.161.209.49:28017",
    "map": "Custom Map",
    "gamemode": "Vanilla",
    "version": "2623",
    "numplayers": 1,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1764544795,
    "last_update": 1777650149,
    "banned": false,
    "wipe": 1775152565,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4057,
    "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/10661718");
$data = json_decode($json, true);
var_dump($data);