V Rising
Vampires Need Love Too 3x tele w items 的 API
我们提供多种集成方式。 你可以使用其中任意一种,也可以通过 JSON API 自行创建集成。 如果你希望我们新增其他集成方式,请联系我们。 联系我们
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/9924590json
{
"response": {
"steam_id": "90284130199959556",
"domain": null,
"id": 9924590,
"ip": "144.126.147.168",
"port": 31100,
"query": 31115,
"color": 0,
"city": "Seattle",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1768641891,
"score": 0,
"last_online": 1775788820,
"icon": null,
"name": "Vampires Need Love Too 3x tele w items",
"connect": "144.126.147.168:31100",
"request": "144.126.147.168:31115",
"map": "VRisingWorld",
"gamemode": "ed40e6b5-cdac-4ff0-92f7-4a85d0042ea0",
"version": "0.0.0.1",
"numplayers": 6,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 41,
"add_date": 1754072424,
"last_update": 1775788820,
"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": 50,
"language": "en",
"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/9924590");
$data = json_decode($json, true);
var_dump($data);