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

text
https://api.gamemonitoring.ru/servers/10413314
json
{
  "response": {
    "fps": 30,
    "fps_avg": 30,
    "entities_count": 110055,
    "world_seed": 1337,
    "world_size": 4000,
    "steam_id": "90286159000284190",
    "domain": null,
    "id": 10413314,
    "ip": "89.28.237.36",
    "port": 28021,
    "query": 28023,
    "color": 0,
    "city": "Dallas",
    "description": "![Rusty Rascals | Solo/Duo/Trio | Monthly | No BP Wipe](https://res.cloudinary.com/dzeymdawz/image/upload/v1736963279/RRBackground_r1vgje.png)\nRust the way it should be played.\r\n- BPs never wipe — progression that lasts\r\n- Active anti-cheat + anti-team detection (>3 = ban)\r\n- Cheats/Scripts/EAC Alt Bans = Perm Ban\r\n- No VAC/Rust bans <365d, VPNs whitelisted only\r\n- Daily 9am EST restart, DDoS protected\r\n- Live leaderboards, FV/Barn recyclers\r\n- Active Staff, Admins DO NOT play",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775194330,
    "last_online": 1779664219,
    "icon": null,
    "name": "Rusty Rascals | Solo/Duo/Trio | Monthly | No BP Wipe",
    "connect": "89.28.237.36:28021",
    "request": "89.28.237.36:28023",
    "map": "discord.rustyrascals.org",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 4,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 62,
    "add_date": 1759823833,
    "last_update": 1779664219,
    "banned": false,
    "wipe": 1778176889,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1641,
    "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/10413314");
$data = json_decode($json, true);
var_dump($data);