API для HEADACHE Finland PVE
JSON для программ, сайтов и прочего
text
json
{
"response": {
"id": 13867646,
"mods": [],
"flags": 0,
"region": "EU",
"visible": true,
"battlEye": false,
"favorite": false,
"hostType": "CommunityDs",
"joinable": true,
"joinQueue": null,
"sessionId": "8871c54b-00002277387e",
"pingSiteId": "frankfurt",
"scenarioId": "{A6A77FC53F7868A9}missions/WARFARE_VANILLA_CAIN.conf",
"lastJoinedAt": null,
"platformName": "Windows",
"runtimeStats": {
"fps": 60,
"memory": 1068057
},
"directJoinCode": "0523684096",
"detailsUpdatedAt": 1787336556,
"hostedScenarioModId": "697850A473CC25A2",
"supportedGameClientTypes": [
"PLATFORM_PC",
"PLATFORM_XBL",
"PLATFORM_PSN"
],
"steam_id": null,
"domain": null,
"ip": "95.217.41.254",
"port": 7930,
"query": 7930,
"project_id": null,
"color": 0,
"city": "Helsinki",
"description": null,
"game": 1874880,
"owner": null,
"boosts": 1,
"last_offline": 1787343156,
"last_online": 1787343658,
"icon": null,
"name": "HEADACHE Finland PVE",
"connect": "95.217.41.254:7930",
"request": "95.217.41.254:7930",
"map": "WarFare VanillaPlus Bandit",
"gamemode": null,
"version": "1.8.0.10",
"numplayers": 0,
"maxplayers": 12,
"bots": 0,
"secured": false,
"private": false,
"country": "FI",
"status": true,
"votes": 0,
"points": 0,
"add_date": 1787241505,
"last_update": 1787343658,
"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": 1757,
"language": "fi",
"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/13867646");
$data = json_decode($json, true);
var_dump($data);