API для Monolith Angels - Serwer Testowy
JSON для программ, сайтов и прочего
text
json
{
"response": {
"id": 13866528,
"mods": [],
"flags": 1,
"region": "EU",
"visible": true,
"battlEye": true,
"favorite": false,
"hostType": "CommunityDs",
"joinable": true,
"joinQueue": null,
"sessionId": "f24619a6-00003e6a8ee3",
"pingSiteId": "frankfurt",
"scenarioId": "{3CDD69C7BF40FE5C}Missions/Dead Everon 2.conf",
"lastJoinedAt": null,
"platformName": "Windows",
"runtimeStats": {
"fps": 1515,
"memory": 1460856
},
"directJoinCode": "0708267121",
"detailsUpdatedAt": 1787238696,
"hostedScenarioModId": "68851B84C4FB36A1",
"supportedGameClientTypes": [
"PLATFORM_PC",
"PLATFORM_XBL",
"PLATFORM_PSN"
],
"steam_id": null,
"domain": null,
"ip": "65.21.215.50",
"port": 2002,
"query": 2002,
"project_id": null,
"color": 0,
"city": "Helsinki",
"description": null,
"game": 1874880,
"owner": null,
"boosts": 1,
"last_offline": 1787343151,
"last_online": 1787343634,
"icon": null,
"name": "Monolith Angels - Serwer Testowy",
"connect": "65.21.215.50:2002",
"request": "65.21.215.50:2002",
"map": "Dead Everon 2",
"gamemode": null,
"version": "1.8.0.10",
"numplayers": 0,
"maxplayers": 64,
"bots": 0,
"secured": true,
"private": true,
"country": "FI",
"status": true,
"votes": 0,
"points": 0,
"add_date": 1787241502,
"last_update": 1787343634,
"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": 4258,
"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/13866528");
$data = json_decode($json, true);
var_dump($data);