Social Fetch
TikTok

Get TikTok song

Get details for a TikTok song or sound by id.

GET/v1/tiktok/songs
1credit
x-api-key*stringheader

API key (`sfk_...`)

Parameters
1
id*stringquery

TikTok song or sound id. Use the trailing id from a music page URL, or `music.id` from a video lookup.

min 1 chars

Response fields
18

Endpoint-specific response payload.

datalookupStatus
string

Whether the song was found.

one of: found, not_found

Song details when found; null when not found.

datasongid
stringnullable

Song or sound id.

datasongtitle
stringnullable

Song title.

datasongauthor
stringnullable

Song author or artist name.

datasongalbum
stringnullable

Album name when available.

datasongplayUrl
stringnullable

Playable audio URL when available.

datasongcoverUrl
stringnullable

Cover image URL when available.

datasongdurationSec
numbernullable

Clip duration in seconds.

≥ 0

datasongvideoCount
integernullable

Number of videos using this sound.

≥ 0

datasongisOriginal
booleannullable

Whether the sound is marked as original.

datasongisArtist
booleannullable

Whether the author is marked as an artist.

datasongshareUrl
stringnullable

Public share URL for the sound when 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

Code example

curl "https://api.socialfetch.dev/v1/tiktok/songs?id=7439295283975702544" \
  -H "x-api-key: YOUR_API_KEY"

Responses

TikTok song details.