Skip to main content
GET
/
v1
/
tiktok
/
music
/
{music_id}
Get Music/Sound Detail
curl --request GET \
  --url https://scrapebadger.com/v1/tiktok/music/{music_id} \
  --header 'x-api-key: <api-key>'
{
  "music": {
    "id": "7011111111111111111",
    "title": "original sound",
    "author_name": "charli d'amelio",
    "album": null,
    "duration": 15,
    "play_url": "https://sf16-sg.tiktokcdn.com/music.mp3",
    "cover_thumb": "https://p16-sign.tiktokcdn-us.com/music_cover.jpeg",
    "original": true,
    "is_copyrighted": false,
    "video_count": 480000,
    "user_count": 460000
  },
  "region": "US"
}
Each request costs 5 credits. Failed requests are not charged.

Authorizations

x-api-key
string
header
required

Path Parameters

music_id
string
required

The numeric TikTok music/sound id.

Query Parameters

region
string
default:US

Content region (ISO 3166-1 alpha-2). Routes the request through a proxy and signer for that locale.

Response

200 - application/json

Music detail

music
object
required

Sound/music attached to a video, or a standalone music entity.

region
string
required