Arma 3
API для SANBOX AUSTRALIA ( https://discord.gg/EZ7aY2GhM2 )
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/8850361json
{
"response": {
"steam_id": "90284390251928588",
"domain": null,
"id": 8850361,
"ip": "51.210.32.201",
"port": 2672,
"query": 2673,
"color": 0,
"city": "Wattrelos",
"description": null,
"game": 107410,
"owner": null,
"boosts": 1,
"last_offline": 1774208517,
"score": 0,
"last_online": 1776825665,
"icon": null,
"name": "SANBOX AUSTRALIA ( https://discord.gg/EZ7aY2GhM2 )",
"connect": "51.210.32.201:2672",
"request": "51.210.32.201:2673",
"map": "australia",
"gamemode": "SANDBOX AUSTRALIA",
"version": "2.20.152984",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": false,
"private": true,
"country": "FR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1746272473,
"last_update": 1776825665,
"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": 1051,
"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/8850361");
$data = json_decode($json, true);
var_dump($data);