Half-Life
API for Lasagna Lair | twitch.tv/jeepygmi | CS 1.0 | US East
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/9650733json
{
"response": {
"steam_id": "90276411995541535",
"domain": null,
"id": 9650733,
"ip": "51.79.98.125",
"port": 27105,
"query": 27105,
"color": 0,
"city": "Beauharnois",
"description": null,
"game": 70,
"owner": null,
"boosts": 1,
"last_offline": 1768642032,
"score": 0,
"last_online": 1777569696,
"icon": null,
"name": "Lasagna Lair | twitch.tv/jeepygmi | CS 1.0 | US East",
"connect": "51.79.98.125:27105",
"request": "51.79.98.125:27105",
"map": "de_inferno",
"gamemode": "CounterStrike",
"version": "1.1.2.2/Stdio",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": false,
"private": false,
"country": "CA",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1751372074,
"last_update": 1777569696,
"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": 202,
"language": "en",
"parked": false,
"app": {
"id": 9,
"steam_id": 70,
"name": "Half-Life",
"url": "half-life"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/9650733");
$data = json_decode($json, true);
var_dump($data);