Garry's Mod
API für 🔵 ESP | Unity.net.ar 🔵 Clone Wars #2 | Misiones
Wir bieten eine breite Auswahl an Integrationsmethoden. Sie können eine davon verwenden oder Ihre eigene mit der JSON-API erstellen. Wenn Sie einen Vorschlag für eine neue Integrationsmethode haben, kontaktieren Sie uns bitte. Kontaktieren Sie uns
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/1461711json
{
"response": {
"steam_id": "85568392929224501",
"domain": null,
"id": 1461711,
"ip": "194.69.160.51",
"port": 27054,
"query": 27054,
"color": 0,
"city": "City of London",
"description": "",
"game": 4000,
"owner": null,
"boosts": 1,
"last_offline": 1769409094,
"score": null,
"last_online": 1775856638,
"icon": null,
"name": "🔵 ESP | Unity.net.ar 🔵 Clone Wars #2 | Misiones",
"connect": "194.69.160.51:27054",
"request": "194.69.160.51:27054",
"map": "rp_anaxes_un",
"gamemode": "StarWarsRP",
"version": "2025.03.26",
"numplayers": 0,
"maxplayers": 70,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1697310067,
"last_update": 1775856638,
"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": 955,
"language": "en",
"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/1461711");
$data = json_decode($json, true);
var_dump($data);