API для Entrenamiento de Guardia Nacional
JSON для программ, сайтов и прочего
text
json
{
"response": {
"id": 13873274,
"mods": [],
"flags": 1,
"region": "NA",
"visible": true,
"battlEye": true,
"favorite": false,
"hostType": "CommunityDs",
"joinable": true,
"joinQueue": {
"size": 0,
"type": "REGULAR",
"maxSize": 5
},
"sessionId": "ed781f73-00000f1f6609",
"pingSiteId": "miami",
"scenarioId": "{04E4EE1532324317}Missions/GM_CampNeptune.conf",
"lastJoinedAt": null,
"platformName": "Windows",
"runtimeStats": {
"fps": 60,
"memory": 481210
},
"directJoinCode": "0270018436",
"detailsUpdatedAt": 1787336598,
"hostedScenarioModId": "61EF4AA4D043BE00",
"supportedGameClientTypes": [
"PLATFORM_PC"
],
"steam_id": null,
"domain": null,
"ip": "187.214.219.98",
"port": 2001,
"query": 2001,
"project_id": null,
"color": 0,
"city": "Cuernavaca",
"description": null,
"game": 1874880,
"owner": null,
"boosts": 1,
"last_offline": 1787343165,
"last_online": 1787343614,
"icon": null,
"name": "Entrenamiento de Guardia Nacional",
"connect": "187.214.219.98:2001",
"request": "187.214.219.98:2001",
"map": "Camp Neptune Training Complex",
"gamemode": null,
"version": "1.8.0.10",
"numplayers": 1,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": true,
"country": "MX",
"status": true,
"votes": 0,
"points": 0,
"add_date": 1787250491,
"last_update": 1787343614,
"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": 1136,
"language": "es",
"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/13873274");
$data = json_decode($json, true);
var_dump($data);