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

text
https://api.gamemonitoring.ru/servers/11725522
json
{
  "response": {
    "fps": 217,
    "fps_avg": 180,
    "entities_count": 42911,
    "world_seed": 1824524409,
    "world_size": 3000,
    "steam_id": "90286604049570834",
    "domain": null,
    "id": 11725522,
    "ip": "51.195.69.250",
    "port": 28010,
    "query": 28011,
    "color": 0,
    "city": "Limburg an der Lahn",
    "description": "![HWS Nexus EU | 2x | Max 8 | Wiped 04/06](https://rust-homeworld.net/cdn/server/header.png)\nHomeworld Server | Long-Term Focused\r\n\r\nWipes 1st and 3rd Thursday Every Month\r\n\r\nFeatures:- Quests\r\n- Daily Events\r\n- Integrated Web-Interface\r\n- Orbital Cargo Drone for Cross-Wipe Persistence (÷ weapons, ammo, and armor)\r\n- And much more!\r\n\r\nVisit our website at https://rust-homeworld.net or join our Discord at https://discord.hws-rust.com.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780595664,
    "last_online": 1780596201,
    "icon": null,
    "name": "HWS Nexus EU | 2x | Max 8 | Wiped 04/06",
    "connect": "51.195.69.250:28010",
    "request": "51.195.69.250:28011",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 0,
    "add_date": 1780388540,
    "last_update": 1780596201,
    "banned": false,
    "wipe": 1780596102,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 13400,
    "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/11725522");
$data = json_decode($json, true);
var_dump($data);