API для DayZ LAN
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": true,
"gametype": "bf,r164,n0,s7,i2,mf,lf,vf,dt,tcoop,g65545,c2147483647-2147483647,pw,",
"os": "w",
"product": "arma2arrowpc",
"region": -1,
"steam_id": "90288828228183063",
"domain": null,
"id": 12288604,
"ip": "188.47.118.26",
"port": 2302,
"query": 2303,
"project_id": null,
"color": 0,
"city": "Poznan",
"description": null,
"game": 33930,
"owner": null,
"boosts": 1,
"last_offline": 1784014373,
"last_online": 1783974791,
"icon": null,
"name": "DayZ LAN",
"connect": "188.47.118.26:2302",
"request": "188.47.118.26:2303",
"map": "chernarus",
"gamemode": null,
"version": "1.64.144629",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": false,
"private": null,
"country": "PL",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1783969398,
"last_update": 1784014373,
"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": 212,
"language": "pl",
"parked": false,
"app": {
"id": 62,
"steam_id": 33930,
"name": "Arma 2: Operation Arrowhead",
"url": "arma-2-operation-arrowhead"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/12288604");
$data = json_decode($json, true);
var_dump($data);