API für TTT2 Opfar Trupp FastDL Neue Rollen V. 1.7
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "85568392936249705",
"domain": null,
"id": 11542102,
"ip": "134.255.233.59",
"port": 27045,
"query": 27045,
"color": 0,
"city": "Münster",
"description": null,
"game": 4000,
"owner": null,
"boosts": 1,
"last_offline": 1780443206,
"last_online": 1780071127,
"icon": null,
"name": "TTT2 Opfar Trupp FastDL Neue Rollen V. 1.7",
"connect": "134.255.233.59:27045",
"request": "134.255.233.59:27045",
"map": "ttt_drachenschanze",
"gamemode": "Trouble in Terrorist Town",
"version": "2026.04.29",
"numplayers": 0,
"maxplayers": 14,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779355451,
"last_update": 1780443206,
"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": 5182,
"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/11542102");
$data = json_decode($json, true);
var_dump($data);