Get SoundCloud profile
Get a SoundCloud profile by handle. Call GET /v1/soundcloud/profiles/{handle} on the Social Fetch API for parameters, response shape, and examples.
Headers
Get your API keyAPI key (`sfk_...`)
SoundCloud handle to look up, with or without a leading @.
min 1 chars · max 255 chars
Endpoint-specific response payload.
Whether the profile was found.
one of: found, not_found
Profile details when available.
Social platform for this profile.
one of: soundcloud
SoundCloud handle without the leading @.
min 1 chars
Stable SoundCloud user id as a string.
min 1 chars
Public display name shown on the profile.
Profile biography text.
Best available avatar image URL for the profile.
Profile banner image URL when available.
Canonical public SoundCloud profile URL.
min 1 chars
Whether the profile is marked as verified.
City listed on the profile.
Country code listed on the profile.
ISO-8601 timestamp when the profile was created.
Profile metrics when available.
Follower count for the profile when available.
≥ 0
Following count for the profile when available.
≥ 0
Number of public tracks on the profile when available.
≥ 0
Number of public playlists on the profile when available.
≥ 0
Number of tracks the profile has liked when available.
≥ 0
Number of comments the profile has left when available.
≥ 0
Number of reposts on the profile when available.
≥ 0
Metadata describing the request and billing outcome.
Unique request identifier for tracing this API call.
min 1 chars
Credits charged for this request.
≥ 0
Public API version that served the response.
one of: v1
True when served from shared response cache. Credits still apply (full endpoint price); Age header may be present.
Code example
curl "https://api.socialfetch.dev/v1/soundcloud/profiles/kehlanimusic" \
-H "x-api-key: YOUR_API_KEY"Responses
SoundCloud profile lookup result.