DayZ
API for ZERO ZONE | PVP | VANILLA+
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11252359json
{
"response": {
"steam_id": "90284791238584330",
"domain": null,
"id": 11252359,
"ip": "5.188.131.164",
"port": 2309,
"query": 2310,
"color": 0,
"city": "Moscow",
"description": null,
"game": 221100,
"owner": 180378,
"boosts": 1,
"last_offline": 1776795800,
"score": 0,
"last_online": 1776825623,
"icon": null,
"name": "ZERO ZONE | PVP | VANILLA+",
"connect": "5.188.131.164:2309",
"request": "5.188.131.164:2310",
"map": "chernarusplus",
"gamemode": null,
"version": "1.29.162510",
"numplayers": 0,
"maxplayers": 60,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1773690908,
"last_update": 1776825623,
"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": 986,
"language": "ru",
"parked": false,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": {
"username": "gannibal",
"avatar": "7acef143-8417-489a-ac6d-2533284b0931.png",
"last_online": 1774450091
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11252359");
$data = json_decode($json, true);
var_dump($data);