API для Asia-PVE-LostColony6428
JSON для программ, сайтов и прочего
text
json
{
"response": {
"isPve": true,
"modIds": null,
"dayTime": 3154,
"battleye": true,
"gameMode": "TestGameMode_C",
"clusterId": "PVECrossplay",
"sessionId": "c389782b1729418c8cb5eacb1d05f7c7",
"modFileIds": null,
"sessionName": "Asia-PVE-LostColony6428 - (v92.47)",
"platformType": "PC+XSX+WINGDK+PS5",
"steam_id": null,
"domain": null,
"id": 13897117,
"ip": "69.41.165.110",
"port": 7781,
"query": 7781,
"project_id": null,
"color": 0,
"city": "Hong Kong",
"description": null,
"game": 2399830,
"owner": null,
"boosts": 1,
"last_offline": 1787290152,
"last_online": 1787444355,
"icon": null,
"name": "Asia-PVE-LostColony6428",
"connect": "69.41.165.110:7781",
"request": "69.41.165.110:7781",
"map": "LostColony_WP",
"gamemode": null,
"version": "92.47",
"numplayers": 3,
"maxplayers": 70,
"bots": 0,
"secured": null,
"private": false,
"country": "HK",
"status": true,
"votes": 0,
"points": 33,
"add_date": 1787267268,
"last_update": 1787444355,
"ban_reason": null,
"banned": false,
"wipe": null,
"official": true,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 7186,
"language": "zh",
"parked": false,
"app": {
"id": 1626086,
"steam_id": 2399830,
"name": "ARK: Survival Ascended",
"url": "ark-survival-ascended"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/13897117");
$data = json_decode($json, true);
var_dump($data);