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

text
https://api.gamemonitoring.ru/servers/5941453
json
{
  "response": {
    "fps": 51,
    "fps_avg": 50,
    "entities_count": 348605,
    "world_seed": 1337,
    "world_size": 4500,
    "steam_id": "90284797205365762",
    "domain": null,
    "id": 5941453,
    "ip": "136.243.90.97",
    "port": 28000,
    "query": 28001,
    "color": 0,
    "city": "Falkenstein",
    "description": "![ATHLON EU - No Wipe - PvP - Raid Protection](https://athlonrust-test.nbg1.your-objectstorage.com/AthlonLogo6.png)\n- The server is multilingual (DE) (EN) (ES) (FR) (HU) (UA) (PL) (RU)\r\n - An automatic translator is working in the chat\r\n - VIP System\r\n - Economy with Shop & Daily Rewards\r\n - Custom Events: Heli, Armored Train, Convoy, Space, Caravan\r\n - Enhanced NPCs & Bosses\r\n - Easy Building with Skins & Tools\r\n - Raid Protection\r\n - Personal Marketplace\r\n - VIP Turrets\r\n - Join our Discord for updates & support",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776490404,
    "score": 0,
    "last_online": 1776888020,
    "icon": null,
    "name": "ATHLON EU - No Wipe - PvP - Raid Protection",
    "connect": "136.243.90.97:28000",
    "request": "136.243.90.97:28001",
    "map": "ATHLON 4500",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 3,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 62,
    "add_date": 1726346655,
    "last_update": 1776888020,
    "banned": false,
    "wipe": 1762488898,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1629,
    "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/5941453");
$data = json_decode($json, true);
var_dump($data);