minecraft name uuid

get the uuid of a minecraft account based on the name

enter a minecraft name

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,
name: string,

example response

id: "a008c892-e7e1-48e1-8235-8aa389318b7a",
uuid: "a008c892e7e148e182358aa389318b7a",
name: "devous",