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

text
https://api.gamemonitoring.ru/servers/11394756
json
{
  "response": {
    "steam_id": "90283385885885462",
    "domain": null,
    "id": 11394756,
    "ip": "98.142.3.139",
    "port": 20205,
    "query": 20206,
    "color": 0,
    "city": "Ashburn",
    "description": null,
    "game": 3052620,
    "owner": null,
    "boosts": 1,
    "last_offline": 1774597063,
    "score": 0,
    "last_online": 1776285034,
    "icon": null,
    "name": "|| NO MAN'S LAND || USA || FAST RELOAD |",
    "connect": "98.142.3.139:20205",
    "request": "98.142.3.139:20206",
    "map": "Collineaux_Hills_:  Conquest",
    "gamemode": "Over The Top: WW1",
    "version": "OTT_1.01",
    "numplayers": 0,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1774597063,
    "last_update": 1776285034,
    "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": 48,
    "language": "en",
    "parked": false,
    "app": {
      "id": 1665334,
      "steam_id": 3052620,
      "name": "noinfo3052620",
      "url": "noinfo3052620"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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