DayZ
API für CZ/SK Winter Chernarus 1.0 PVE/PVP/AI/Quests
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/9786236json
{
"response": {
"steam_id": null,
"domain": null,
"id": 9786236,
"ip": "93.99.7.86",
"port": 3049,
"query": 3050,
"color": 0,
"city": "Řícmanice",
"description": null,
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1775736085,
"score": 0,
"last_online": 1775429450,
"icon": null,
"name": "CZ/SK Winter Chernarus 1.0 PVE/PVP/AI/Quests",
"connect": "93.99.7.86:3049",
"request": "93.99.7.86:3050",
"map": "chernarusplus",
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 30,
"bots": 0,
"secured": true,
"private": false,
"country": "CZ",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1752682363,
"last_update": 1775736085,
"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": 4645,
"language": "cs",
"parked": false,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz",
"popular_maps_available": false
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/9786236");
$data = json_decode($json, true);
var_dump($data);