API для Asia-PVE-LostColony6426
JSON для программ, сайтов и прочего
text
json
{
"response": {
"isPve": true,
"modIds": null,
"dayTime": 3155,
"battleye": true,
"gameMode": "TestGameMode_C",
"clusterId": "PVECrossplay",
"sessionId": "46612f4229034223a4dbba670f393602",
"modFileIds": null,
"sessionName": "Asia-PVE-LostColony6426 - (v92.47)",
"platformType": "PC+XSX+WINGDK+PS5",
"steam_id": null,
"domain": null,
"id": 13896629,
"ip": "69.41.165.110",
"port": 7777,
"query": 7777,
"project_id": null,
"color": 0,
"city": "Hong Kong",
"description": null,
"game": 2399830,
"owner": null,
"boosts": 1,
"last_offline": 1787290156,
"last_online": 1787444405,
"icon": null,
"name": "Asia-PVE-LostColony6426",
"connect": "69.41.165.110:7777",
"request": "69.41.165.110:7777",
"map": "LostColony_WP",
"gamemode": null,
"version": "92.47",
"numplayers": 1,
"maxplayers": 70,
"bots": 0,
"secured": null,
"private": false,
"country": "HK",
"status": true,
"votes": 0,
"points": 31,
"add_date": 1787267267,
"last_update": 1787444405,
"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": 8972,
"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/13896629");
$data = json_decode($json, true);
var_dump($data);