SoundCloud

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.

GET/v1/soundcloud/profiles/{handle}
1credit
x-api-keystringheader

API key (`sfk_...`)

Parameters
1
handlestringrequiredpath

SoundCloud handle to look up, with or without a leading @.

min 1 chars · max 255 chars

Response fields
28

Endpoint-specific response payload.

datalookupStatus
string

Whether the profile was found.

one of: found, not_found

Profile details when available.

dataprofileplatform
string

Social platform for this profile.

one of: soundcloud

dataprofilehandle
string

SoundCloud handle without the leading @.

min 1 chars

dataprofileplatformUserId
string

Stable SoundCloud user id as a string.

min 1 chars

dataprofiledisplayName
stringnullable

Public display name shown on the profile.

dataprofilebio
stringnullable

Profile biography text.

dataprofileavatarUrl
stringnullable

Best available avatar image URL for the profile.

dataprofilebannerUrl
stringnullable

Profile banner image URL when available.

dataprofileprofileUrl
string

Canonical public SoundCloud profile URL.

min 1 chars

dataprofileverified
boolean

Whether the profile is marked as verified.

dataprofilecity
stringnullable

City listed on the profile.

dataprofilecountryCode
stringnullable

Country code listed on the profile.

dataprofilecreatedAt
stringnullable

ISO-8601 timestamp when the profile was created.

Profile metrics when available.

datametricsfollowers
integernullable

Follower count for the profile when available.

≥ 0

datametricsfollowing
integernullable

Following count for the profile when available.

≥ 0

datametricstracks
integernullable

Number of public tracks on the profile when available.

≥ 0

datametricsplaylists
integernullable

Number of public playlists on the profile when available.

≥ 0

datametricslikes
integernullable

Number of tracks the profile has liked when available.

≥ 0

datametricscomments
integernullable

Number of comments the profile has left when available.

≥ 0

datametricsreposts
integernullable

Number of reposts on the profile when available.

≥ 0

Metadata describing the request and billing outcome.

metarequestId
string

Unique request identifier for tracing this API call.

min 1 chars

metacreditsCharged
integer

Credits charged for this request.

≥ 0

metaversion
string

Public API version that served the response.

one of: v1

metacached
booleanoptional

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.