V Rising
Tri Rising SOLO - 3x Loot - Wipe April 24th 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/9205136json
{
"response": {
"steam_id": "90284906963783688",
"domain": null,
"id": 9205136,
"ip": "82.196.100.164",
"port": 3333,
"query": 3334,
"color": 0,
"city": "Halmstad",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1776441205,
"score": 0,
"last_online": 1777634539,
"icon": null,
"name": "Tri Rising SOLO - 3x Loot - Wipe April 24th",
"connect": "82.196.100.164:3333",
"request": "82.196.100.164:3334",
"map": "VRisingWorld",
"gamemode": "a7cbb123-cb2c-4722-8b4e-a6b3c4edabf5",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 75,
"bots": 0,
"secured": true,
"private": false,
"country": "SE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1747341594,
"last_update": 1777634539,
"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": 119,
"language": "sv",
"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/9205136");
$data = json_decode($json, true);
var_dump($data);