SoundCloud

List SoundCloud profile tracks

List a SoundCloud profile's tracks, newest first — List SoundCloud profile tracks.

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

API key (`sfk_...`)

Parameters
2
handlestringrequiredpath

SoundCloud handle whose tracks should be listed.

min 1 chars · max 255 chars

cursorstringoptionalquery

Opaque pagination cursor from a previous response.

min 1 chars · max 512 chars

Response fields
45

Endpoint-specific response payload.

datalookupStatus
string

Whether the handle resolved for this listing.

one of: found, not_found

Tracks returned for this page.

datatracks[]id
string

Stable SoundCloud track id as a string.

min 1 chars

datatracks[]title
string

Track title.

min 1 chars

datatracks[]url
string

Canonical public SoundCloud URL for the track.

min 1 chars

datatracks[]permalink
stringnullable

Track slug within the creator's profile when available.

datatracks[]description
stringnullable

Track description text when available.

datatracks[]genre
stringnullable

Genre label when available.

Creator-supplied tags for the track (may be empty).

datatracks[]tags[]
stringoptional

min 1 chars

datatracks[]artworkUrl
stringnullable

Track artwork image URL when available.

datatracks[]durationMs
integernullable

Full track duration in milliseconds when available.

≥ 0

datatracks[]createdAt
stringnullable

ISO-8601 timestamp when the track was uploaded.

datatracks[]releaseDate
stringnullable

ISO-8601 release date when available.

datatracks[]labelName
stringnullable

Record label credited on the track when available.

datatracks[]license
stringnullable

License the track is published under when available.

datatracks[]isrc
stringnullable

International Standard Recording Code when available.

datatracks[]albumTitle
stringnullable

Album or release the track belongs to when available.

datatracks[]artistName
stringnullable

Credited artist name from the release metadata.

datatracks[]explicit
booleannullable

Whether the release metadata marks the track as explicit.

datatracks[]downloadable
boolean

Whether the creator allows downloads for this track.

Creator who uploaded the track when available.

datatracks[]artistplatform
string

Social platform for this creator.

one of: soundcloud

datatracks[]artistplatformUserId
string

Stable SoundCloud user id as a string.

min 1 chars

datatracks[]artisthandle
string

SoundCloud handle without a leading @.

min 1 chars

datatracks[]artistdisplayName
stringnullable

Public display name when available.

datatracks[]artistavatarUrl
stringnullable

Avatar image URL when available.

datatracks[]artistprofileUrl
string

Canonical public SoundCloud profile URL.

min 1 chars

datatracks[]artistverified
boolean

Whether the creator is marked as verified.

datatracks[]artistfollowers
integernullable

Follower count for the creator when available.

≥ 0

Engagement metrics for the track.

datatracks[]metricsplays
integernullable

Play count when available.

≥ 0

datatracks[]metricslikes
integernullable

Like count when available.

≥ 0

datatracks[]metricsreposts
integernullable

Repost count when available.

≥ 0

datatracks[]metricscomments
integernullable

Comment count when available.

≥ 0

datatracks[]metricsdownloads
integernullable

Download count when available.

≥ 0

Pagination state for the current response.

datapagenextCursor
stringnullable

Opaque cursor for the next page, or null when there is no next page.

datapagehasMore
boolean

Whether another page of results is available.

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/tracks" \
  -H "x-api-key: YOUR_API_KEY"

Responses

SoundCloud profile tracks page.