API для Fraking https://discord.gg/3jMwQzEyTD
JSON для программ, сайтов и прочего
text
json
{
"response": {
"id": 13866823,
"mods": [],
"flags": 1,
"region": "EU",
"visible": true,
"battlEye": true,
"favorite": false,
"hostType": "CommunityDs",
"joinable": true,
"joinQueue": null,
"sessionId": "3f822e50-00001d680077",
"pingSiteId": "london",
"scenarioId": "{33FEAA1AF3A99AF2}Missions/GM_Zarichne.conf",
"lastJoinedAt": null,
"platformName": "Windows",
"runtimeStats": {
"fps": 120,
"memory": 549960
},
"directJoinCode": "0755595995",
"detailsUpdatedAt": 1787341964,
"hostedScenarioModId": "65EA8C9C25882838",
"supportedGameClientTypes": [
"PLATFORM_PC",
"PLATFORM_XBL",
"PLATFORM_PSN"
],
"steam_id": null,
"domain": null,
"ip": "95.156.250.3",
"port": 10600,
"query": 10600,
"project_id": null,
"color": 0,
"city": "Canary Wharf",
"description": null,
"game": 1874880,
"owner": null,
"boosts": 1,
"last_offline": 1787347433,
"last_online": 1787349662,
"icon": null,
"name": "Fraking https://discord.gg/3jMwQzEyTD",
"connect": "95.156.250.3:10600",
"request": "95.156.250.3:10600",
"map": "Game Master - Zarichne",
"gamemode": null,
"version": "1.8.0.10",
"numplayers": 1,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 35,
"add_date": 1787241503,
"last_update": 1787349662,
"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": 775,
"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/13866823");
$data = json_decode($json, true);
var_dump($data);