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

text
https://api.gamemonitoring.ru/servers/14056410
json
{
  "response": {
    "id": 14056410,
    "mods": [],
    "flags": 1,
    "region": "NA",
    "visible": true,
    "battlEye": true,
    "favorite": false,
    "hostType": "CommunityDs",
    "joinable": true,
    "joinQueue": {
      "size": 0
    },
    "sessionId": "0-000000000030",
    "pingSiteId": "new_york",
    "scenarioId": "{B6D1F5E02CD7446F}Missions/TestWorld.conf",
    "lastJoinedAt": null,
    "platformName": "LINUX",
    "runtimeStats": {
      "fps": 60,
      "memory": 1299246
    },
    "directJoinCode": "0210153982",
    "detailsUpdatedAt": 1788922890,
    "hostedScenarioModId": "6A3E71077803C66A",
    "supportedGameClientTypes": [
      "PLATFORM_PC",
      "PLATFORM_XBL",
      "PLATFORM_PSN"
    ],
    "steam_id": null,
    "domain": null,
    "ip": "185.222.31.97",
    "port": 20910,
    "query": 20910,
    "project_id": null,
    "color": 0,
    "city": "Чикаго",
    "description": null,
    "game": 1874880,
    "boosts": 1,
    "last_offline": 1789080210,
    "last_online": 1788923176,
    "icon": null,
    "name": "[Official] 15thMEU (SOC) S4 Test Server",
    "connect": "185.222.31.97:20910",
    "request": "185.222.31.97:20910",
    "map": "SV2 Test",
    "gamemode": null,
    "version": "1.8.0.13",
    "numplayers": 0,
    "maxplayers": 128,
    "bots": 0,
    "secured": true,
    "private": true,
    "country": "US",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1787626337,
    "last_update": 1789080210,
    "ban_reason": null,
    "banned": false,
    "hidden": 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": 12351,
    "language": "en",
    "parked": false,
    "app": {
      "id": 55076,
      "steam_id": 1874880,
      "name": "Arma Reforger",
      "url": "arma-reforger"
    },
    "disabled_modules": [],
    "map_url": null
  }
}

Примеры кода

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