Half-Life 2: Deathmatch
API for CITADEL DM [NoSteam]
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10399018json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10399018,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": null,
"game": 320,
"owner": 118811,
"boosts": 1,
"last_offline": 1761275034,
"score": 0,
"last_online": 1760340024,
"icon": null,
"name": "CITADEL DM [NoSteam]",
"connect": null,
"request": null,
"map": "dm_killbox_kbh",
"gamemode": "Half-Life 2 Deathmatch",
"version": null,
"numplayers": 0,
"maxplayers": 21,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1759052991,
"last_update": 1761275034,
"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": 239,
"language": "ru",
"parked": true,
"app": {
"id": 1,
"steam_id": 320,
"name": "Half-Life 2: Deathmatch",
"url": "half-life-2-deathmatch"
},
"server_owner": {
"username": "DarkHole",
"avatar": "92b6f519-3a4c-4089-83cc-8689a223a35d.jpg",
"last_online": 1759060222
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10399018");
$data = json_decode($json, true);
var_dump($data);