DayZ
API for [AU] After DayZ Chiemsee | 100k Start | PvEvP | WIPED 27/3
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/3590655json
{
"response": {
"steam_id": "90285169793539084",
"domain": null,
"id": 3590655,
"ip": "103.152.197.103",
"port": 3302,
"query": 3303,
"color": 0,
"city": "Zetland",
"description": "",
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1776938000,
"score": null,
"last_online": 1777569044,
"icon": null,
"name": "[AU] After DayZ Chiemsee | 100k Start | PvEvP | WIPED 27/3",
"connect": "103.152.197.103:3302",
"request": "103.152.197.103:3303",
"map": "chiemsee",
"gamemode": null,
"version": "1.29.162510",
"numplayers": 1,
"maxplayers": 60,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 31,
"add_date": 1711394581,
"last_update": 1777569044,
"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": 1557,
"language": "en",
"parked": false,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/3590655");
$data = json_decode($json, true);
var_dump($data);