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

text
https://api.gamemonitoring.ru/servers/13870115
json
{
  "response": {
    "id": 13870115,
    "mods": [],
    "flags": 1,
    "region": "EU",
    "visible": true,
    "battlEye": true,
    "favorite": false,
    "hostType": "CommunityDs",
    "joinable": true,
    "joinQueue": null,
    "sessionId": "57642bd2-00003673a8a4",
    "pingSiteId": "london",
    "scenarioId": "{EE676FAB9DFA4CF7}Missions/COE2_Eden.conf",
    "lastJoinedAt": null,
    "platformName": "Windows",
    "runtimeStats": {
      "fps": 60,
      "memory": 1309337
    },
    "directJoinCode": "0950474014",
    "detailsUpdatedAt": 1787143396,
    "hostedScenarioModId": "60926835F4A7B0CA",
    "supportedGameClientTypes": [
      "PLATFORM_PC",
      "PLATFORM_XBL",
      "PLATFORM_PSN"
    ],
    "steam_id": null,
    "domain": null,
    "ip": "158.220.84.171",
    "port": 28800,
    "query": 28800,
    "project_id": null,
    "color": 0,
    "city": "Portsmouth",
    "description": null,
    "game": 1874880,
    "owner": null,
    "boosts": 1,
    "last_offline": 1787346679,
    "last_online": 1787346662,
    "icon": null,
    "name": "missions speciales de ben",
    "connect": "158.220.84.171:28800",
    "request": "158.220.84.171:28800",
    "map": "COE2 - Everon",
    "gamemode": null,
    "version": "1.8.0.10",
    "numplayers": 0,
    "maxplayers": 6,
    "bots": 0,
    "secured": true,
    "private": true,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1787241510,
    "last_update": 1787346662,
    "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": 387,
    "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/13870115");
$data = json_decode($json, true);
var_dump($data);