API для Bob Freedom Fighters - Arma Reforger Enhanced Server
JSON для программ, сайтов и прочего
text
json
{
"response": {
"id": 13866976,
"mods": [],
"flags": 1,
"region": "EU",
"visible": true,
"battlEye": true,
"favorite": false,
"hostType": "CommunityDs",
"joinable": true,
"joinQueue": null,
"sessionId": "0-000000000030",
"pingSiteId": "frankfurt",
"scenarioId": "{0A7D4B53357DA982}Missions/FreedomFighters/Zimnitrita.conf",
"lastJoinedAt": null,
"platformName": "LINUX",
"runtimeStats": {
"fps": 60,
"memory": 3147955
},
"directJoinCode": "0248783190",
"detailsUpdatedAt": 1787297621,
"hostedScenarioModId": "68B36D2605224110",
"supportedGameClientTypes": [
"PLATFORM_PC"
],
"steam_id": null,
"domain": null,
"ip": "65.108.103.147",
"port": 2472,
"query": 2472,
"project_id": null,
"color": 0,
"city": "Helsinki",
"description": null,
"game": 1874880,
"owner": null,
"boosts": 1,
"last_offline": 1787343157,
"last_online": 1787343616,
"icon": null,
"name": "Bob Freedom Fighters - Arma Reforger Enhanced Server",
"connect": "65.108.103.147:2472",
"request": "65.108.103.147:2472",
"map": "Freedom Fighters - Zimnitrita",
"gamemode": null,
"version": "1.8.0.10",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": true,
"country": "FI",
"status": true,
"votes": 0,
"points": 0,
"add_date": 1787241503,
"last_update": 1787343616,
"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": 4531,
"language": "fi",
"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/13866976");
$data = json_decode($json, true);
var_dump($data);