DayZ Experimental
API für Jagged Zed Alliance | -JZA- | Sakhal | Experimental |
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11219513json
{
"response": {
"steam_id": "90284930873541636",
"domain": null,
"id": 11219513,
"ip": "81.169.172.8",
"port": 2333,
"query": 2334,
"color": 0,
"city": "Berlin",
"description": null,
"game": 1024020,
"owner": null,
"boosts": 1,
"last_offline": 1776606802,
"score": 0,
"last_online": 1777522238,
"icon": null,
"name": "Jagged Zed Alliance | -JZA- | Sakhal | Experimental |",
"connect": "81.169.172.8:2333",
"request": "81.169.172.8:2334",
"map": "sakhal",
"gamemode": "JZA's Experimental Server ... 'Dark Was The Night, Cold Was The",
"version": "1.29.162270",
"numplayers": 0,
"maxplayers": 42,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 1,
"points": 31,
"add_date": 1772701555,
"last_update": 1777522238,
"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": 14,
"language": "de",
"parked": false,
"app": {
"id": 54695,
"steam_id": 1024020,
"name": "DayZ Experimental",
"url": "dayz-experimental"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11219513");
$data = json_decode($json, true);
var_dump($data);