SoundCloud

Get SoundCloud track

Get a SoundCloud track by URL. Call GET /v1/soundcloud/tracks on the Social Fetch API for parameters, response shape, and examples.

GET/v1/soundcloud/tracks
1credit
x-api-keystringheader

API key (`sfk_...`)

Parameters
1
urlstringrequiredquery

Link to the SoundCloud track.

min 1 chars · max 4096 chars

Response fields
42

Endpoint-specific response payload.

datalookupStatus
string

Whether the track was found.

one of: found, not_found

Track details when available.

datatrackid
string

Stable SoundCloud track id as a string.

min 1 chars

datatracktitle
string

Track title.

min 1 chars

datatrackurl
string

Canonical public SoundCloud URL for the track.

min 1 chars

datatrackpermalink
stringnullable

Track slug within the creator's profile when available.

datatrackdescription
stringnullable

Track description text when available.

datatrackgenre
stringnullable

Genre label when available.

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

datatracktags[]
stringoptional

min 1 chars

datatrackartworkUrl
stringnullable

Track artwork image URL when available.

datatrackdurationMs
integernullable

Full track duration in milliseconds when available.

≥ 0

datatrackcreatedAt
stringnullable

ISO-8601 timestamp when the track was uploaded.

datatrackreleaseDate
stringnullable

ISO-8601 release date when available.

datatracklabelName
stringnullable

Record label credited on the track when available.

datatracklicense
stringnullable

License the track is published under when available.

datatrackisrc
stringnullable

International Standard Recording Code when available.

datatrackalbumTitle
stringnullable

Album or release the track belongs to when available.

datatrackartistName
stringnullable

Credited artist name from the release metadata.

datatrackexplicit
booleannullable

Whether the release metadata marks the track as explicit.

datatrackdownloadable
boolean

Whether the creator allows downloads for this track.

Creator who uploaded the track when available.

datatrackartistplatform
string

Social platform for this creator.

one of: soundcloud

datatrackartistplatformUserId
string

Stable SoundCloud user id as a string.

min 1 chars

datatrackartisthandle
string

SoundCloud handle without a leading @.

min 1 chars

datatrackartistdisplayName
stringnullable

Public display name when available.

datatrackartistavatarUrl
stringnullable

Avatar image URL when available.

datatrackartistprofileUrl
string

Canonical public SoundCloud profile URL.

min 1 chars

datatrackartistverified
boolean

Whether the creator is marked as verified.

datatrackartistfollowers
integernullable

Follower count for the creator when available.

≥ 0

Engagement metrics for the track.

datatrackmetricsplays
integernullable

Play count when available.

≥ 0

datatrackmetricslikes
integernullable

Like count when available.

≥ 0

datatrackmetricsreposts
integernullable

Repost count when available.

≥ 0

datatrackmetricscomments
integernullable

Comment count when available.

≥ 0

datatrackmetricsdownloads
integernullable

Download count 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/tracks?url=https://soundcloud.com/kehlanimusic/lights-on-feat-big-sean" \
  -H "x-api-key: YOUR_API_KEY"

Responses

SoundCloud track lookup result.