API für Z-Arena
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "90286527234025503",
"domain": null,
"id": 11670343,
"ip": "95.37.157.207",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Zavolzh'ye",
"description": null,
"game": 4000,
"owner": null,
"boosts": 1,
"last_offline": 1780426459,
"last_online": 1780436445,
"icon": null,
"name": "Z-Arena",
"connect": "95.37.157.207:27015",
"request": "95.37.157.207:27015",
"map": "rp_raccoonclaw_v1_drinda",
"gamemode": "Sandbox",
"version": "2026.04.29",
"numplayers": 1,
"maxplayers": 8,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 36,
"add_date": 1780180458,
"last_update": 1780436445,
"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": 439,
"language": "ru",
"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/11670343");
$data = json_decode($json, true);
var_dump($data);