API для Nitrado.net Gameserver
JSON для программ, сайтов и прочего
text
json
{
"response": {
"id": 16393620,
"mods": [],
"flags": 1,
"region": "NA",
"visible": true,
"battlEye": true,
"favorite": false,
"hostType": "CommunityDs",
"joinable": true,
"joinQueue": {
"size": 0
},
"sessionId": "d3c83674-000065130a2a",
"pingSiteId": "los_angeles",
"scenarioId": "{ECC61978EDCC2B5A}Missions/23_Campaign.conf",
"lastJoinedAt": null,
"platformName": "Windows",
"runtimeStats": {
"fps": 120,
"memory": 1001917
},
"directJoinCode": "0308236042",
"detailsUpdatedAt": 1789423478,
"hostedScenarioModId": null,
"supportedGameClientTypes": [
"PLATFORM_PC",
"PLATFORM_XBL",
"PLATFORM_PSN"
],
"steam_id": null,
"domain": null,
"ip": "95.156.194.127",
"port": 10600,
"query": 10600,
"project_id": null,
"color": 0,
"city": "Лос-Анджелес",
"description": null,
"game": 1874880,
"boosts": 1,
"last_offline": 1789668079,
"last_online": 1789428180,
"icon": null,
"name": "Nitrado.net Gameserver",
"connect": "95.156.194.127:10600",
"request": "95.156.194.127:10600",
"map": "#AR-Campaign_ScenarioName_Everon",
"gamemode": null,
"version": "1.8.0.13",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1789423865,
"last_update": 1789668079,
"ban_reason": null,
"banned": false,
"hidden": 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": 10527,
"language": "en",
"parked": false,
"app": {
"id": 55076,
"steam_id": 1874880,
"name": "Arma Reforger",
"url": "arma-reforger"
},
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/16393620");
$data = json_decode($json, true);
var_dump($data);