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

text
https://api.gamemonitoring.ru/servers/5941354
json
{
  "response": {
    "fps": 30,
    "fps_avg": 30,
    "map_url": "procedural_map_3500_seed_1337_r287",
    "map_kind": "procedural",
    "map_name": "Procedural Map",
    "map_seed": 1337,
    "map_size": 3500,
    "map_revision": 287,
    "entities_count": 80032,
    "steam_id": "90290772843404317",
    "domain": null,
    "id": 5941354,
    "ip": "64.40.9.97",
    "port": 28010,
    "query": 28015,
    "project_id": null,
    "color": 0,
    "city": "London",
    "description": "![⦿ ICEFUSE 100X Velocity (Solo/Duo/Trio/Quad|X100 WIPED)](https://rust.icefuse.com/banners/100xvelocity.png)\n▼SERVER FEATURES▼\r\n- 100X Gather Rates, Fast Recycle AND 100X Smelting Speeds!\r\n- 100 Airdrops Every Hour AND Personal Mini Copters For All!\r\n- Free Bgrade, Autodoors, Skinbox, and Remove for everyone!\r\n- Clans, Teams, Kits, Homes, Teleporting\r\n- Vehicles Spawn With Full Health AND Parts!\r\n \r\n▼SERVER RAIDING RULES▼\r\n ✓ You are allowed 4 members to roam/raid/base with!\r\n \r\n▼SERVER WIPE TIMES▼\r\n ★ Monday & Thursday at 3:00 PM GMT",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780596270,
    "last_online": 1786703544,
    "icon": null,
    "name": "⦿ ICEFUSE 100X Velocity (Solo/Duo/Trio/Quad|X100 WIPED)",
    "connect": "64.40.9.97:28010",
    "request": "64.40.9.97:28015",
    "map": "Wiped 20 hours ago",
    "gamemode": "Survival",
    "version": "2632",
    "numplayers": 4,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1726346629,
    "last_update": 1786703544,
    "ban_reason": null,
    "banned": false,
    "wipe": 1786629909,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1777,
    "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/5941354");
$data = json_decode($json, true);
var_dump($data);