API для KOTE Server
JSON для программ, сайтов и прочего
text
json
{
"response": {
"id": 13868063,
"mods": [],
"flags": 1,
"region": "NA",
"visible": true,
"battlEye": true,
"favorite": false,
"hostType": "CommunityDs",
"joinable": true,
"joinQueue": null,
"sessionId": "d8d64f2b-000065a31d0c",
"pingSiteId": "los_angeles",
"scenarioId": "{6F063F6A8B7E2950}Missions/UK1_Gurkhaz_Dead_Everon_2.conf",
"lastJoinedAt": null,
"platformName": "Windows",
"runtimeStats": {
"fps": 120,
"memory": 1377550
},
"directJoinCode": "0631788251",
"detailsUpdatedAt": 1786726344,
"hostedScenarioModId": "68A4F1DB561B6929",
"supportedGameClientTypes": [
"PLATFORM_PC",
"PLATFORM_XBL",
"PLATFORM_PSN"
],
"steam_id": null,
"domain": null,
"ip": "115.42.46.210",
"port": 7935,
"query": 7935,
"project_id": null,
"color": 0,
"city": "Los Angeles",
"description": null,
"game": 1874880,
"owner": null,
"boosts": 1,
"last_offline": 1787346693,
"last_online": 1787346608,
"icon": null,
"name": "KOTE Server",
"connect": "115.42.46.210:7935",
"request": "115.42.46.210:7935",
"map": "UK1 Gurkhaz Dead Everon 2",
"gamemode": null,
"version": "1.8.0.10",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1787241506,
"last_update": 1787346608,
"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": 2514,
"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/13868063");
$data = json_decode($json, true);
var_dump($data);