Arma 3
API для [RU] BRPVP Life |PVE|Missions|Event|Base|DayzExile|DC:UXA5HCH
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/102257json
{
"response": {
"steam_id": "90284567570075655",
"domain": null,
"id": 102257,
"ip": "188.134.28.101",
"port": 2322,
"query": 2323,
"color": 0,
"city": "St Petersburg",
"description": "",
"game": 107410,
"owner": 9440,
"boosts": 1,
"last_offline": 1776308511,
"score": null,
"last_online": 1776447025,
"icon": null,
"name": "[RU] BRPVP Life |PVE|Missions|Event|Base|DayzExile|DC:UXA5HCH",
"connect": "188.134.28.101:2322",
"request": "188.134.28.101:2323",
"map": "Altis",
"gamemode": "BRPVP_V146F3",
"version": "2.20.152984",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1538401666,
"last_update": 1776447025,
"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": 34,
"language": "ru",
"parked": false,
"app": {
"id": 61,
"steam_id": 107410,
"name": "Arma 3",
"url": "arma-3"
},
"server_owner": {
"username": "elfinito",
"avatar": "no.jpg",
"last_online": 1535722774
},
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/102257");
$data = json_decode($json, true);
var_dump($data);