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

text
https://api.gamemonitoring.ru/servers/13970532
json
{
  "response": {
    "id": 13970532,
    "mods": [],
    "flags": 1,
    "region": "EU",
    "visible": true,
    "battlEye": true,
    "favorite": false,
    "hostType": "CommunityDs",
    "joinable": true,
    "joinQueue": null,
    "sessionId": "390ad79d-00001fec6aad",
    "pingSiteId": "london",
    "scenarioId": "{03D2E1730A11E50C}Missions/GameMaster_Kunar.conf",
    "lastJoinedAt": null,
    "platformName": "Windows",
    "runtimeStats": {
      "fps": 120,
      "memory": 449452
    },
    "directJoinCode": "0291355258",
    "detailsUpdatedAt": 1787326032,
    "hostedScenarioModId": "5C9691EA7FD7A79F",
    "supportedGameClientTypes": [
      "PLATFORM_PC",
      "PLATFORM_XBL",
      "PLATFORM_PSN"
    ],
    "steam_id": null,
    "domain": null,
    "ip": "45.159.7.102",
    "port": 10800,
    "query": 10800,
    "project_id": null,
    "color": 0,
    "city": "Canary Wharf",
    "description": null,
    "game": 1874880,
    "owner": null,
    "boosts": 1,
    "last_offline": 1787343149,
    "last_online": 1787343651,
    "icon": null,
    "name": "HiLife",
    "connect": "45.159.7.102:10800",
    "request": "45.159.7.102:10800",
    "map": "Game Master - Kunar Province",
    "gamemode": null,
    "version": "1.8.0.10",
    "numplayers": 0,
    "maxplayers": 10,
    "bots": 0,
    "secured": true,
    "private": true,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 0,
    "add_date": 1787326360,
    "last_update": 1787343651,
    "ban_reason": null,
    "banned": false,
    "wipe": null,
    "official": false,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3995,
    "language": "en",
    "parked": false,
    "app": {
      "id": 55076,
      "steam_id": 1874880,
      "name": "Arma Reforger",
      "url": "arma-reforger"
    },
    "server_owner": null,
    "disabled_modules": [],
    "map_url": null
  }
}

Примеры кода

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