Arma 2: Operation Arrowhead
API для *[RU] - Wasteland Utes - WS.ARMA.SU
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/6253349json
{
"response": {
"steam_id": "90284543094181908",
"domain": null,
"id": 6253349,
"ip": "37.230.137.174",
"port": 2502,
"query": 2503,
"color": 0,
"city": "Moscow",
"description": null,
"game": 33930,
"owner": null,
"boosts": 1,
"last_offline": 1776260522,
"score": 0,
"last_online": 1776456148,
"icon": null,
"name": "*[RU] - Wasteland Utes - WS.ARMA.SU",
"connect": "37.230.137.174:2502",
"request": "37.230.137.174:2503",
"map": "Utes",
"gamemode": "Wasteland - Custom version by Sa-Matra (v15, Utes)",
"version": "1.64.144629",
"numplayers": 0,
"maxplayers": 60,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1728729063,
"last_update": 1776456148,
"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": 47,
"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/6253349");
$data = json_decode($json, true);
var_dump($data);