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.

SoundCloud

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

GET /profile/:username

Fetch a public SoundCloud profile. Endpoint
GET /api/v1/soundcloud/profile/:username
curl "https://drain.lat/api/v1/soundcloud/profile/deadmau5" \
  -H "x-api-key: YOUR_API_KEY"
Response
{
  "username": "deadmau5",
  "displayName": "deadmau5",
  "bio": "just makin music.",
  "avatarUrl": "https://i1.sndcdn.com/avatars-...",
  "followers": 4800000,
  "tracks": 312,
  "profileUrl": "https://soundcloud.com/deadmau5",
  "scrapedAt": "2026-05-05T12:00:00.000Z"
}
Follower count is parsed from the public profile page description.