Arma 2: Operation Arrowhead
API для RU 178 Epoch Elite Cherno [Missions|Bank|Spawn Select] (1.0.7.1
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/6884342json
{
"response": {
"steam_id": "90284748399919108",
"domain": null,
"id": 6884342,
"ip": "185.137.235.74",
"port": 2602,
"query": 2603,
"color": 0,
"city": "Moscow",
"description": null,
"game": 33930,
"owner": null,
"boosts": 1,
"last_offline": 1776643997,
"score": 0,
"last_online": 1776801074,
"icon": null,
"name": "RU 178 Epoch Elite Cherno [Missions|Bank|Spawn Select] (1.0.7.1",
"connect": "185.137.235.74:2602",
"request": "185.137.235.74:2603",
"map": null,
"gamemode": "Arma OA",
"version": "1.64.144629",
"numplayers": 0,
"maxplayers": 30,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1734086862,
"last_update": 1776801074,
"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": 95,
"language": "ru",
"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/6884342");
$data = json_decode($json, true);
var_dump($data);