API для UNSC SHADOW POINT PHANTOM BM
JSON для программ, сайтов и прочего
text
json
{
"response": {
"id": 13870339,
"mods": [],
"flags": 1,
"region": "NA",
"visible": true,
"battlEye": true,
"favorite": false,
"hostType": "CommunityDs",
"joinable": true,
"joinQueue": null,
"sessionId": "0-000000000030",
"pingSiteId": "los_angeles",
"scenarioId": "{DD443619E78D2556}Missions/GM_Ruha.conf",
"lastJoinedAt": null,
"platformName": "LINUX",
"runtimeStats": {
"fps": 60,
"memory": 709571
},
"directJoinCode": "0907548008",
"detailsUpdatedAt": 1787425223,
"hostedScenarioModId": "653CB36244ADBE0F",
"supportedGameClientTypes": [
"PLATFORM_PC",
"PLATFORM_XBL",
"PLATFORM_PSN"
],
"steam_id": null,
"domain": null,
"ip": "104.238.222.61",
"port": 2033,
"query": 2033,
"project_id": null,
"color": 0,
"city": "Los Angeles",
"description": null,
"game": 1874880,
"owner": null,
"boosts": 1,
"last_offline": 1787419278,
"last_online": 1787445605,
"icon": null,
"name": "UNSC SHADOW POINT PHANTOM BM",
"connect": "104.238.222.61:2033",
"request": "104.238.222.61:2033",
"map": "GameMaster Ruha",
"gamemode": null,
"version": "1.8.0.10",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1787241511,
"last_update": 1787445605,
"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": 3920,
"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/13870339");
$data = json_decode($json, true);
var_dump($data);