Half-Life 2: Deathmatch
API for xRESTx Puzzle server test
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/7853622json
{
"response": {
"steam_id": "90285332408637471",
"domain": null,
"id": 7853622,
"ip": "212.100.149.14",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Moscow",
"description": null,
"game": 320,
"owner": null,
"boosts": 1,
"last_offline": 1777890786,
"score": 0,
"last_online": 1778758923,
"icon": null,
"name": "xRESTx Puzzle server test",
"connect": "212.100.149.14:27015",
"request": "212.100.149.14:27015",
"map": "poison_puzzle_aztec_v6_beta3",
"gamemode": "Half-Life 2 Deathmatch",
"version": "9540945",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1740169228,
"last_update": 1778758923,
"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": 104,
"language": "ru",
"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/7853622");
$data = json_decode($json, true);
var_dump($data);