API для FERNANDO Capture & Hold - Almara Factory
JSON для программ, сайтов и прочего
text
json
{
"response": {
"id": 13871029,
"mods": [],
"flags": 1,
"region": "EU",
"visible": true,
"battlEye": true,
"favorite": false,
"hostType": "P2p",
"joinable": true,
"joinQueue": null,
"sessionId": "110000142db5369-00008c2063ae",
"pingSiteId": "frankfurt",
"scenarioId": "{DAA03C6E6099D50F}Missions/24_CombatOps.conf",
"lastJoinedAt": null,
"platformName": "Windows",
"runtimeStats": {},
"directJoinCode": "0053000907",
"detailsUpdatedAt": 1787330685,
"hostedScenarioModId": null,
"supportedGameClientTypes": [
"PLATFORM_PC"
],
"steam_id": null,
"domain": null,
"ip": "95.91.208.106",
"port": 2001,
"query": 2001,
"project_id": null,
"color": 0,
"city": "Berlin",
"description": null,
"game": 1874880,
"owner": null,
"boosts": 1,
"last_offline": 1787343172,
"last_online": 1787343288,
"icon": null,
"name": "FERNANDO Capture & Hold - Almara Factory",
"connect": "95.91.208.106:2001",
"request": "95.91.208.106:2001",
"map": "#AR-CombatScenarioArland_Name",
"gamemode": null,
"version": "1.8.0.10",
"numplayers": 1,
"maxplayers": 1,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 0,
"add_date": 1787242424,
"last_update": 1787343288,
"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": 324,
"language": "de",
"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/13871029");
$data = json_decode($json, true);
var_dump($data);