API для [FR] Opération Libertée Everon | PVE
JSON для программ, сайтов и прочего
text
json
{
"response": {
"id": 13866422,
"mods": [],
"flags": 1,
"region": "NA",
"visible": true,
"battlEye": true,
"favorite": false,
"hostType": "CommunityDs",
"joinable": true,
"joinQueue": null,
"sessionId": "0-000000000030",
"pingSiteId": "new_york",
"scenarioId": "{3DAD390C31623F04}Missions/24_OVT_Eden.conf",
"lastJoinedAt": null,
"platformName": "LINUX",
"runtimeStats": {
"fps": 60,
"memory": 1057118
},
"directJoinCode": "0598585558",
"detailsUpdatedAt": 1787071304,
"hostedScenarioModId": "59B657D731E2A11D",
"supportedGameClientTypes": [
"PLATFORM_PC",
"PLATFORM_XBL",
"PLATFORM_PSN"
],
"steam_id": null,
"domain": null,
"ip": "15.235.72.118",
"port": 2001,
"query": 2001,
"project_id": null,
"color": 0,
"city": "Montreal",
"description": null,
"game": 1874880,
"owner": null,
"boosts": 1,
"last_offline": 1787342176,
"last_online": 1787341837,
"icon": null,
"name": "[FR] Opération Libertée Everon | PVE",
"connect": "15.235.72.118:2001",
"request": "15.235.72.118:2001",
"map": "Overthrow: Everon",
"gamemode": null,
"version": "1.8.0.10",
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": true,
"private": false,
"country": "CA",
"status": false,
"votes": 0,
"points": 30,
"add_date": 1787241502,
"last_update": 1787342176,
"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": 1421,
"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/13866422");
$data = json_decode($json, true);
var_dump($data);