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

text
https://api.gamemonitoring.ru/servers/11394524
json
{
  "response": {
    "steam_id": "90284746928352261",
    "domain": null,
    "id": 11394524,
    "ip": "110.42.53.182",
    "port": 8779,
    "query": 18879,
    "color": 0,
    "city": "Ningbo",
    "description": null,
    "game": 872670,
    "owner": null,
    "boosts": 1,
    "last_offline": 1777565550,
    "score": 0,
    "last_online": 1776850843,
    "icon": null,
    "name": "[CN]Ling Yuan Server 4 [Test Chambers]",
    "connect": "110.42.53.182:8779",
    "request": "110.42.53.182:18879",
    "map": "M_ServerDefault",
    "gamemode": "Campaign",
    "version": "0.4.1.0",
    "numplayers": 0,
    "maxplayers": 10,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "CN",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1774596977,
    "last_update": 1777565550,
    "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": 26,
    "language": "zh",
    "parked": false,
    "app": {
      "id": 51883,
      "steam_id": 872670,
      "name": "SCP: 5K (Alpha Testing)",
      "url": "scp-5k-alpha-testing"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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