V Rising
API for 小白 残酷PVE 16仆从5层800格 慢节奏长期服
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/8765119json
{
"response": {
"steam_id": "90277928485955608",
"domain": null,
"id": 8765119,
"ip": "117.72.192.38",
"port": 9876,
"query": 9877,
"color": 0,
"city": "Chaowai",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1768642802,
"score": 0,
"last_online": 1776453043,
"icon": null,
"name": "小白 残酷PVE 16仆从5层800格 慢节奏长期服",
"connect": "117.72.192.38:9876",
"request": "117.72.192.38:9877",
"map": "VRisingWorld",
"gamemode": "2d2d6b4b-f111-4a81-aa81-fa094d4c5986",
"version": "0.0.0.1",
"numplayers": 1,
"maxplayers": 30,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 32,
"add_date": 1746000293,
"last_update": 1776453043,
"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": 145,
"language": "zh",
"parked": false,
"app": {
"id": 55075,
"steam_id": 1604030,
"name": "V Rising",
"url": "v-rising"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/8765119");
$data = json_decode($json, true);
var_dump($data);