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

text
https://api.gamemonitoring.ru/servers/13973261
json
{
  "response": {
    "id": 13973261,
    "mods": [],
    "flags": 1,
    "region": "EU",
    "visible": true,
    "battlEye": true,
    "favorite": false,
    "hostType": "CommunityDs",
    "joinable": true,
    "joinQueue": null,
    "sessionId": "61af2b5e-000072923b3c",
    "pingSiteId": "frankfurt",
    "scenarioId": "{ECC61978EDCC2B5A}Missions/23_Campaign.conf",
    "lastJoinedAt": null,
    "platformName": "Windows",
    "runtimeStats": {
      "fps": 120,
      "memory": 1001978
    },
    "directJoinCode": "0223564668",
    "detailsUpdatedAt": 1787333472,
    "hostedScenarioModId": null,
    "supportedGameClientTypes": [
      "PLATFORM_PC",
      "PLATFORM_XBL",
      "PLATFORM_PSN"
    ],
    "steam_id": null,
    "domain": null,
    "ip": "5.83.171.177",
    "port": 11000,
    "query": 11000,
    "project_id": null,
    "color": 0,
    "city": "Frankfurt am Main",
    "description": null,
    "game": 1874880,
    "owner": null,
    "boosts": 1,
    "last_offline": 1787343164,
    "last_online": 1787343636,
    "icon": null,
    "name": "Nitrado.net Gameserver",
    "connect": "5.83.171.177:11000",
    "request": "5.83.171.177:11000",
    "map": "#AR-Campaign_ScenarioName_Everon",
    "gamemode": null,
    "version": "1.8.0.10",
    "numplayers": 0,
    "maxplayers": 14,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 0,
    "add_date": 1787334167,
    "last_update": 1787343636,
    "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": 4015,
    "language": "de",
    "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/13973261");
$data = json_decode($json, true);
var_dump($data);