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

text
https://api.gamemonitoring.ru/servers/13898902
json
{
  "response": {
    "isPve": true,
    "modIds": null,
    "dayTime": 1693,
    "battleye": true,
    "gameMode": "TestGameMode_C",
    "clusterId": "9B9tNkiZJGYDzlylruuc1WlcT32L3dLn9G7Go33UDnY",
    "sessionId": "83bdeee6713f4d3e9d170c38135d5c18",
    "modFileIds": null,
    "sessionName": "Land Before Ark - The Island - Stary - (v92.16)",
    "platformType": "PC+PS5+XSX+WINGDK",
    "steam_id": null,
    "domain": null,
    "id": 13898902,
    "ip": "31.214.239.72",
    "port": 5160,
    "query": 5160,
    "project_id": null,
    "color": 0,
    "city": "Clifton",
    "description": null,
    "game": 2399830,
    "owner": null,
    "boosts": 1,
    "last_offline": 1787290155,
    "last_online": 1787443700,
    "icon": null,
    "name": "Land Before Ark - The Island - Stary",
    "connect": "31.214.239.72:5160",
    "request": "31.214.239.72:5160",
    "map": "TheIsland_WP",
    "gamemode": null,
    "version": "92.16",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": null,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1787267271,
    "last_update": 1787443700,
    "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": 11893,
    "language": "en",
    "parked": false,
    "app": {
      "id": 1626086,
      "steam_id": 2399830,
      "name": "ARK: Survival Ascended",
      "url": "ark-survival-ascended"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": [],
    "map_url": null
  }
}

Примеры кода

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