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

text
https://api.gamemonitoring.ru/servers/13159554
json
{
  "response": {
    "steam_id": "90290200216646679",
    "domain": null,
    "id": 13159554,
    "ip": "200.90.246.13",
    "port": 25560,
    "query": 25560,
    "project_id": null,
    "color": 0,
    "city": "Buin",
    "description": null,
    "game": 4000,
    "owner": null,
    "boosts": 1,
    "last_offline": 1785567172,
    "last_online": 1785878991,
    "icon": null,
    "name": "ミネロド 愛する 初音ミク Branch: dev",
    "connect": "200.90.246.13:25560",
    "request": "200.90.246.13:25560",
    "map": "gm_construct",
    "gamemode": "Sandbox",
    "version": "2026.04.29",
    "numplayers": 0,
    "maxplayers": 16,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CL",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1785567172,
    "last_update": 1785878991,
    "ban_reason": null,
    "banned": 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": 5801,
    "language": "es",
    "parked": false,
    "app": {
      "id": 30,
      "steam_id": 4000,
      "name": "Garry's Mod",
      "url": "garrys-mod"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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