7 Days to Die
API für Game|Doza (PvE) х16384 |random map|
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/9500779json
{
"response": {
"steam_id": null,
"domain": null,
"id": 9500779,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": null,
"game": 251570,
"owner": 122672,
"boosts": 1,
"last_offline": 1761066209,
"score": 0,
"last_online": 1758661830,
"icon": null,
"name": "Game|Doza (PvE) х16384 |random map|",
"connect": null,
"request": null,
"map": "Xenoye County",
"gamemode": "7 Days To Die",
"version": null,
"numplayers": 0,
"maxplayers": 24,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1749724680,
"last_update": 1761066209,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 1,
"pvp": 0,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 9771,
"language": "ru",
"parked": true,
"app": {
"id": 49,
"steam_id": 251570,
"name": "7 Days to Die",
"url": "7-days-to-die"
},
"server_owner": {
"username": "marchukdubstep",
"avatar": "67314b04-5bc9-42fc-82cd-b906a2068cd5.jpg",
"last_online": 1761738536
},
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/9500779");
$data = json_decode($json, true);
var_dump($data);