API для LAPTOP-V9CKIC7R Capture & Hold - Almara Factory
JSON для программ, сайтов и прочего
text
json
{
"response": {
"id": 13970697,
"mods": [],
"flags": 1,
"region": "EU",
"visible": true,
"battlEye": true,
"favorite": false,
"hostType": "P2p",
"joinable": true,
"joinQueue": {
"size": 0,
"type": "REGULAR",
"maxSize": 5
},
"sessionId": "11000010c0c4848-00009150f035",
"pingSiteId": "london",
"scenarioId": "{691E6388556B67A5}Missions/REAPER_JustInTime.conf",
"lastJoinedAt": null,
"platformName": "Windows",
"runtimeStats": {},
"directJoinCode": "0583541897",
"detailsUpdatedAt": 1787326745,
"hostedScenarioModId": "617B2ED33DE29156",
"supportedGameClientTypes": [
"PLATFORM_PC"
],
"steam_id": null,
"domain": null,
"ip": "86.132.156.138",
"port": 2001,
"query": 2001,
"project_id": null,
"color": 0,
"city": "Louth",
"description": null,
"game": 1874880,
"owner": null,
"boosts": 1,
"last_offline": 1787343150,
"last_online": 1787328965,
"icon": null,
"name": "LAPTOP-V9CKIC7R Capture & Hold - Almara Factory",
"connect": "86.132.156.138:2001",
"request": "86.132.156.138:2001",
"map": "CO10/SP - Just in time",
"gamemode": null,
"version": "1.8.0.10",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1787326967,
"last_update": 1787343150,
"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": 6940,
"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/13970697");
$data = json_decode($json, true);
var_dump($data);