GET
/v1/minecraft/user
MinecraftPublicUser
Request
| Parameter | Type | In | Required |
|---|---|---|---|
| uuid | string | Query | required |
| username | string | Query | required |
Response
{
"username": "string",
"uuid": "string"
}Developers
API endpoints for the open source software provided by Rebel Media, Inc.
Base URL
api.rebelcore.orgRate limits
There is a rate limit of 60 requests per minute, and every endpoint documented here works without an account or an API key.
API keys for higher limits are not available yet.
| Parameter | Type | In | Required |
|---|---|---|---|
| uuid | string | Query | required |
| username | string | Query | required |
{
"username": "string",
"uuid": "string"
}| Parameter | Type | In | Required |
|---|---|---|---|
| uuid | string | Path | required |
{
"data": "string",
"active": true,
"first_seen": "string",
"last_seen": "string"
}| Parameter | Type | In | Required |
|---|---|---|---|
| uuid | string | Path | required |
PNG Image| Parameter | Type | In | Required |
|---|---|---|---|
| uuid | string | Path | required |
[
{
"username": "string",
"last_used": "string"
}
]| Parameter | Type | In | Required |
|---|---|---|---|
| uuid | string | Path | required |
{
"uuid": "string",
"username": "string",
"views": 0,
"history": [
{
"username": "string",
"last_used": "string"
}
],
"textures": [
{
"CAPE": [
{
"data": "string",
"active": true,
"first_seen": "string",
"last_seen": "string"
}
],
"SKIN": [
{
"data": "string",
"slim": true,
"active": true,
"first_seen": "string",
"last_seen": "string"
}
]
}
]
}| Parameter | Type | In | Required |
|---|---|---|---|
| uuid | string | Path | required |
{
"data": "string",
"slim": true,
"active": true,
"first_seen": "string",
"last_seen": "string"
}| Parameter | Type | In | Required |
|---|---|---|---|
| uuid | string | Path | required |
PNG Image| Parameter | Type | In | Required |
|---|---|---|---|
| uuid | string | Path | required |
{
"views": 0
}| Parameter | Type | In | Required |
|---|---|---|---|
| page | string | Query | optional |
| limit | string | Query | optional |
{
"items": [
{
"uuid": "string",
"username": "string"
}
],
"page": 0,
"limit": 25,
"max_page": 0,
"total_pages": 0,
"total": 0,
"last": false,
"first": true,
"visible": 25
}No parameters
{
"total": 0
}No parameters
{
"ping": "pong"
}