Hytale
RuneBorn SMP Runeborn SMP - A Hytale Server 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/10972715json
{
"response": {
"steam_id": null,
"domain": "play.runeborn.net",
"id": 10972715,
"ip": "159.195.47.190",
"port": 5520,
"query": 5520,
"color": 0,
"city": "Nuremberg",
"description": null,
"game": 9000061,
"owner": null,
"boosts": 1,
"last_offline": 1774628505,
"score": 0,
"last_online": 1776867744,
"icon": null,
"name": "RuneBorn SMP Runeborn SMP - A Hytale Server",
"connect": "play.runeborn.net:5520",
"request": "159.195.47.190:5520",
"map": null,
"gamemode": null,
"version": "2026.03.26-89796e57b",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": null,
"private": null,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1768999479,
"last_update": 1776867744,
"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": 42,
"language": "de",
"parked": false,
"app": {
"id": 1665415,
"steam_id": 9000061,
"name": "Hytale",
"url": "hytale"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}代码示例
php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/10972715");
$data = json_decode($json, true);
var_dump($data);