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

text
https://api.gamemonitoring.ru/servers/11644928
json
{
  "response": {
    "fps": 37,
    "fps_avg": 48,
    "entities_count": 147649,
    "world_seed": 229223866,
    "world_size": 4000,
    "steam_id": "90286607750434834",
    "domain": null,
    "id": 11644928,
    "ip": "66.51.97.59",
    "port": 28040,
    "query": 28041,
    "color": 0,
    "city": "City of London",
    "description": "![[EU] SCAVENGERSHAVEN.NET 3x SOLO/DUO/TRIO [MYMINI|SHOP|KITS]](https://www.scavengershaven.net/img/SHHeaderImage2.png)\n▼SERVER FEATURES▼\r\n - 3x Gather Rates, Recycle & Smelting Speeds!\r\n - Improved Loot. Enhanced Stack Sizes!\r\n - Clans, Teams, Kits, Remove, MyMini\r\n - Skill Tree\r\n - Blueprint Sharing\r\n - In-Game Events\r\n - BetterTC & Building Grade (auto upgrade)\r\n - Server Rewards\r\n\r\n▼SERVER RAIDING RULES▼\r\n - You are allowed max 3 players in your team!\r\n - No Teaming, No Merge Raiding!\r\n\r\n▼SERVER INFORMATION▼\r\n - Website: https://scavengershaven.net or http://SCAV.gg \r\n - Discord: https://discord.gg/AjJQudCd9v \r\n\r\n▼SERVER WIPE TIMES▼\r\n - Bi-Weekly\r\n - Every 2 weeks + Force Wipe\r\n - 6:00pm (CET)\r\n\r\nType /info to bring up the Welcome Screen.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780602867,
    "last_online": 1780607436,
    "icon": null,
    "name": "[EU] SCAVENGERSHAVEN.NET 3x SOLO/DUO/TRIO [MYMINI|SHOP|KITS]",
    "connect": "66.51.97.59:28040",
    "request": "66.51.97.59:28041",
    "map": "[EU] SOLO-DUO-TRIO-QUAD-MAX 5",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780177439,
    "last_update": 1780607436,
    "banned": false,
    "wipe": 1780602983,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5377,
    "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/11644928");
$data = json_decode($json, true);
var_dump($data);