User

Grab user information obtained from Mojang

All /user endpoints can take username or uuid

Account Status

Get the Minecraft Account Status of an account

GET https://api.viewmc.com/user/status/:username

Path Parameters

Name
Type
Description

username

String

Username or UUID

{
    "status": "MSA"
}

Capes

Get the Minecraft Capes of an account

GET https://api.viewmc.com/user/minecon/:username

Request Body

Name
Type
Description

username

String

Username or UUID

Name History

Get the Name History of an account

GET https://api.viewmc.com/user/names/:username

Request Body

Name
Type
Description

username

String

Username or UUID

Skin History

Get the Skin History of an account

GET https://api.viewmc.com/user/skins/:username

Request Body

Name
Type
Description

username

String

Username or UUID

UUID

Get the UUID of an account

GET https://api.viewmc.com/user/uuid/:username

Path Parameters

Name
Type
Description

username

String

Does not take UUID

Last updated