DayZ
API für German Wolves|Banov|Trader|Bots|PVP and KI Bots
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/9163391json
{
"response": {
"steam_id": "90284796660102169",
"domain": null,
"id": 9163391,
"ip": "95.156.230.174",
"port": 2602,
"query": 2607,
"color": 0,
"city": "Hamburg",
"description": null,
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1776445404,
"score": 0,
"last_online": 1776841866,
"icon": null,
"name": "German Wolves|Banov|Trader|Bots|PVP and KI Bots",
"connect": "95.156.230.174:2602",
"request": "95.156.230.174:2607",
"map": "banov",
"gamemode": null,
"version": "1.29.162510",
"numplayers": 0,
"maxplayers": 60,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1747216035,
"last_update": 1776841866,
"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": 2843,
"language": "de",
"parked": false,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/9163391");
$data = json_decode($json, true);
var_dump($data);