Skip to content

An open source Minecraft Web API written in JavaScript

License

Notifications You must be signed in to change notification settings

aabssmc/Minecraft-User-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minecraft-User-API

Minecraft-User-API is a open source Minecraft API written in JavaScript inspired by crafatar.com and minotar.net

Testing

To use or test a fully deployed and customized API, go here: https://mcapi.aabss.lol

Features

/name/face/layer/{username}

Returns the face with the layer of username.

Example:

image

URL:

/name/face/layer/aabss


/name/face/nolayer/{username}

Returns the face without the layer of username.

Example:

image

URL:

/name/face/nolayer/aabss


/name/skin/{username}

Returns the skin of username.

Example:

image

URL:

/name/skin/aabss


/uuid/{username}

Returns the uuid of username.

Example:

d8351dcac1094ad4b7ac77fdd02234e0

URL:

/uuid/aabss


/name/{uuid}

Returns the uuid of username.

Example:

aabss

URL:

/uuid/d8351dcac1094ad4b7ac77fdd02234e0


/uuid/face/layer/{uuid}

Returns the face with the layer of uuid.

Example:

image

URL:

/uuid/face/layer/d8351dcac1094ad4b7ac77fdd02234e0


/uuid/face/nolayer/{uuid}

Returns the face without the layer of uuid.

Example:

image

URL:

/uuid/face/nolayer/d8351dcac1094ad4b7ac77fdd02234e0


/uuid/skin/{uuid}

Returns the skin of uuid.

Example:

image

URL:

/uuid/skin/d8351dcac1094ad4b7ac77fdd02234e0

Deployment

Run on Replit Remix on Glitch Deploy to IBM Cloud Deploy to Amplify Console Run on Google Cloud Deploy to Oracle Cloud Deploy with Vercel Deploy with Netlify Deploy to Render