API для [POD]Platoon of Danes mission server
JSON для программ, сайтов и прочего
text
json
{
"response": {
"id": 13866873,
"mods": [],
"flags": 0,
"region": "EU",
"visible": true,
"battlEye": false,
"favorite": false,
"hostType": "CommunityDs",
"joinable": true,
"joinQueue": null,
"sessionId": "0-000000000030",
"pingSiteId": "frankfurt",
"scenarioId": "{9D2D546F1E889561}Missions/GM_Zimnitrita.conf",
"lastJoinedAt": null,
"platformName": "LINUX",
"runtimeStats": {
"fps": 120,
"memory": 3043732
},
"directJoinCode": "0955157740",
"detailsUpdatedAt": 1786646819,
"hostedScenarioModId": "597697D81A1EA202",
"supportedGameClientTypes": [
"PLATFORM_PC"
],
"steam_id": null,
"domain": null,
"ip": "77.33.141.72",
"port": 2001,
"query": 2001,
"project_id": null,
"color": 0,
"city": "Horsens",
"description": null,
"game": 1874880,
"owner": null,
"boosts": 1,
"last_offline": 1787343157,
"last_online": 1787343631,
"icon": null,
"name": "[POD]Platoon of Danes mission server",
"connect": "77.33.141.72:2001",
"request": "77.33.141.72:2001",
"map": "Zimnitrita - Game Master",
"gamemode": null,
"version": "1.8.0.10",
"numplayers": 0,
"maxplayers": 128,
"bots": 0,
"secured": false,
"private": true,
"country": "DK",
"status": true,
"votes": 0,
"points": 0,
"add_date": 1787241503,
"last_update": 1787343631,
"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": 4473,
"language": "da",
"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/13866873");
$data = json_decode($json, true);
var_dump($data);