Get Started
Quickstart
Get a key and make your first request.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get your API key instantly at drain.lat/dashboard. Sign in with Discord, no request needed.
Get a key and make your first request.
curl "https://drain.lat/api/v1/github/profile/torvalds" \
-H "x-api-key: YOUR_API_KEY"
{
"id": 1024025,
"username": "torvalds",
"displayName": "Linus Torvalds",
"bio": "Just for fun",
"company": "Linux Foundation",
"location": "Portland, OR",
"followers": 234000,
"publicRepos": 8,
"profileUrl": "https://github.com/torvalds",
"scrapedAt": "2026-05-05T12:00:00.000Z"
}
x-api-key: YOUR_API_KEY
Authorization: Bearer YOUR_API_KEY
{
"error": "Invalid or missing API key"
}
Was this page helpful?
