Half-Life 2: Deathmatch
API for -<White Reaper's Realm>- HIGH Kill/Low Gravity
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10820726json
{
"response": {
"steam_id": "90284497242411034",
"domain": null,
"id": 10820726,
"ip": "185.199.95.227",
"port": 27061,
"query": 27061,
"color": 0,
"city": "Toronto",
"description": null,
"game": 320,
"owner": null,
"boosts": 1,
"last_offline": 1775194332,
"score": 0,
"last_online": 1776447047,
"icon": null,
"name": "-<White Reaper's Realm>- HIGH Kill/Low Gravity",
"connect": "185.199.95.227:27061",
"request": "185.199.95.227:27061",
"map": "dm_40th_family[ts69]",
"gamemode": "Half-Life 2 Deathmatch",
"version": "9540945",
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": true,
"private": false,
"country": "CA",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1767112778,
"last_update": 1776447047,
"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": 166,
"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/10820726");
$data = json_decode($json, true);
var_dump($data);