API для UMBRAL PMC
JSON для программ, сайтов и прочего
text
json
{
"response": {
"id": 13872054,
"mods": [],
"flags": 1,
"region": "NA",
"visible": true,
"battlEye": true,
"favorite": false,
"hostType": "CommunityDs",
"joinable": true,
"joinQueue": null,
"sessionId": "0-000000000030",
"pingSiteId": "miami",
"scenarioId": "{F45C6C15D31252E6}Missions/27_GM_Cain.conf",
"lastJoinedAt": null,
"platformName": "LINUX",
"runtimeStats": {
"fps": 120,
"memory": 1058175
},
"directJoinCode": "0865383515",
"detailsUpdatedAt": 1787350964,
"hostedScenarioModId": null,
"supportedGameClientTypes": [
"PLATFORM_PC",
"PLATFORM_XBL",
"PLATFORM_PSN"
],
"steam_id": null,
"domain": null,
"ip": "206.223.232.195",
"port": 7060,
"query": 7060,
"project_id": null,
"color": 0,
"city": "Bella Vista",
"description": null,
"game": 1874880,
"owner": null,
"boosts": 1,
"last_offline": 1787346690,
"last_online": 1787351327,
"icon": null,
"name": "UMBRAL PMC",
"connect": "206.223.232.195:7060",
"request": "206.223.232.195:7060",
"map": "#AR-Editor_Mission_GM_Kolguyev_Name",
"gamemode": null,
"version": "1.8.0.10",
"numplayers": 1,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "AR",
"status": true,
"votes": 0,
"points": 32,
"add_date": 1787246042,
"last_update": 1787351327,
"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": 1171,
"language": "es",
"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/13872054");
$data = json_decode($json, true);
var_dump($data);