Arma 3
API для MOS ITALIA MILSIM ADDESTRAMENTO
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10624688json
{
"response": {
"steam_id": "90284507581135902",
"domain": null,
"id": 10624688,
"ip": "79.137.98.221",
"port": 2502,
"query": 2503,
"color": 0,
"city": "Gravelines",
"description": null,
"game": 107410,
"owner": null,
"boosts": 1,
"last_offline": 1776159075,
"score": 0,
"last_online": 1776805836,
"icon": null,
"name": "MOS ITALIA MILSIM ADDESTRAMENTO",
"connect": "79.137.98.221:2502",
"request": "79.137.98.221:2503",
"map": "dagger_island_summer",
"gamemode": "DAGGHERISLAND2026_vBETA2",
"version": "2.20.153495",
"numplayers": 7,
"maxplayers": 64,
"bots": 0,
"secured": false,
"private": true,
"country": "FR",
"status": true,
"votes": 0,
"points": 37,
"add_date": 1763331750,
"last_update": 1776805836,
"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": 123,
"language": "fr",
"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/10624688");
$data = json_decode($json, true);
var_dump($data);