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

text
https://api.gamemonitoring.ru/servers/13866845
json
{
  "response": {
    "id": 13866845,
    "mods": [],
    "flags": 1,
    "region": "EU",
    "visible": true,
    "battlEye": true,
    "favorite": false,
    "hostType": "CommunityDs",
    "joinable": true,
    "joinQueue": {
      "size": 0,
      "type": "REGULAR",
      "maxSize": 50
    },
    "sessionId": "0-000000000030",
    "pingSiteId": "london",
    "scenarioId": "{05BB2DE5EB3CDDAB}Missions/PHX EVERON LDF.conf",
    "lastJoinedAt": null,
    "platformName": "LINUX",
    "runtimeStats": {
      "fps": 60,
      "memory": 1245829
    },
    "directJoinCode": "0455739320",
    "detailsUpdatedAt": 1787332466,
    "hostedScenarioModId": "6A0778381039C8A4",
    "supportedGameClientTypes": [
      "PLATFORM_PC",
      "PLATFORM_XBL",
      "PLATFORM_PSN"
    ],
    "steam_id": null,
    "domain": null,
    "ip": "90.162.116.67",
    "port": 20630,
    "query": 20630,
    "project_id": null,
    "color": 0,
    "city": "Valencia",
    "description": null,
    "game": 1874880,
    "owner": null,
    "boosts": 1,
    "last_offline": 1787343145,
    "last_online": 1787334093,
    "icon": null,
    "name": "Unité Phoenix Event",
    "connect": "90.162.116.67:20630",
    "request": "90.162.116.67:20630",
    "map": "PHX - Everon - Ligne de front",
    "gamemode": null,
    "version": "1.8.0.10",
    "numplayers": 0,
    "maxplayers": 128,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "ES",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1787241503,
    "last_update": 1787343145,
    "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": 4454,
    "language": "es",
    "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/13866845");
$data = json_decode($json, true);
var_dump($data);