API for NovaDayZ #4 — СLASSIC|PVP|3PP|LOOT+
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90285004133771275",
"domain": null,
"id": 11539996,
"ip": "77.105.160.175",
"port": 2081,
"query": 4081,
"color": 0,
"city": "Amsterdam",
"description": null,
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1779355398,
"last_online": 1779395416,
"icon": null,
"name": "NovaDayZ #4 — СLASSIC|PVP|3PP|LOOT+",
"connect": "77.105.160.175:2081",
"request": "77.105.160.175:4081",
"map": "chernarusplus",
"gamemode": null,
"version": "1.29.162510",
"numplayers": 142,
"maxplayers": 255,
"bots": 142,
"secured": true,
"private": false,
"country": "NL",
"status": true,
"votes": 0,
"points": 86,
"add_date": 1779355398,
"last_update": 1779395416,
"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": 2561,
"language": "nl",
"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/11539996");
$data = json_decode($json, true);
var_dump($data);