Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.drain.lat/llms.txt

Use this file to discover all available pages before exploring further.

Minecraft

Base URL: https://drain.lat/api/v1/minecraft All endpoints require the x-api-key header.

GET /profile/:username

Fetch a Minecraft Java Edition player profile. Endpoint
GET /api/v1/minecraft/profile/:username
curl "https://drain.lat/api/v1/minecraft/profile/Notch" \
  -H "x-api-key: YOUR_API_KEY"
Response
{
  "uuid": "069a79f4-44e9-4726-a5be-fca90e38aaf5",
  "username": "Notch",
  "skinUrl": "https://textures.minecraft.net/texture/...",
  "capeUrl": null,
  "skinModel": "classic",
  "hasCape": false,
  "skinRenderUrl": "https://visage.surgeplay.com/full/512/069a79f4-44e9-4726-a5be-fca90e38aaf5",
  "headRenderUrl": "https://visage.surgeplay.com/face/512/069a79f4-44e9-4726-a5be-fca90e38aaf5",
  "profileUrl": "https://namemc.com/profile/Notch",
  "scrapedAt": "2026-05-05T12:00:00.000Z"
}
Uses Mojang’s official public API. Rate limited at 600 requests per 10 minutes.