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

text
https://api.gamemonitoring.ru/servers/11386510
json
{
  "response": {
    "steam_id": "85568392935141441",
    "domain": null,
    "id": 11386510,
    "ip": "103.91.210.35",
    "port": 12185,
    "query": 12185,
    "color": 0,
    "city": "Jinan",
    "description": null,
    "game": 304930,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776655999,
    "score": 0,
    "last_online": 1776717036,
    "icon": "https://www.helloimg.com/images/2022/12/06/ZyLiHn.png",
    "name": "中国滇南官方服务器丨新中国地图丨二服",
    "connect": "103.91.210.35:12185",
    "request": "103.91.210.35:12185",
    "map": "中国滇南",
    "gamemode": "大型RPG丨新中国地图丨多副本",
    "version": "3.26.2.2",
    "numplayers": 5,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CN",
    "status": true,
    "votes": 0,
    "points": 36,
    "add_date": 1774596274,
    "last_update": 1776717036,
    "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": 51,
    "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/11386510");
$data = json_decode($json, true);
var_dump($data);