API для ARMY OF THE DEAD – PVP, SURVIVAL, ZOMBIES, HEIST, LAS VEGAS
JSON для программ, сайтов и прочего
text
json
{
"response": {
"os": "l",
"region": -1,
"product": "dayz",
"gametype": "battleye,external,privHive,shard123ABC,lqs0,etm10.000000,entm7.000000,mod,09:27",
"dedicated": true,
"steam_id": "90290612961278999",
"domain": null,
"id": 13727258,
"ip": "13.143.244.205",
"port": 2064,
"query": 4064,
"project_id": null,
"color": 0,
"city": "Sudak",
"description": null,
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1786768834,
"last_online": 1786770000,
"icon": null,
"name": "ARMY OF THE DEAD – PVP, SURVIVAL, ZOMBIES, HEIST, LAS VEGAS",
"connect": "13.143.244.205:2064",
"request": "13.143.244.205:4064",
"map": "enoch",
"gamemode": null,
"version": "1.29.163451",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": null,
"country": "RU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1786768834,
"last_update": 1786770000,
"ban_reason": "server.ban_reasons.fake_server_data",
"banned": true,
"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": null,
"language": "ru",
"parked": false,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/13727258");
$data = json_decode($json, true);
var_dump($data);