DayZ Experimental
API für Vanilla+
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10972655json
{
"response": {
"steam_id": 90285148860843020,
"domain": null,
"id": 10972655,
"ip": "193.23.161.203",
"port": 2302,
"query": 27016,
"color": 0,
"city": "Münster",
"description": null,
"game": 1024020,
"owner": null,
"boosts": 1,
"last_offline": 1776942194,
"score": 0,
"last_online": 1777522829,
"icon": null,
"name": "Vanilla+",
"connect": "193.23.161.203:2302",
"request": "193.23.161.203:27016",
"map": "chernarusplus",
"gamemode": "DISCORD: www.dayzvanillaplus.com Play DayZ Vanilla+ a high-pop,",
"version": "1.29.162270",
"numplayers": 2,
"maxplayers": 120,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 45,
"add_date": 1768904488,
"last_update": 1777522829,
"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": 12,
"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/10972655");
$data = json_decode($json, true);
var_dump($data);