Half-Life 2: Deathmatch
API for =Team FoxTare= Europa
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/8305260json
{
"response": {
"steam_id": "90284531362414597",
"domain": null,
"id": 8305260,
"ip": "2.56.99.191",
"port": 27215,
"query": 27215,
"color": 0,
"city": "Nuremberg",
"description": null,
"game": 320,
"owner": null,
"boosts": 1,
"last_offline": 1776097914,
"score": 0,
"last_online": 1776427269,
"icon": null,
"name": "=Team FoxTare= Europa",
"connect": "2.56.99.191:27215",
"request": "2.56.99.191:27215",
"map": "dm_overwatch",
"gamemode": "Half-Life 2 Deathmatch",
"version": "9540945",
"numplayers": 0,
"maxplayers": 16,
"bots": 4,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1743322664,
"last_update": 1776427269,
"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": 108,
"language": "de",
"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/8305260");
$data = json_decode($json, true);
var_dump($data);