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

text
https://api.gamemonitoring.ru/servers/6425458
json
{
  "response": {
    "steam_id": "85568392933316116",
    "domain": null,
    "id": 6425458,
    "ip": "74.50.76.254",
    "port": 27015,
    "query": 27015,
    "project_id": null,
    "color": 0,
    "city": "Englewood Cliffs",
    "description": null,
    "game": 4000,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775905318,
    "last_online": 1780893186,
    "icon": null,
    "name": "Hardcore Anarchy Flood! [NO P2W] [NO ADMINS] [NO DOWNLOADS]",
    "connect": "74.50.76.254:27015",
    "request": "74.50.76.254:27015",
    "map": "fm_chillspot_v4",
    "gamemode": "Flood 4.20",
    "version": "2026.04.29",
    "numplayers": 0,
    "maxplayers": 69,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1730026511,
    "last_update": 1780893186,
    "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": 1163,
    "language": "en",
    "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/6425458");
$data = json_decode($json, true);
var_dump($data);