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.
Headers
Get your API keyAPI key (`sfk_...`)
Link to the SoundCloud track.
min 1 chars · max 4096 chars
Endpoint-specific response payload.
Whether the track was found.
one of: found, not_found
Track details when available.
Stable SoundCloud track id as a string.
min 1 chars
Track title.
min 1 chars
Canonical public SoundCloud URL for the track.
min 1 chars
Track slug within the creator's profile when available.
Track description text when available.
Genre label when available.
Creator-supplied tags for the track (may be empty).
min 1 chars
Track artwork image URL when available.
Full track duration in milliseconds when available.
≥ 0
ISO-8601 timestamp when the track was uploaded.
ISO-8601 release date when available.
Record label credited on the track when available.
License the track is published under when available.
International Standard Recording Code when available.
Album or release the track belongs to when available.
Credited artist name from the release metadata.
Whether the release metadata marks the track as explicit.
Whether the creator allows downloads for this track.
Creator who uploaded the track when available.
Social platform for this creator.
one of: soundcloud
Stable SoundCloud user id as a string.
min 1 chars
SoundCloud handle without a leading @.
min 1 chars
Public display name when available.
Avatar image URL when available.
Canonical public SoundCloud profile URL.
min 1 chars
Whether the creator is marked as verified.
Follower count for the creator when available.
≥ 0
Engagement metrics for the track.
Play count when available.
≥ 0
Like count when available.
≥ 0
Repost count when available.
≥ 0
Comment count when available.
≥ 0
Download count 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/tracks?url=https://soundcloud.com/kehlanimusic/lights-on-feat-big-sean" \
-H "x-api-key: YOUR_API_KEY"Responses
SoundCloud track lookup result.