API für Frotzenrotzer TTT
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "90286296582691861",
"domain": null,
"id": 11622192,
"ip": "79.206.204.110",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Darmstadt",
"description": null,
"game": 4000,
"owner": null,
"boosts": 1,
"last_offline": 1779927222,
"last_online": 1780624326,
"icon": null,
"name": "Frotzenrotzer TTT",
"connect": "79.206.204.110:27015",
"request": "79.206.204.110:27015",
"map": "ttt_metropolis",
"gamemode": "Trouble in Terrorist Town",
"version": "2026.04.29",
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": true,
"private": true,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1779916081,
"last_update": 1780624326,
"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": 3324,
"language": "de",
"parked": false,
"app": {
"id": 30,
"steam_id": 4000,
"name": "Garry's Mod",
"url": "garrys-mod"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11622192");
$data = json_decode($json, true);
var_dump($data);