API für Aurora Network | Eventowy
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "85568392936201703",
"domain": null,
"id": 11622166,
"ip": "51.75.54.90",
"port": 27016,
"query": 27016,
"color": 0,
"city": "Warsaw",
"description": null,
"game": 4000,
"owner": null,
"boosts": 1,
"last_offline": 1780538063,
"last_online": 1780560690,
"icon": null,
"name": "Aurora Network | Eventowy",
"connect": "51.75.54.90:27016",
"request": "51.75.54.90:27016",
"map": "rp_kashyyyk_un",
"gamemode": "IX: Star Wars RP",
"version": "2026.04.29",
"numplayers": 0,
"maxplayers": 128,
"bots": 0,
"secured": true,
"private": false,
"country": "PL",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1779916079,
"last_update": 1780560690,
"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": 3339,
"language": "pl",
"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/11622166");
$data = json_decode($json, true);
var_dump($data);