API для [EU] HFS Test Server #2
JSON для программ, сайтов и прочего
text
json
{
"response": {
"id": 13867975,
"mods": [],
"flags": 1,
"region": "EU",
"visible": true,
"battlEye": true,
"favorite": false,
"hostType": "CommunityDs",
"joinable": true,
"joinQueue": null,
"sessionId": "0-000000000030",
"pingSiteId": "frankfurt",
"scenarioId": "{59AD59368755F41A}Missions/21_GM_Eden.conf",
"lastJoinedAt": null,
"platformName": "LINUX",
"runtimeStats": {
"fps": 240,
"memory": 1120824
},
"directJoinCode": "0720662567",
"detailsUpdatedAt": 1786829285,
"hostedScenarioModId": "66457E8EC339EBA2",
"supportedGameClientTypes": [
"PLATFORM_PC",
"PLATFORM_XBL",
"PLATFORM_PSN"
],
"steam_id": null,
"domain": null,
"ip": "87.63.240.65",
"port": 2008,
"query": 2008,
"project_id": null,
"color": 0,
"city": "Hellerup",
"description": null,
"game": 1874880,
"owner": null,
"boosts": 1,
"last_offline": 1787343146,
"last_online": 1787343617,
"icon": null,
"name": "[EU] HFS Test Server #2",
"connect": "87.63.240.65:2008",
"request": "87.63.240.65:2008",
"map": "HFS Pilot Program",
"gamemode": null,
"version": "1.8.0.10",
"numplayers": 0,
"maxplayers": 128,
"bots": 0,
"secured": true,
"private": true,
"country": "DK",
"status": true,
"votes": 0,
"points": 0,
"add_date": 1787241506,
"last_update": 1787343617,
"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": 1929,
"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/13867975");
$data = json_decode($json, true);
var_dump($data);