API для Arma Reforger Server - Powered by AMP
JSON для программ, сайтов и прочего
text
json
{
"response": {
"id": 13867417,
"mods": [],
"flags": 1,
"region": "ASIA",
"visible": true,
"battlEye": true,
"favorite": false,
"hostType": "CommunityDs",
"joinable": true,
"joinQueue": null,
"sessionId": "62cbaac9-00001376429f",
"pingSiteId": "sydney",
"scenarioId": "{ECC61978EDCC2B5A}Missions/23_Campaign.conf",
"lastJoinedAt": null,
"platformName": "Windows",
"runtimeStats": {
"fps": 60,
"memory": 5879073
},
"directJoinCode": "0166363478",
"detailsUpdatedAt": 1786520201,
"hostedScenarioModId": null,
"supportedGameClientTypes": [
"PLATFORM_PC",
"PLATFORM_XBL",
"PLATFORM_PSN"
],
"steam_id": null,
"domain": null,
"ip": "159.196.209.21",
"port": 2001,
"query": 2001,
"project_id": null,
"color": 0,
"city": "Brisbane",
"description": null,
"game": 1874880,
"owner": null,
"boosts": 1,
"last_offline": 1787346687,
"last_online": 1787349664,
"icon": null,
"name": "Arma Reforger Server - Powered by AMP",
"connect": "159.196.209.21:2001",
"request": "159.196.209.21:2001",
"map": "#AR-Campaign_ScenarioName_Everon",
"gamemode": null,
"version": "1.7.0.54",
"numplayers": 0,
"maxplayers": 64,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1787241504,
"last_update": 1787349664,
"ban_reason": null,
"banned": false,
"wipe": null,
"official": false,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2364,
"language": "en",
"parked": false,
"app": {
"id": 55076,
"steam_id": 1874880,
"name": "Arma Reforger",
"url": "arma-reforger"
},
"server_owner": null,
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/13867417");
$data = json_decode($json, true);
var_dump($data);