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.

Snapchat

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

GET /profile/:username

Fetch a public Snapchat profile. Endpoint
GET /api/v1/snapchat/profile/:username
curl "https://drain.lat/api/v1/snapchat/profile/djkhaled" \
  -H "x-api-key: YOUR_API_KEY"
Response
{
  "username": "djkhaled",
  "displayName": "DJ Khaled",
  "bio": "Another one.",
  "avatarUrl": "https://cf-st.sc-cdn.net/...",
  "subscribers": 4200000,
  "isVerified": true,
  "profileUrl": "https://www.snapchat.com/@djkhaled",
  "scrapedAt": "2026-05-05T12:00:00.000Z"
}
Only works for public Snapchat profiles. Regular private accounts will return limited data or an error.