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

text
https://api.gamemonitoring.ru/servers/11143377
json
{
  "response": {
    "steam_id": "90284557991301143",
    "domain": null,
    "id": 11143377,
    "ip": "51.81.48.8",
    "port": 9730,
    "query": 27035,
    "color": 0,
    "city": "Reston",
    "description": null,
    "game": 219640,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776336768,
    "score": 0,
    "last_online": 1776435710,
    "icon": null,
    "name": "[{WaR}] Chivalry",
    "connect": "51.81.48.8:9730",
    "request": "51.81.48.8:27035",
    "map": "aoctd-moor_p",
    "gamemode": "Chivalry: Medieval Warfare",
    "version": "1.0.0.1",
    "numplayers": 0,
    "maxplayers": 32,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1771760469,
    "last_update": 1776435710,
    "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": 20,
    "language": "en",
    "parked": false,
    "app": {
      "id": 79,
      "steam_id": 219640,
      "name": "Chivalry: Medieval Warfare",
      "url": "chivalry-medieval-warfare"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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