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

text
https://api.gamemonitoring.ru/servers/11305906
json
{
  "response": {
    "fps": 18,
    "fps_avg": 21,
    "entities_count": 101163,
    "world_seed": 1805202415,
    "world_size": 3700,
    "steam_id": "90286494423656456",
    "domain": null,
    "id": 11305906,
    "ip": "194.156.89.215",
    "port": 27024,
    "query": 27025,
    "color": 0,
    "city": "Dallas",
    "description": "HungryRust — 25x Gather | 5x Loot | Custom Events Flying Cargo • Dangerous Treasures • Active Admin Welcome to HungryRust, a fast‑paced, high‑octane survival server built for players who want progression without the grind. Every system is tuned for action, competition, and rewarding gameplay — no junk loot, no filler, no nonsense. ⚙️ Server Features • 25x Gather — Build fast, raid faster • 5x Loot — Clean, curated, no primitive trash • Flying Cargo Event — Aerial loot drops with armed escorts • Guarded Crates — High‑tier rewards protected by elite NPCs • Dangerous Treasures — Risk‑reward treasure hunts across the map • Active Admin — Fair play, zero tolerance for cheating 🛠️ Quality of Life • Faster crafting • Stack increases • Shorter smelt times • Balanced economy • Smooth performance & optimized plugins 🧭 Community Whether you’re a solo grinder, a duo looking for fights, or a clan ready to dominate, HungryRust delivers a polished, competitive environment with consistent updates and hands‑on management. Fight hard. Build smart. Stay hungry.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780349049,
    "last_online": 1780557630,
    "icon": null,
    "name": "HungryRust/25xMonthly/Quadmax",
    "connect": "194.156.89.215:27024",
    "request": "194.156.89.215:27025",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1774592904,
    "last_update": 1780557630,
    "banned": false,
    "wipe": 1778177421,
    "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": "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/11305906");
$data = json_decode($json, true);
var_dump($data);