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

text
https://api.gamemonitoring.ru/servers/11501259
json
{
  "response": {
    "fps": 219,
    "fps_avg": 226,
    "entities_count": 64538,
    "world_seed": 1,
    "world_size": 3500,
    "steam_id": "90286266941563926",
    "domain": null,
    "id": 11501259,
    "ip": "157.85.95.222",
    "port": 24274,
    "query": 24275,
    "color": 0,
    "city": "Frankfurt am Main",
    "description": "JUST WIPED: 14.05 |\r\nWelcome to Rusten – your new home for a balanced 2x Rust experience. Faster progression, less grind, but still true to the core Rust gameplay.  🌍 Location: Europe (Low Ping) ⚙️ Mode: 2x Gather (Vanilla+) 👥 Community: Active & Fair  ⚡ Features:  2x Gather (resources, loot & components) Faster progression, less grind Vanilla-style gameplay (no overpowered mods) Smooth performance & active admins  📜 Rules:  No cheating, hacking, or exploiting No racism, hate speech, or extreme toxicity Respect all players and admins No spam or advertising  💬 What to expect:  Fair PvP environment No pay-to-win Clean and competitive gameplay Perfect balance between grind & action  Join Rusten now and start your journey ⚔️",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780562618,
    "last_online": 1779857419,
    "icon": null,
    "name": "[EU] RUSTEN | 2X | WEEKLY | MAX 8 | WIPED 14.05 |",
    "connect": "157.85.95.222:24274",
    "request": "157.85.95.222:24275",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 125,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1779207170,
    "last_update": 1780562618,
    "banned": false,
    "wipe": 1778779713,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 11206,
    "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/11501259");
$data = json_decode($json, true);
var_dump($data);