API для DayZ Vanilla ++ BaseBuilding, BUNKER, Standalone in A2
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": true,
"gametype": "bt,r164,n144629,s7,i2,mf,lf,vt,dt,tcoop,g65545,c2147483647-2147483647,pw,",
"os": "w",
"product": "arma2arrowpc",
"region": -1,
"steam_id": "90290105486623761",
"domain": null,
"id": 13235214,
"ip": "94.250.248.157",
"port": 2302,
"query": 2303,
"project_id": null,
"color": 0,
"city": "Moscow",
"description": null,
"game": 224580,
"owner": null,
"boosts": 1,
"last_offline": 1785692229,
"last_online": 1785700800,
"icon": null,
"name": "DayZ Vanilla ++ BaseBuilding, BUNKER, Standalone in A2",
"connect": "94.250.248.157:2302",
"request": "94.250.248.157:2303",
"map": "Chernarus",
"gamemode": null,
"version": "1.64.144629",
"numplayers": 2,
"maxplayers": 10,
"bots": 0,
"secured": false,
"private": null,
"country": "RU",
"status": true,
"votes": 0,
"points": 68,
"add_date": 1785692229,
"last_update": 1785700800,
"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": 4,
"language": "ru",
"parked": false,
"app": {
"id": 33381,
"steam_id": 224580,
"name": "Arma 2: DayZ Mod",
"url": "arma-2-dayz-mod"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/13235214");
$data = json_decode($json, true);
var_dump($data);