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

text
https://api.gamemonitoring.ru/servers/14052291
json
{
  "response": {
    "id": 14052291,
    "np": 1,
    "key": "3de67f81030c30e0cc6a2a58c25f92bf7a5188d7",
    "type": 2,
    "is_as": 0,
    "status": true,
    "ds_type": 2,
    "has_pwd": 1,
    "r_hukou": 0,
    "category": 1,
    "is_as_bm": 0,
    "map_name": "LargeTerrain_Central2_Main",
    "pvp_type": 0,
    "host_data": "",
    "major_ver": 1,
    "maxplayer": 10,
    "minor_ver": 128,
    "steamaddr": "",
    "a_mod_list": "-SteamModList=\"3448016683>0>0.0.0+3341174934>0>0.0.0+3448016683>0>0.0.0\"",
    "district_id": 9999,
    "r_playernum": 10,
    "trueplayers": 0,
    "pct_playernum": 0,
    "master_version": "1787796148",
    "master_category": 1,
    "master_time_stamp": "2026-08-27 10:02:28",
    "auto_get_ip_by_server": true,
    "master_format_version": 2,
    "steam_id": "90291545050059781",
    "domain": null,
    "ip": "146.0.44.88",
    "port": 7777,
    "query": 27015,
    "project_id": null,
    "color": 0,
    "city": "Düsseldorf",
    "description": null,
    "game": 1371580,
    "owner": null,
    "boosts": 1,
    "last_offline": 1787608461,
    "last_online": 1787796148,
    "icon": null,
    "name": "4Netplayers Throne Games  RP  PVP 15x",
    "connect": "146.0.44.88:7777",
    "request": "146.0.44.88:27015",
    "map": "LargeTerrain_Central2_Main",
    "gamemode": "SG",
    "version": "1.128",
    "numplayers": 0,
    "maxplayers": 10,
    "bots": 0,
    "secured": true,
    "private": true,
    "country": "DE",
    "votes": 0,
    "points": 30,
    "add_date": 1787608461,
    "last_update": 1787796148,
    "ban_reason": null,
    "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": 182,
    "language": "de",
    "parked": false,
    "app": {
      "id": 1625868,
      "steam_id": 1371580,
      "name": "Myth of Empires",
      "url": "myth-of-empires"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": [],
    "map_url": null
  }
}

Примеры кода

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