API для DESKTOP-239P4VB Capture & Hold – Almara-Fabrik
JSON для программ, сайтов и прочего
text
json
{
"response": {
"id": 13989475,
"mods": [],
"flags": 1,
"region": "EU",
"visible": true,
"battlEye": true,
"favorite": false,
"hostType": "P2p",
"joinable": true,
"joinQueue": {
"size": 0,
"type": "REGULAR",
"maxSize": 5
},
"sessionId": "110000100c1807f-0000e7258ed0",
"pingSiteId": "frankfurt",
"scenarioId": "{44883F47A945C6AA}Missions/WARFARE_UTAH.conf",
"lastJoinedAt": null,
"platformName": "Windows",
"runtimeStats": {},
"directJoinCode": "0097204316",
"detailsUpdatedAt": 1787394281,
"hostedScenarioModId": "670F0D77153F7212",
"supportedGameClientTypes": [
"PLATFORM_PC"
],
"steam_id": null,
"domain": null,
"ip": "185.231.255.45",
"port": 2001,
"query": 2001,
"project_id": null,
"color": 0,
"city": "Kalenborn-Scheuern",
"description": null,
"game": 1874880,
"owner": null,
"boosts": 1,
"last_offline": 1787455403,
"last_online": 1787394341,
"icon": null,
"name": "DESKTOP-239P4VB Capture & Hold – Almara-Fabrik",
"connect": "185.231.255.45:2001",
"request": "185.231.255.45:2001",
"map": "WARFARE: WW2 UTAH BEACH",
"gamemode": null,
"version": "1.8.0.10",
"numplayers": 0,
"maxplayers": 24,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1787393537,
"last_update": 1787455403,
"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": 8553,
"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/13989475");
$data = json_decode($json, true);
var_dump($data);