DayZ
API for GER Hungrige Wölfe PVE Quest /Trader /Helis
We offer a wide range of integration methods. You can use any of them or create your own using the JSON API. If you have a suggestion to add a new integration method, please contact us. Contact us
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/2303606json
{
"response": {
"steam_id": "90284103804912658",
"domain": null,
"id": 2303606,
"ip": "138.201.78.141",
"port": 2302,
"query": 2303,
"color": 0,
"city": "Falkenstein",
"description": "Hostet by PatientNull",
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1775673128,
"score": 3,
"last_online": 1775674281,
"icon": null,
"name": "GER Hungrige Wölfe PVE Quest /Trader /Helis",
"connect": "138.201.78.141:2302",
"request": "138.201.78.141:2303",
"map": "siberia",
"gamemode": null,
"version": "1.29.162510",
"numplayers": 3,
"maxplayers": 80,
"bots": 0,
"secured": true,
"private": true,
"country": "DE",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1703667946,
"last_update": 1775674281,
"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": 903,
"language": "de",
"parked": false,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz",
"popular_maps_available": false
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/2303606");
$data = json_decode($json, true);
var_dump($data);