DayZ Experimental
API für [ESP] FENTANILO ZOMBI|EXPERIMENTAL|SOLO PVE|WIPE 1-4-26
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11181621json
{
"response": {
"steam_id": 90285135616798720,
"domain": null,
"id": 11181621,
"ip": "185.223.139.178",
"port": 2602,
"query": 27016,
"color": 0,
"city": "Villalonga",
"description": null,
"game": 1024020,
"owner": null,
"boosts": 1,
"last_offline": 1777525409,
"score": 0,
"last_online": 1777510265,
"icon": null,
"name": "[ESP] FENTANILO ZOMBI|EXPERIMENTAL|SOLO PVE|WIPE 1-4-26",
"connect": "185.223.139.178:2602",
"request": "185.223.139.178:27016",
"map": "chernarusplus",
"gamemode": null,
"version": "1.29.162270",
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": true,
"private": false,
"country": "ES",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1772229762,
"last_update": 1777525409,
"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": 46,
"language": "es",
"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/11181621");
$data = json_decode($json, true);
var_dump($data);