API для DESKTOP-POOSP7K Capture & Hold — Бетонный завод
JSON для программ, сайтов и прочего
text
json
{
"response": {
"id": 13866892,
"mods": [],
"flags": 1,
"region": "EU",
"visible": true,
"battlEye": true,
"favorite": false,
"hostType": "P2p",
"joinable": true,
"joinQueue": {
"size": 0,
"type": "REGULAR",
"maxSize": 5
},
"sessionId": "1100001600868c4-0000b369f87e",
"pingSiteId": "frankfurt",
"scenarioId": "{59AD59368755F41A}Missions/21_GM_Eden.conf",
"lastJoinedAt": null,
"platformName": "Windows",
"runtimeStats": {},
"directJoinCode": "0609312115",
"detailsUpdatedAt": 1787241065,
"hostedScenarioModId": null,
"supportedGameClientTypes": [
"PLATFORM_PC"
],
"steam_id": null,
"domain": null,
"ip": "134.249.11.174",
"port": 2001,
"query": 2001,
"project_id": null,
"color": 0,
"city": "Kyiv",
"description": null,
"game": 1874880,
"owner": null,
"boosts": 1,
"last_offline": 1787343515,
"last_online": 1787242805,
"icon": null,
"name": "DESKTOP-POOSP7K Capture & Hold — Бетонный завод",
"connect": "134.249.11.174:2001",
"request": "134.249.11.174:2001",
"map": "#AR-Editor_Mission_GM_Eden_Name",
"gamemode": null,
"version": "1.8.0.10",
"numplayers": 0,
"maxplayers": 2,
"bots": 0,
"secured": true,
"private": false,
"country": "UA",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1787241503,
"last_update": 1787343515,
"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": 4486,
"language": "uk",
"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/13866892");
$data = json_decode($json, true);
var_dump($data);