API для OLDAF - Attic
JSON для программ, сайтов и прочего
text
json
{
"response": {
"id": 13867521,
"mods": [],
"flags": 1,
"region": "EU",
"visible": true,
"battlEye": true,
"favorite": false,
"hostType": "CommunityDs",
"joinable": true,
"joinQueue": null,
"sessionId": "20260818154251-0000ec44934e",
"pingSiteId": "frankfurt",
"scenarioId": "{BB5345C22DD2B655}Missions/23_Campaign_HQC_Cain.conf",
"lastJoinedAt": null,
"platformName": "Windows",
"runtimeStats": {
"fps": 60,
"memory": 7136862
},
"directJoinCode": "0101546079",
"detailsUpdatedAt": 1787067785,
"hostedScenarioModId": null,
"supportedGameClientTypes": [
"PLATFORM_PC",
"PLATFORM_XBL",
"PLATFORM_PSN"
],
"steam_id": null,
"domain": null,
"ip": "23.111.240.211",
"port": 2001,
"query": 2001,
"project_id": null,
"color": 0,
"city": "Amsterdam",
"description": null,
"game": 1874880,
"owner": null,
"boosts": 1,
"last_offline": 1787346682,
"last_online": 1787349625,
"icon": null,
"name": "OLDAF - Attic",
"connect": "23.111.240.211:2001",
"request": "23.111.240.211:2001",
"map": "#AR-Campaign_HQC_ScenarioName_Cain",
"gamemode": null,
"version": "1.6.0.119",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": true,
"country": "NL",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1787241505,
"last_update": 1787349625,
"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": 2434,
"language": "nl",
"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/13867521");
$data = json_decode($json, true);
var_dump($data);