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

text
https://api.gamemonitoring.ru/servers/11487332
json
{
  "response": {
    "steam_id": "90285153117185029",
    "domain": null,
    "id": 11487332,
    "ip": "176.57.171.130",
    "port": 28700,
    "query": 28715,
    "color": 0,
    "city": "Frankfurt am Main",
    "description": null,
    "game": 1369670,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775345530,
    "score": 0,
    "last_online": 1777588275,
    "icon": null,
    "name": "Spectrum Gaming: Motor Town",
    "connect": "176.57.171.130:28700",
    "request": "176.57.171.130:28715",
    "map": null,
    "gamemode": "Unreal Test!",
    "version": "0.7.18+1",
    "numplayers": 0,
    "maxplayers": 10,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1774979653,
    "last_update": 1777588275,
    "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": 142,
    "language": "de",
    "parked": false,
    "app": {
      "id": 1564980,
      "steam_id": 1369670,
      "name": "Motor Town: Behind The Wheel",
      "url": "motor-town-behind-the-wheel"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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