Rising World
Roen's Renaissance | PVE | Portals | NPC Traders | Home TP 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/10682099json
{
"response": {
"steam_id": "90284494799929345",
"domain": null,
"id": 10682099,
"ip": "192.169.85.102",
"port": 4255,
"query": 4254,
"color": 0,
"city": "Los Angeles",
"description": null,
"game": 324080,
"owner": null,
"boosts": 1,
"last_offline": 1772457696,
"score": 0,
"last_online": 1776378036,
"icon": null,
"name": "Roen's Renaissance | PVE | Portals | NPC Traders | Home TP",
"connect": "192.169.85.102:4255",
"request": "192.169.85.102:4254",
"map": "Pingperfect",
"gamemode": "Rising World (New Version)",
"version": "202512221",
"numplayers": 1,
"maxplayers": 100,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 42,
"add_date": 1764584164,
"last_update": 1776378036,
"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": 5,
"language": "en",
"parked": false,
"app": {
"id": 4472,
"steam_id": 324080,
"name": "Rising World",
"url": "rising-world"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}代码示例
php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/10682099");
$data = json_decode($json, true);
var_dump($data);