API для KITINE Capture & Hold - Almara Factory
JSON для программ, сайтов и прочего
text
json
{
"response": {
"id": 13971371,
"mods": [],
"flags": 1,
"region": "ASIA",
"visible": true,
"battlEye": true,
"favorite": false,
"hostType": "P2p",
"joinable": true,
"joinQueue": {
"size": 0,
"type": "REGULAR",
"maxSize": 5
},
"sessionId": "110000114424c5a-0000a31633cf",
"pingSiteId": "singapore",
"scenarioId": "{C41618FD18E9D714}Missions/23_Campaign_Arland.conf",
"lastJoinedAt": null,
"platformName": "Windows",
"runtimeStats": {},
"directJoinCode": "0659193520",
"detailsUpdatedAt": 1787329659,
"hostedScenarioModId": null,
"supportedGameClientTypes": [
"PLATFORM_PC"
],
"steam_id": null,
"domain": null,
"ip": "136.158.44.206",
"port": 2001,
"query": 2001,
"project_id": null,
"color": 0,
"city": "Pasig",
"description": null,
"game": 1874880,
"owner": null,
"boosts": 1,
"last_offline": 1787352141,
"last_online": 1787330140,
"icon": null,
"name": "KITINE Capture & Hold - Almara Factory",
"connect": "136.158.44.206:2001",
"request": "136.158.44.206:2001",
"map": "#AR-MainMenu_ConflictArland_Name",
"gamemode": null,
"version": "1.8.0.10",
"numplayers": 0,
"maxplayers": 64,
"bots": 0,
"secured": true,
"private": false,
"country": "PH",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1787328774,
"last_update": 1787352141,
"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": 7146,
"language": "tl",
"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/13971371");
$data = json_decode($json, true);
var_dump($data);