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

text
https://api.gamemonitoring.ru/servers/856368
json
{
  "response": {
    "steam_id": "90285157673447454",
    "domain": null,
    "id": 856368,
    "ip": "209.189.250.18",
    "port": 5760,
    "query": 57560,
    "color": 0,
    "city": "Bryan",
    "description": "",
    "game": 834910,
    "owner": null,
    "boosts": 1,
    "last_offline": 1777533207,
    "score": null,
    "last_online": 1777568435,
    "icon": null,
    "name": "E3 - Eastern Tundra Powerstone - (v560.3)",
    "connect": "209.189.250.18:5760",
    "request": "209.189.250.18:57560",
    "map": "Ocean",
    "gamemode": "TestGameMode_C",
    "version": "560.3",
    "numplayers": 4,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 38,
    "add_date": 1684659271,
    "last_update": 1777568435,
    "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": 85,
    "language": "en",
    "parked": false,
    "app": {
      "id": 23488,
      "steam_id": 834910,
      "name": "ATLAS",
      "url": "atlas"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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