Garry's Mod
API für Trolleybus CZ/SK/EN [No Rank]
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/7472229json
{
"response": {
"steam_id": "90285245251038215",
"domain": null,
"id": 7472229,
"ip": "193.124.20.125",
"port": 27115,
"query": 27115,
"color": 0,
"city": "Frankfurt am Main",
"description": null,
"game": 4000,
"owner": null,
"boosts": 1,
"last_offline": 1777975386,
"score": 0,
"last_online": 1778798492,
"icon": null,
"name": "Trolleybus CZ/SK/EN [No Rank]",
"connect": "193.124.20.125:27115",
"request": "193.124.20.125:27115",
"map": "rp_nycity_day",
"gamemode": "Sandbox",
"version": "2026.04.29",
"numplayers": 0,
"maxplayers": 15,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1739267129,
"last_update": 1778798492,
"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": 1065,
"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/7472229");
$data = json_decode($json, true);
var_dump($data);