API für Kraken ZS [Custom] | CW2 | Bots
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "85568392923786487",
"domain": null,
"id": 243950,
"ip": "208.103.169.70",
"port": 27023,
"query": 27023,
"project_id": null,
"color": 0,
"city": "Dallas",
"description": "",
"game": 4000,
"owner": null,
"boosts": 1,
"last_offline": 1780597469,
"last_online": 1780893088,
"icon": null,
"name": "Kraken ZS [Custom] | CW2 | Bots",
"connect": "208.103.169.70:27023",
"request": "208.103.169.70:27023",
"map": "zs_vostok",
"gamemode": "Zombie Survival",
"version": "2026.04.29",
"numplayers": 0,
"maxplayers": 60,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1583081857,
"last_update": 1780893088,
"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": 697,
"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/243950");
$data = json_decode($json, true);
var_dump($data);