[EN/RU] LTS eHot's V Rising Server. No Wipe. 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"steam_id": "90285732706774034",
"domain": null,
"id": 11544109,
"ip": "91.211.195.74",
"port": 9876,
"query": 9877,
"project_id": null,
"color": 0,
"city": "Tyumen",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1780557866,
"last_online": 1780908110,
"icon": null,
"name": "[EN/RU] LTS eHot's V Rising Server. No Wipe.",
"connect": "91.211.195.74:9876",
"request": "91.211.195.74:9877",
"map": "VRisingWorld",
"gamemode": "1e799378-a422-4438-b7a8-10e4e36315c4",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1779355513,
"last_update": 1780908110,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2058,
"language": "ru",
"parked": false,
"app": {
"id": 55075,
"steam_id": 1604030,
"name": "V Rising",
"url": "v-rising"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}代码示例
php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/11544109");
$data = json_decode($json, true);
var_dump($data);