Skip to main content

guns.lol

Base URL: https://drain.lat/api/v1/gunslol
Fetch a guns.lol bio page profile.
GET /api/v1/gunslol/profile/:username
username
string
required
The guns.lol username to look up.
curl "https://drain.lat/api/v1/gunslol/profile/test" \
  -H "x-api-key: YOUR_API_KEY"
username
string
guns.lol username.
displayName
string
Display name.
bio
string
Profile bio.
avatarUrl
string
Avatar image URL.
Array of social/external link URLs.
profileUrl
string
Link to the guns.lol profile.
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 and can’t be scraped.