Arma 3
API для [ESP] Spain Altis Life RP || NUEVA MISIÓN || dsc.gg/a3salrp
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10747725json
{
"response": {
"steam_id": "90285627076007946",
"domain": null,
"id": 10747725,
"ip": "51.38.162.122",
"port": 2302,
"query": 2303,
"color": 0,
"city": "Strasbourg",
"description": null,
"game": 107410,
"owner": null,
"boosts": 1,
"last_offline": 1777913013,
"score": 0,
"last_online": 1778540433,
"icon": null,
"name": "[ESP] Spain Altis Life RP || NUEVA MISIÓN || dsc.gg/a3salrp",
"connect": "51.38.162.122:2302",
"request": "51.38.162.122:2303",
"map": "Altis",
"gamemode": "Spain Altis Life RP",
"version": "2.20.152984",
"numplayers": 4,
"maxplayers": 80,
"bots": 0,
"secured": false,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 33,
"add_date": 1766252145,
"last_update": 1778540433,
"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": 148,
"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/10747725");
$data = json_decode($json, true);
var_dump($data);