获取某个基岩版玩家最近转换的皮肤
GET/v2/skin/:xuid
获取某个基岩版玩家最近转换的皮肤
Request
路径参数
xuid stringrequired
基岩版 XUID
Example: 2535432196048835
Responses
- 200
- 400
已转换皮肤;如果该玩家没有已存储的皮肤,则为空对象
- application/json
- Schema
- Example (from schema)
Schema
hashstringrequired
皮肤字节的哈希值
is_stevebooleanrequired
皮肤是 Steve 还是 Alex
signaturestring
Minecraft 使用的皮肤数据签名
texture_idstringrequired
Minecraft 使用的材质 ID
valuestringrequired
Minecraft 使用的皮肤数据值
{
"hash": "string",
"is_steve": true,
"signature": "string",
"texture_id": "string",
"value": "string"
}
Invalid xuid (not an int)
- application/json
- Schema
- Example (from schema)
Schema
messagestringrequired
错误消息
{
"message": "string"
}