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

text
https://api.gamemonitoring.ru/servers/12538556
json
{
  "response": {
    "dedicated": true,
    "gametype": "BUILDID:1040000,OWNINGID:90289527092790272,OWNINGNAME:ccllcc2,SESSIONFLAGS:43,ShortCode_s:LL7AN,GamePort_i:30001,Locked_b:true",
    "os": "w",
    "product": "AbioticFactor",
    "region": -1,
    "steam_id": "90289527092790272",
    "domain": null,
    "id": 12538556,
    "ip": "103.151.172.47",
    "port": 30001,
    "query": 27016,
    "project_id": null,
    "color": 0,
    "city": "Mong Kok",
    "description": null,
    "game": 427410,
    "owner": null,
    "boosts": 1,
    "last_offline": 1785163459,
    "last_online": 1785184800,
    "icon": null,
    "name": "ccllcc2",
    "connect": "103.151.172.47:30001",
    "request": "103.151.172.47:27016",
    "map": null,
    "gamemode": null,
    "version": "1.0.0.6",
    "numplayers": 0,
    "maxplayers": 6,
    "bots": 0,
    "secured": false,
    "private": null,
    "country": "HK",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1784779328,
    "last_update": 1785184800,
    "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": 2613,
    "language": "zh",
    "parked": false,
    "app": {
      "id": 1611062,
      "steam_id": 427410,
      "name": "Abiotic Factor",
      "url": "abiotic-factor"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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