Skip to main content

OnlyFans

Base URL: https://drain.lat/api/v1/onlyfans
Fetch OnlyFans profile information.
GET /api/v1/onlyfans/profile/:username
username
string
required
OnlyFans username (with or without @).
curl "https://drain.lat/api/v1/onlyfans/profile/username" \
  -H "x-api-key: YOUR_API_KEY"
username
string
OnlyFans username.
name
string
Display name.
bio
string
Profile bio/description.
avatarUrl
string
Profile avatar image URL.
subscriptionPrice
number
Monthly subscription price in USD. null if free.
profileUrl
string
Link to the OnlyFans profile.
Response
{
  "username": "username",
  "name": "Display Name",
  "bio": "Profile bio text here",
  "avatarUrl": "https://public.onlyfans.com/files/...",
  "subscriptionPrice": 9.99,
  "profileUrl": "https://onlyfans.com/username",
  "scrapedAt": "2026-05-31T12:00:00.000Z"
}