API для DESKTOP-A34EQHQ Capture & Hold - Almara Factory
JSON для программ, сайтов и прочего
text
json
{
"response": {
"id": 13875385,
"mods": [],
"flags": 1,
"region": "EU",
"visible": true,
"battlEye": true,
"favorite": false,
"hostType": "P2p",
"joinable": true,
"joinQueue": {
"size": 0,
"type": "REGULAR",
"maxSize": 5
},
"sessionId": "11000013e8a65b9-0000332a500a",
"pingSiteId": "frankfurt",
"scenarioId": "{59AD59368755F41A}Missions/21_GM_Eden.conf",
"lastJoinedAt": null,
"platformName": "Windows",
"runtimeStats": {},
"directJoinCode": "0443650879",
"detailsUpdatedAt": 1787343407,
"hostedScenarioModId": null,
"supportedGameClientTypes": [
"PLATFORM_PC"
],
"steam_id": null,
"domain": null,
"ip": "88.132.148.164",
"port": 2001,
"query": 2001,
"project_id": null,
"color": 0,
"city": "Balatonkenese",
"description": null,
"game": 1874880,
"owner": null,
"boosts": 1,
"last_offline": 1787341606,
"last_online": 1787343647,
"icon": null,
"name": "DESKTOP-A34EQHQ Capture & Hold - Almara Factory",
"connect": "88.132.148.164:2001",
"request": "88.132.148.164:2001",
"map": "#AR-Editor_Mission_GM_Eden_Name",
"gamemode": null,
"version": "1.8.0.10",
"numplayers": 1,
"maxplayers": 24,
"bots": 0,
"secured": true,
"private": false,
"country": "HU",
"status": true,
"votes": 0,
"points": 32,
"add_date": 1787258042,
"last_update": 1787343647,
"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": 86,
"language": "hu",
"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/13875385");
$data = json_decode($json, true);
var_dump($data);