DayZ
API für [ESP] AMBICIONES / PVP / SAFE ZONES / NO BASE DAMAGE / CARKEY
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11153467json
{
"response": {
"steam_id": "90285655760609306",
"domain": null,
"id": 11153467,
"ip": "77.224.18.203",
"port": 2316,
"query": 27016,
"color": 0,
"city": "Barcelona",
"description": null,
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1779118331,
"score": 0,
"last_online": 1778599235,
"icon": null,
"name": "[ESP] AMBICIONES / PVP / SAFE ZONES / NO BASE DAMAGE / CARKEY",
"connect": "77.224.18.203:2316",
"request": "77.224.18.203:27016",
"map": "chernarusplus",
"gamemode": null,
"version": "1.29.162510",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "ES",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1772227876,
"last_update": 1779118331,
"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": 3586,
"language": "es",
"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/11153467");
$data = json_decode($json, true);
var_dump($data);