API для [PL][EU]Dziupla Gier - ARMA OVER ALL #2 | discord.gg/dziuplagier-arma
JSON для программ, сайтов и прочего
text
json
{
"response": {
"id": 13866400,
"mods": [],
"flags": 1,
"region": "EU",
"visible": true,
"battlEye": true,
"favorite": false,
"hostType": "CommunityDs",
"joinable": true,
"joinQueue": {
"size": 0,
"type": "REGULAR",
"maxSize": 50
},
"sessionId": "0-000000000030",
"pingSiteId": "frankfurt",
"scenarioId": "{3BE30F418DCEE458}Missions/ConflictPVERemixedVanilla2_Cain.conf",
"lastJoinedAt": null,
"platformName": "LINUX",
"runtimeStats": {
"fps": 60,
"memory": 1082920
},
"directJoinCode": "0200856852",
"detailsUpdatedAt": 1787316906,
"hostedScenarioModId": "61B514B96692C049",
"supportedGameClientTypes": [
"PLATFORM_PC",
"PLATFORM_XBL",
"PLATFORM_PSN"
],
"steam_id": null,
"domain": null,
"ip": "213.239.207.246",
"port": 2028,
"query": 2028,
"project_id": null,
"color": 0,
"city": "Falkenstein",
"description": null,
"game": 1874880,
"owner": null,
"boosts": 1,
"last_offline": 1787346755,
"last_online": 1787349622,
"icon": null,
"name": "[PL][EU]Dziupla Gier - ARMA OVER ALL #2 | discord.gg/dziuplagier-arma",
"connect": "213.239.207.246:2028",
"request": "213.239.207.246:2028",
"map": "Conflict - Kolguyev PVE",
"gamemode": null,
"version": "1.8.0.10",
"numplayers": 0,
"maxplayers": 64,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1787241502,
"last_update": 1787349622,
"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": 1700,
"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/13866400");
$data = json_decode($json, true);
var_dump($data);