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

text
https://api.gamemonitoring.ru/servers/13715082
json
{
  "response": {
    "steam_id": "85568392935678971",
    "domain": null,
    "id": 13715082,
    "ip": "175.42.152.57",
    "port": 35160,
    "query": 35160,
    "project_id": null,
    "color": 0,
    "city": "Nanping",
    "description": null,
    "game": 4000,
    "owner": null,
    "boosts": 1,
    "last_offline": 1787096539,
    "last_online": 1786809766,
    "icon": null,
    "name": "🍉申必の果茶店[Horror恐怖地图],二服,Q群丨920655",
    "connect": "175.42.152.57:35160",
    "request": "175.42.152.57:35160",
    "map": "gm_deathhouse",
    "gamemode": "恐怖地图&战役地图模式",
    "version": "2026.04.29",
    "numplayers": 0,
    "maxplayers": 14,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CN",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1786720389,
    "last_update": 1787096539,
    "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": 18266,
    "language": "zh",
    "parked": false,
    "app": {
      "id": 30,
      "steam_id": 4000,
      "name": "Garry's Mod",
      "url": "garrys-mod"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": [],
    "map_url": null
  }
}

Примеры кода

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