Get a list of the most recently uploaded skins
GET/v2/skin/bedrock/recent
Get a list of the most recently uploaded skins
Responses
- 200
- 400
The most recently uploaded skins. First element has been uploaded most recently etc.
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
data
object[]
id integerrequired
The converted skin id
texture_id stringrequired
The texture id used by Minecraft
total_pages integer
The amount of pages available
{
"data": [
{
"id": 0,
"texture_id": "string"
}
],
"total_pages": 0
}
Invalid page number (e.g. negative, decimal, too large)
- application/json
- Schema
- Example (from schema)
Schema
message stringrequired
The error message
{
"message": "string"
}
Loading...