M

MineSkin API

by MineSkin Free tier

Client implementations: Java: https://github.com/InventivetalentDev/MineskinClient NodeJS: https://github.com/InventivetalentDev/mineskin-client Examples: https://github.com/MineSkin/examples

developermineskin

Quick Reference

Base URL https://api.mineskin.org Auth type API Key Header Auth header GET /endpoint?key=YOUR_KEY Rate limit 1 req/s Pricing Enterprise / contact sales Free quota None Documentation https://discord.gg/nzAdvPc Endpoint status Live — HTTP 200 — endpoint is accessible2.08s (checked Mar 29, 2026) Builder score D 48% builder-friendly
Pricing
28
Latency
40
Depth
68

Authentication

API key as a query parameter (key)

GET /endpoint?key=YOUR_KEY

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Free with API key. Minecraft skin rendering and texture API.

Key Endpoints

MethodPathDescription
POST /generate/upload POST /generate/upload
POST /generate/url POST /generate/url
POST /generate/user POST /generate/user
GET /get/delay GET /get/delay
GET /get/id/{id} Deprecated. Use /get/uuid instead.
GET /get/list/{page} GET /get/list/{page}
GET /get/uuid/{uuid} GET /get/uuid/{uuid}
GET /validate/name/{name} GET /validate/name/{name}

Sample Request

curl -X GET 'https://api.mineskin.org/generate/upload' \
  -H 'GET /endpoint?key=YOUR_KEY'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official MineSkin documentation.