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

text
https://api.gamemonitoring.ru/servers/13870744
json
{
  "response": {
    "id": 13870744,
    "mods": [],
    "flags": 1,
    "region": "EU",
    "visible": true,
    "battlEye": true,
    "favorite": false,
    "hostType": "P2p",
    "joinable": true,
    "joinQueue": {
      "size": 0,
      "type": "REGULAR",
      "maxSize": 5
    },
    "sessionId": "11000010785e98d-000064818e69",
    "pingSiteId": "frankfurt",
    "scenarioId": "{2BBBE828037C6F4B}Missions/22_GM_Arland.conf",
    "lastJoinedAt": null,
    "platformName": "Windows",
    "runtimeStats": {},
    "directJoinCode": "0843256298",
    "detailsUpdatedAt": 1787233286,
    "hostedScenarioModId": null,
    "supportedGameClientTypes": [
      "PLATFORM_PC"
    ],
    "steam_id": null,
    "domain": null,
    "ip": "80.197.101.54",
    "port": 2001,
    "query": 2001,
    "project_id": null,
    "color": 0,
    "city": "Ikast",
    "description": null,
    "game": 1874880,
    "owner": null,
    "boosts": 1,
    "last_offline": 1787343529,
    "last_online": 1787240866,
    "icon": null,
    "name": "RASMUS Capture & Hold - Almara Factory",
    "connect": "80.197.101.54:2001",
    "request": "80.197.101.54:2001",
    "map": "#AR-Editor_Mission_GM_Arland_Name",
    "gamemode": null,
    "version": "1.8.0.10",
    "numplayers": 0,
    "maxplayers": 24,
    "bots": 0,
    "secured": true,
    "private": true,
    "country": "DK",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1787241512,
    "last_update": 1787343529,
    "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": 5458,
    "language": "da",
    "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/13870744");
$data = json_decode($json, true);
var_dump($data);