Urban Terror
API für !!@ Tigerhareram FREEZE
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10733584json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10733584,
"ip": "185.180.2.21",
"port": 27195,
"query": 27195,
"color": 0,
"city": "Prague",
"description": null,
"game": 9000055,
"owner": null,
"boosts": 1,
"last_offline": 1774998732,
"score": 0,
"last_online": 1777555264,
"icon": null,
"name": "!!@ Tigerhareram FREEZE",
"connect": "185.180.2.21:27195",
"request": "185.180.2.21:27195",
"map": "q3dm15",
"gamemode": null,
"version": "Q3 1.32e linux-x86_64 Apr 22 2025",
"numplayers": 0,
"maxplayers": 10,
"bots": 8,
"secured": null,
"private": false,
"country": "CZ",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1765208095,
"last_update": 1777555264,
"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": 120,
"language": "cs",
"parked": false,
"app": {
"id": 1665408,
"steam_id": 9000055,
"name": "Urban Terror",
"url": "urban-terror"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/10733584");
$data = json_decode($json, true);
var_dump($data);