Hytale
[BETA] SMP сервер игрового сообщества HytaleR 的 API
我们提供多种集成方式。 你可以使用其中任意一种,也可以通过 JSON API 自行创建集成。 如果你希望我们新增其他集成方式,请联系我们。 联系我们
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/11127045json
{
"response": {
"steam_id": null,
"domain": "play.hytaler.net",
"id": 11127045,
"ip": "92.53.65.50",
"port": 5520,
"query": 5523,
"color": 0,
"city": "Moscow",
"description": null,
"game": 9000061,
"owner": 162895,
"boosts": 1,
"last_offline": 1772540523,
"score": 3,
"last_online": 1775763620,
"icon": null,
"name": "[BETA] SMP сервер игрового сообщества HytaleR",
"connect": "play.hytaler.net:5520",
"request": "92.53.65.50:5523",
"map": null,
"gamemode": null,
"version": "2026.02.17-255364b8e",
"numplayers": 0,
"maxplayers": 128,
"bots": 0,
"secured": false,
"private": null,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1770153449,
"last_update": 1775763620,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": 1,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 22,
"language": "ru",
"parked": false,
"app": {
"id": 1665415,
"steam_id": 9000061,
"name": "Hytale",
"url": "hytale"
},
"server_owner": {
"username": "ilya_k",
"avatar": "a4635be6-2c18-461f-9a33-bf6f4b5fb530.jpg",
"last_online": 1774897310
},
"mods": [],
"disabled_modules": []
}
}代码示例
php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/11127045");
$data = json_decode($json, true);
var_dump($data);