Arma 3
API для � [ OFFICIAL ] Arma 3 Warlords by Bohemia Interactive (US)#01e
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/631479json
{
"response": {
"steam_id": "90284573524517918",
"domain": null,
"id": 631479,
"ip": "109.230.214.46",
"port": 2302,
"query": 2303,
"color": 0,
"city": "Miami",
"description": "",
"game": 107410,
"owner": null,
"boosts": 1,
"last_offline": 1773651732,
"score": null,
"last_online": 1776456043,
"icon": null,
"name": "� [ OFFICIAL ] Arma 3 Warlords by Bohemia Interactive (US)#01e",
"connect": "109.230.214.46:2302",
"request": "109.230.214.46:2303",
"map": "Altis",
"gamemode": "Warlords",
"version": "2.20.153690",
"numplayers": 3,
"maxplayers": 56,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 32,
"add_date": 1669653054,
"last_update": 1776456043,
"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": 366,
"language": "en",
"parked": false,
"app": {
"id": 61,
"steam_id": 107410,
"name": "Arma 3",
"url": "arma-3"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/631479");
$data = json_decode($json, true);
var_dump($data);