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.

guns.lol

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

GET /profile/:username

Fetch a guns.lol bio page profile. Endpoint
GET /api/v1/gunslol/profile/:username
curl "https://drain.lat/api/v1/gunslol/profile/test" \
  -H "x-api-key: YOUR_API_KEY"
Response
{
  "username": "test",
  "displayName": "test",
  "bio": "just vibing",
  "avatarUrl": "https://guns.lol/assets/avatars/...",
  "socialLinks": [
    "https://twitter.com/test",
    "https://discord.gg/example",
    "https://github.com/test"
  ],
  "profileUrl": "https://guns.lol/test",
  "scrapedAt": "2026-05-05T12:00:00.000Z"
}
View count is not available - it’s rendered client-side via JavaScript and can’t be scraped server-side.