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

text
https://api.gamemonitoring.ru/servers/10722597
json
{
  "response": {
    "steam_id": "85568392923379141",
    "domain": null,
    "id": 10722597,
    "ip": "103.39.66.71",
    "port": 23620,
    "query": 23620,
    "color": 0,
    "city": "Shiyan",
    "description": null,
    "game": 304930,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776360226,
    "score": 0,
    "last_online": 1776802245,
    "icon": "https://img.skyxk.cn//images/2022/04/14/qVfh.jpg",
    "name": "蔚蓝幻境|俄罗斯|萌新之家|死亡不掉|养老服",
    "connect": "103.39.66.71:23620",
    "request": "103.39.66.71:23620",
    "map": "Russia",
    "gamemode": "建筑无敌 大背包 插件防熊",
    "version": "3.26.2.2",
    "numplayers": 1,
    "maxplayers": 24,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CN",
    "status": true,
    "votes": 0,
    "points": 32,
    "add_date": 1765142466,
    "last_update": 1776802245,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 95,
    "language": "zh",
    "parked": false,
    "app": {
      "id": 48,
      "steam_id": 304930,
      "name": "Unturned",
      "url": "unturned"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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