API для DayZ Isolation DM
JSON для программ, сайтов и прочего
text
json
{
"response": {
"add_date": 1789840790,
"app": {
"id": 63,
"name": "DayZ",
"steam_id": 221100,
"url": "dayz"
},
"color": null,
"connect": "85.254.27.59:2402",
"country": "LV",
"domain": null,
"game": 221100,
"hide_address": false,
"hide_query": false,
"icon": null,
"id": 16764026,
"ip": "85.254.27.59",
"language": "lv",
"last_update": 1789854626,
"map": "chernarusplus",
"maxplayers": 60,
"name": "DayZ Isolation DM",
"numplayers": 0,
"official": null,
"points": 30,
"port": 2402,
"private": null,
"project_id": null,
"pve": null,
"pvp": null,
"query": 27017,
"request": "85.254.27.59:27017",
"secured": true,
"status": false,
"steam_id": "90293051860676614",
"version": "1.29.163709",
"votes": 0,
"wipe": null,
"ban_reason": null,
"banned": false,
"boosts": 1,
"bots": 0,
"city": "Рига",
"description": null,
"disabled_modules": [],
"gamemode": null,
"hidden": false,
"last_offline": 1789854626,
"last_online": 1789844157,
"list_hidden": false,
"map_url": null,
"mods": [],
"next_wipe": null,
"parked": false,
"position_game": null,
"wipe_period": null,
"os": "w",
"time": "07:20",
"queue": 0,
"region": -1,
"product": "dayz",
"gametype": "battleye,no3rd,external,privHive,shardABC123,lqs0,etm6.000000,entm1.000000,mod,07:20",
"dedicated": true,
"dlc_enabled": false,
"first_person": true,
"day_acceleration": 6,
"night_acceleration": 1
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/16764026");
$data = json_decode($json, true);
var_dump($data);