minecraft account type

check the type of an account, whether it's legacy, mojang or microsoft.

enter a username, id, or uuid

api

GET

/api/{id}

id is the minecraft profile id/uuid (can contain hyphens), it can also be the profile username.

response schema

id: string,
uuid: string,
username: string,
type: string,
created: string

example response

id: "a008c892-e7e1-48e1-8235-8aa389318b7a",
uuid: "a008c892e7e148e182358aa389318b7a",
username: "devous",
type: "MICROSOFT",
created: "2021-08-15T10:14:10.861+02:00"