V Rising
FR TeamKit - PvP Facile FR [Loot+][Castle Free] | discord.gg/aj 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/9964168json
{
"response": {
"steam_id": null,
"domain": null,
"id": 9964168,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": null,
"game": 1604030,
"owner": 125263,
"boosts": 1,
"last_offline": 1761066211,
"score": 0,
"last_online": 1758577231,
"icon": null,
"name": "FR TeamKit - PvP Facile FR [Loot+][Castle Free] | discord.gg/aj",
"connect": null,
"request": null,
"map": "VRisingWorld",
"gamemode": "6934f628-a094-4135-a80f-a057a6af3231",
"version": null,
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": false,
"private": false,
"country": "FR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1754379871,
"last_update": 1761066211,
"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": 3280,
"language": "fr",
"parked": true,
"app": {
"id": 55075,
"steam_id": 1604030,
"name": "V Rising",
"url": "v-rising"
},
"server_owner": {
"username": "TK_Hydrocut",
"avatar": "bbc013b8-1df9-4356-8257-b512482aa1ea.jpg",
"last_online": 1755894095
},
"mods": [],
"disabled_modules": []
}
}代码示例
php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/9964168");
$data = json_decode($json, true);
var_dump($data);