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

text
https://api.gamemonitoring.ru/servers/16691845
json
{
  "response": {
    "add_date": 1789741983,
    "app": {
      "id": 67,
      "name": "ARK: Survival Evolved",
      "steam_id": 346110,
      "url": "ark-survival-evolved"
    },
    "color": 0,
    "connect": "82.24.195.133:7783",
    "country": "NL",
    "domain": null,
    "game": 346110,
    "hide_address": false,
    "hide_query": false,
    "icon": null,
    "id": 16691845,
    "ip": "82.24.195.133",
    "language": "nl",
    "last_update": 1789822574,
    "map": "Aberration",
    "maxplayers": 70,
    "name": "[RU/EN] ARK Classic x3 PVP [no tek] 3 man",
    "numplayers": 0,
    "official": null,
    "points": 60,
    "port": 7783,
    "private": false,
    "project_id": null,
    "pve": null,
    "pvp": null,
    "query": 29018,
    "request": "82.24.195.133:29018",
    "secured": true,
    "status": true,
    "steam_id": "90292992226677790",
    "version": "358.24",
    "votes": 0,
    "wipe": null,
    "ban_reason": null,
    "banned": false,
    "boosts": 1,
    "bots": 0,
    "city": "Амстердам",
    "description": null,
    "disabled_modules": [],
    "gamemode": "TestGameMode_C",
    "hidden": false,
    "last_offline": 1789750419,
    "last_online": 1789822574,
    "list_hidden": false,
    "map_url": null,
    "mods": [],
    "next_wipe": null,
    "parked": false,
    "position_game": 537,
    "wipe_period": null,
    "ModId_l": "0",
    "P2PADDR": "90292992226677790",
    "P2PPORT": "7783",
    "LEGACY_i": "0",
    "DayTime_s": "57",
    "OWNINGNAME": "90292992226677790",
    "listentype": "d",
    "ClusterId_s": "x3cluster",
    "environment": "w",
    "Networking_i": "0",
    "SESSIONFLAGS": "1707",
    "a2s_protocol": 17,
    "MATCHTIMEOUT_f": "120.000000",
    "NUMOPENPUBCONN": "70",
    "SESSIONISPVE_i": "0",
    "HASACTIVEMODS_i": "0",
    "OFFICIALSERVER_i": "0",
    "SEARCHKEYWORDS_s": "Custom",
    "ServerPassword_b": "false",
    "players_complete": true,
    "CUSTOMSERVERNAME_s": "[ru/en] ark classic x3 pvp [no tek] 3 man",
    "ALLOWDOWNLOADCHARS_i": "1",
    "ALLOWDOWNLOADITEMS_i": "1",
    "SERVERUSESBATTLEYE_b": "true"
  }
}

Примеры кода

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