API für Kopiec Kreta: Sakhal 2026
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "90286579908062219",
"domain": null,
"id": 11537341,
"ip": "147.93.161.229",
"port": 3602,
"query": 3603,
"color": 0,
"city": "Lauterbourg",
"description": null,
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1779705208,
"last_online": 1780588879,
"icon": null,
"name": "Kopiec Kreta: Sakhal 2026",
"connect": "147.93.161.229:3602",
"request": "147.93.161.229:3603",
"map": "sakhal",
"gamemode": null,
"version": "1.29.163047",
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": true,
"private": true,
"country": "FR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1779355334,
"last_update": 1780588879,
"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": 6881,
"language": "fr",
"parked": false,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11537341");
$data = json_decode($json, true);
var_dump($data);