Garry's Mod
API für [GER] Mysterynetwork TTT2 | Viele Rollen & Pointshop | Playtime
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10537842json
{
"response": {
"steam_id": "85568392935565171",
"domain": null,
"id": 10537842,
"ip": "128.140.48.102",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Falkenstein",
"description": null,
"game": 4000,
"owner": null,
"boosts": 1,
"last_offline": 1772053297,
"score": 0,
"last_online": 1776634928,
"icon": null,
"name": "[GER] Mysterynetwork TTT2 | Viele Rollen & Pointshop | Playtime",
"connect": "128.140.48.102:27015",
"request": "128.140.48.102:27015",
"map": "ttt_skyscraper",
"gamemode": "TTT2",
"version": "2025.03.26",
"numplayers": 0,
"maxplayers": 25,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1762519856,
"last_update": 1776634928,
"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": 1861,
"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/10537842");
$data = json_decode($json, true);
var_dump($data);