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

text
https://api.gamemonitoring.ru/servers/14153478
json
{
  "response": {
    "days": 495,
    "type": "community",
    "region": "all",
    "platform": null,
    "serverId": null,
    "updateAt": null,
    "createdAt": 1788867030,
    "namespace": null,
    "platforms": null,
    "worldGuid": "3AF1B0E547BDBDCCC44E3B942BC7CFDC",
    "serverTime": 33,
    "steam_id": null,
    "domain": null,
    "id": 14153478,
    "ip": "207.244.246.213",
    "port": 31100,
    "query": 31100,
    "project_id": null,
    "color": 0,
    "city": "Сент-Луис",
    "description": "Two Brothers One Mission",
    "game": 1623730,
    "boosts": 1,
    "last_offline": 1787845536,
    "last_online": 1788946801,
    "icon": null,
    "name": "Wal Bros Gaming",
    "connect": "207.244.246.213:31100",
    "request": "207.244.246.213:31100",
    "map": null,
    "gamemode": null,
    "version": "v1.0.4.102642",
    "numplayers": 2,
    "maxplayers": 10,
    "bots": null,
    "secured": null,
    "private": true,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 69,
    "add_date": 1787845536,
    "last_update": 1788946801,
    "ban_reason": null,
    "banned": false,
    "hidden": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 43,
    "language": null,
    "parked": false,
    "app": {
      "id": 1571682,
      "steam_id": 1623730,
      "name": "Palworld",
      "url": "palworld"
    },
    "mods": [],
    "disabled_modules": [],
    "map_url": null
  }
}

Примеры кода

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