DayZ
API for LIVINGXDEAD - CHIEMSEE HARDCORE STALKER EXPERIENCE [RP/PVP]
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/5801087json
{
"response": {
"steam_id": "90285171431562264",
"domain": null,
"id": 5801087,
"ip": "116.202.197.169",
"port": 2402,
"query": 27017,
"color": 0,
"city": "Falkenstein",
"description": null,
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1775650326,
"score": 0,
"last_online": 1777569043,
"icon": null,
"name": "LIVINGXDEAD - CHIEMSEE HARDCORE STALKER EXPERIENCE [RP/PVP]",
"connect": "116.202.197.169:2402",
"request": "116.202.197.169:27017",
"map": "Chiemsee",
"gamemode": null,
"version": "1.29.162510",
"numplayers": 1,
"maxplayers": 25,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 32,
"add_date": 1725019301,
"last_update": 1777569043,
"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": 1456,
"language": "de",
"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/5801087");
$data = json_decode($json, true);
var_dump($data);