面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/11602925
json
{
  "response": {
    "modded": true,
    "fps": 90,
    "fps_avg": 90,
    "entities_count": 1872,
    "world_seed": 7454356,
    "world_size": 3600,
    "steam_id": "90286318783846408",
    "domain": null,
    "id": 11602925,
    "ip": "195.209.214.202",
    "port": 40000,
    "query": 40001,
    "color": 6,
    "city": "Moscow",
    "description": "[{\"id\":\"1gcpO3fkpg\",\"type\":\"paragraph\",\"data\":{\"text\":\"• Без лагов и фризов + premium AntiCheat\\n\\n• Добыча ресурсов: x5\\n\\n• Добыча компонентов/скрапа: х3\\n\\n• Стартовые киты - /kits\\n\\n• Система торговли - /trade\\n\\n• Моментальный крафт (insta craft)\"}}]",
    "game": 252490,
    "owner": 196449,
    "boosts": 3,
    "last_offline": 1779881602,
    "last_online": 1779996610,
    "icon": null,
    "name": "WarZ RUST #4 [X5/X10|MAX2|DUO|TP|KIT|SHOP|LOOT+]",
    "connect": "195.209.214.202:40000",
    "request": "195.209.214.202:40001",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 225,
    "maxplayers": 400,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 2,
    "points": 366,
    "add_date": 1779793994,
    "last_update": 1779996610,
    "banned": false,
    "wipe": 1779994800,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 13,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": {
      "username": "megicowstar",
      "avatar": "d9fe40d8-74f5-42e0-b89a-fd2da6f89166.webp"
    },
    "mods": [],
    "disabled_modules": []
  }
}

代码示例

php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/11602925");
$data = json_decode($json, true);
var_dump($data);