API for [RU] RGDAYZ #1 | PVE | 3PP | VANILLA+
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90284617524276238",
"domain": null,
"id": 9109060,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "Veliky Novgorod",
"description": "[]",
"game": 221100,
"owner": 126683,
"boosts": 1,
"last_offline": 1777441957,
"last_online": 1776538813,
"icon": null,
"name": "[RU] RGDAYZ #1 | PVE | 3PP | VANILLA+",
"connect": null,
"request": null,
"map": "chernarusplus",
"gamemode": null,
"version": "1.29.162510",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1747140775,
"last_update": 1777441957,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": 1,
"list_hidden": false,
"hide_address": false,
"hide_query": true,
"position_game": 15010,
"language": "ru",
"parked": true,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": {
"username": "theprotiperrg",
"avatar": "b06ca145-36dc-454d-97a6-9307f075cd8c.jpg"
},
"mods": [],
"disabled_modules": [
"chat"
]
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/9109060");
$data = json_decode($json, true);
var_dump($data);