V Rising
API for [旅法师1]回归|pve|3倍堆叠|CN国服
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/9523635json
{
"response": {
"steam_id": "90268383355234316",
"domain": null,
"id": 9523635,
"ip": "101.126.34.60",
"port": 9876,
"query": 9877,
"color": 0,
"city": "Chaowai",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1768642700,
"score": 0,
"last_online": 1776453068,
"icon": null,
"name": "[旅法师1]回归|pve|3倍堆叠|CN国服",
"connect": "101.126.34.60:9876",
"request": "101.126.34.60:9877",
"map": "VRisingWorld",
"gamemode": "787db903-c31d-49c0-8073-1d1c03df0f50",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1750537031,
"last_update": 1776453068,
"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": 667,
"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/9523635");
$data = json_decode($json, true);
var_dump($data);