API for !AAH!CLAN!Server (TFE)
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286930032629791",
"domain": null,
"id": 11798852,
"ip": "78.48.64.218",
"port": 27138,
"query": 27139,
"project_id": null,
"color": 0,
"city": "Essen",
"description": null,
"game": 41010,
"owner": null,
"boosts": 1,
"last_offline": 1781445785,
"last_online": 1781402528,
"icon": null,
"name": "!AAH!CLAN!Server (TFE)",
"connect": "78.48.64.218:27138",
"request": "78.48.64.218:27139",
"map": "0_01_Hatshepsut",
"gamemode": "Serious Sam HD : The Second Encounter",
"version": "0.1.200.142",
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1781379090,
"last_update": 1781445785,
"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": 31,
"language": "de",
"parked": false,
"app": {
"id": 95,
"steam_id": 41010,
"name": "Serious Sam HD: The Second Encounter",
"url": "serious-sam-hd-the-second-encounter"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11798852");
$data = json_decode($json, true);
var_dump($data);