API для HUNTER Chernarus Lite
JSON для программ, сайтов и прочего
text
json
{
"response": {
"os": "w",
"region": -1,
"product": "dayz",
"gametype": "battleye,external,privHive,shard123ABC,lqs0,etm10.000000,entm7.000000,mod,07:20",
"dedicated": true,
"steam_id": "90291807164823579",
"domain": null,
"id": 14211921,
"ip": "194.93.2.246",
"port": 2322,
"query": 47017,
"project_id": null,
"color": 0,
"city": "Москва",
"description": null,
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1788020044,
"last_online": 1788033809,
"icon": null,
"name": "HUNTER Chernarus Lite",
"connect": "194.93.2.246:2322",
"request": "194.93.2.246:47017",
"map": "chernarusplus",
"gamemode": null,
"version": "1.29.163709",
"numplayers": 31,
"maxplayers": 80,
"bots": 0,
"secured": true,
"private": null,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1788020044,
"last_update": 1788033809,
"ban_reason": null,
"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": 967,
"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/14211921");
$data = json_decode($json, true);
var_dump($data);