Java Edition
Java Player Profile
Resolve a Java username or UUID into a profile with skin, cape, and model metadata.
GET
https://util.axolite.app/v1/player/:identifierParameters
| Name | Location | Required | Description |
|---|---|---|---|
identifier | path | Yes | Java username or UUID. Example: Notch |
Request examples
curl "https://util.axolite.app/v1/player/Notch"Sample response
{
"uuid": "069a79f4-44e9-4726-a5be-fca90e38aaf5",
"name": "Notch",
"skin_url": "https://textures.minecraft.net/texture/...",
"cape_url": null,
"slim": false
}Notes
- Accepts usernames, dashed UUIDs, and undashed UUIDs.
- This is the best starting point for Java profile data.