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

text
https://api.gamemonitoring.ru/servers/11305148
json
{
  "response": {
    "fps": 45,
    "fps_avg": 43,
    "entities_count": 227821,
    "world_seed": 1415048696,
    "world_size": 4500,
    "steam_id": "90286740055681043",
    "domain": null,
    "id": 11305148,
    "ip": "5.252.102.16",
    "port": 27020,
    "query": 27021,
    "project_id": null,
    "color": 0,
    "city": "Frankfurt am Main",
    "description": "![[EU] Terra Rust | 5x | Clans | 8P Teams | Weekly](https://i.ibb.co/gFRCxjg/lol.png)\n| Terra Rust | \r\n •Custom Server AntiCheat \r\n •Custom and Paid Plugins \r\n •SkinBox \r\n •Teleports / Banditcamp / Outpost \r\n •6000 Map Size \r\n •Active Admins \r\n •No Pay To Win!! \r\n •All Kits for Everyone Availible \r\n •8 Player Team MAX \r\n •Custom Weather Plugin",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780895062,
    "last_online": 1780916430,
    "icon": null,
    "name": "[EU] Terra Rust | 5x | Clans | 8P Teams | Weekly",
    "connect": "5.252.102.16:27020",
    "request": "5.252.102.16:27021",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1774592880,
    "last_update": 1780916430,
    "banned": false,
    "wipe": 1780804943,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4484,
    "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/11305148");
$data = json_decode($json, true);
var_dump($data);