Minecraft Profile API
| HTTP | Path | Description |
|---|---|---|
| GET | / | Lists endpoints |
| GET | /health | Reports health |
| GET | /player/:identifier | Gets player profile |
| GET | /player/:identifier/skin | Redirects to skin |
| GET | /player/:identifier/cape | Redirects to cape |
| GET | /texture/:hash | Proxies texture |
Path parameters
:identifier= username or UUID (with or without dashes):hash= texture hash (1-64 hexadecimal characters)