DayZ
API für DayZ Pure Vanilla | Mipko
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/11488221json
{
"response": {
"steam_id": 90284135042649100,
"domain": null,
"id": 11488221,
"ip": "178.32.109.170",
"port": 25582,
"query": 25580,
"color": 0,
"city": "Strasbourg",
"description": "[{\"id\":\"oL-odvhneU\",\"type\":\"paragraph\",\"data\":{\"text\":\"Mipko – it’s pure vanilla, nothing else. Cap loot is disabled.\"}},{\"id\":\"bcz8e6wwRZ\",\"type\":\"paragraph\",\"data\":{\"text\":\"Mipko — это чистая ваниль, больше ничего. Ограничение лута отключено.\\n\\nБудьте здоровы | Be healthy \"}}]",
"game": 221100,
"owner": 185868,
"boosts": 1,
"last_offline": 1775411934,
"score": 0,
"last_online": 1775751612,
"icon": null,
"name": "DayZ Pure Vanilla | Mipko",
"connect": "178.32.109.170:25582",
"request": "178.32.109.170:25580",
"map": "chernarusplus",
"gamemode": null,
"version": "1.29.162510",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 2,
"points": 92,
"add_date": 1775411934,
"last_update": 1775751612,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": 1,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 545,
"language": "ru",
"parked": false,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": {
"username": "mipko",
"avatar": "95bdc41c-5cb3-4132-991d-38ac5526e0e1.jpg",
"last_online": 1775722447
},
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11488221");
$data = json_decode($json, true);
var_dump($data);