API для Reforged revolutions inc
JSON для программ, сайтов и прочего
text
json
{
"response": {
"id": 13866564,
"mods": [],
"flags": 0,
"region": "EU",
"visible": true,
"battlEye": false,
"favorite": false,
"hostType": "CommunityDs",
"joinable": true,
"joinQueue": null,
"sessionId": "da707fff-000029142945",
"pingSiteId": "frankfurt",
"scenarioId": "{4D4780DB775BFF64}Missions/COE2_Cain.conf",
"lastJoinedAt": null,
"platformName": "Windows",
"runtimeStats": {
"fps": 120,
"memory": 4611260
},
"directJoinCode": "0462407551",
"detailsUpdatedAt": 1786545056,
"hostedScenarioModId": "60926835F4A7B0CA",
"supportedGameClientTypes": [
"PLATFORM_PC"
],
"steam_id": null,
"domain": null,
"ip": "109.204.188.85",
"port": 2001,
"query": 2001,
"project_id": null,
"color": 0,
"city": "Oulu",
"description": null,
"game": 1874880,
"owner": null,
"boosts": 1,
"last_offline": 1787343154,
"last_online": 1787343623,
"icon": null,
"name": "Reforged revolutions inc",
"connect": "109.204.188.85:2001",
"request": "109.204.188.85:2001",
"map": "COE2 - Kolguyev",
"gamemode": null,
"version": "1.7.0.54",
"numplayers": 0,
"maxplayers": 12,
"bots": 0,
"secured": false,
"private": true,
"country": "FI",
"status": true,
"votes": 0,
"points": 0,
"add_date": 1787241502,
"last_update": 1787343623,
"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": 4277,
"language": "fi",
"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/13866564");
$data = json_decode($json, true);
var_dump($data);