API for Paws'n'Tails HL2 [Пароль: три шестёрки]

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/10226057
json
{
  "response": {
    "steam_id": "85568392935207497",
    "domain": null,
    "id": 10226057,
    "ip": "79.141.171.174",
    "port": 27018,
    "query": 27018,
    "color": 0,
    "city": "London",
    "description": null,
    "game": 320,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776326514,
    "score": 0,
    "last_online": 1776433945,
    "icon": null,
    "name": "Paws'n'Tails HL2 [Пароль: три шестёрки]",
    "connect": "79.141.171.174:27018",
    "request": "79.141.171.174:27018",
    "map": "dm_lockdown",
    "gamemode": "Half-Life 2 Deathmatch",
    "version": "9540945",
    "numplayers": 0,
    "maxplayers": 32,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1756734889,
    "last_update": 1776433945,
    "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": 131,
    "language": "en",
    "parked": false,
    "app": {
      "id": 1,
      "steam_id": 320,
      "name": "Half-Life 2: Deathmatch",
      "url": "half-life-2-deathmatch"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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