API для DESKTOP-KBK57TJ Capture & Hold - Almara Factory
JSON для программ, сайтов и прочего
text
json
{
"response": {
"id": 13867903,
"mods": [],
"flags": 1,
"region": "EU",
"visible": true,
"battlEye": true,
"favorite": false,
"hostType": "P2p",
"joinable": true,
"joinQueue": {
"size": 0,
"type": "REGULAR",
"maxSize": 5
},
"sessionId": "110000146b3ab10-0000e276997a",
"pingSiteId": "london",
"scenarioId": "{0061706C5024D217}Missions/GM_WW2Arland.conf",
"lastJoinedAt": null,
"platformName": "Windows",
"runtimeStats": {},
"directJoinCode": "0096130010",
"detailsUpdatedAt": 1787325686,
"hostedScenarioModId": "6072D68D8DCD0C12",
"supportedGameClientTypes": [
"PLATFORM_PC"
],
"steam_id": null,
"domain": null,
"ip": "5.181.57.58",
"port": 2001,
"query": 2001,
"project_id": null,
"color": 0,
"city": "Haddington",
"description": null,
"game": 1874880,
"owner": null,
"boosts": 1,
"last_offline": 1787343160,
"last_online": 1787327007,
"icon": null,
"name": "DESKTOP-KBK57TJ Capture & Hold - Almara Factory",
"connect": "5.181.57.58:2001",
"request": "5.181.57.58:2001",
"map": "GM WW2 Arland",
"gamemode": null,
"version": "1.8.0.10",
"numplayers": 0,
"maxplayers": 24,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1787241505,
"last_update": 1787343160,
"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": 4944,
"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/13867903");
$data = json_decode($json, true);
var_dump($data);