Utility endpoint to get either a Java 版 UUID or a 基岩版 XUID
GET/v2/utils/uuid/bedrock_or_java/:username
Utility endpoint to get either a Java 版 UUID or a 基岩版 XUID
Request
路径参数
- bedrock
- java
username stringrequired
Minecraft 玩家用户名
Examples:Example: .Tim203
Example: Tim203
查询参数
prefix stringrequired
Floodgate 配置中使用的前缀
Example: .
Responses
- 200
- 204
- 302
- 400
- 503
The 基岩版 XUID in Floodgate UUID format and username. Response made to be identical to the Mojang endpoint
- application/json
- Schema
- Example (from schema)
Schema
iduuidrequired
基岩版玩家的 Floodgate UUID
Example:
0000000000000000000901f64f65c7c3namestringrequired
Floodgate 用户名
Example:
.Tim203{
"id": "0000000000000000000901f64f65c7c3",
"name": ".Tim203"
}
移除前缀后玩家代号过长或过短,或该玩家代号没有注册的 Xbox 账号
该玩家是 Java 玩家,我们会将你重定向到 Mojang 的该用户名端点
Invalid prefix (no prefix, empty or too long)
- application/json
- Schema
- Example (from schema)
Schema
messagestringrequired
错误消息
{
"message": "string"
}
The requested account was not cached and we were not able to call the Xbox Live API (rate limited / not setup)
- application/json
- Schema
- Example (from schema)
Schema
messagestringrequired
错误消息
{
"message": "string"
}