V Rising
[EU/DE] ProudGameBrothers V+ 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/9846841json
{
"response": {
"steam_id": "90285729289969694",
"domain": null,
"id": 9846841,
"ip": "144.76.185.230",
"port": 9876,
"query": 9877,
"color": 0,
"city": "Falkenstein",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1773194530,
"score": 0,
"last_online": 1778763028,
"icon": null,
"name": "[EU/DE] ProudGameBrothers V+",
"connect": "144.76.185.230:9876",
"request": "144.76.185.230:9877",
"map": "VRisingWorld",
"gamemode": "70853442-5894-4778-8138-118b39f0da6e",
"version": "0.0.0.1",
"numplayers": 4,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 44,
"add_date": 1753205387,
"last_update": 1778763028,
"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": 25,
"language": "de",
"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/9846841");
$data = json_decode($json, true);
var_dump($data);