Skip to content

TikTok Music Info

Request

Returns music info by id

Security
accessToken
Query
urlstringrequired

TikTok music ID

Example:url=7362317730454308880
afterstring

Use maxCursor from the last page to get the next page

GET
/raw/tiktok/music-info
curl -i -X GET \
  'https://api.modash.io/v1/raw/tiktok/music-info?url=7362317730454308880&after=string' \
  -H 'Authorization: Bearer <YOUR_token_HERE>'

Responses

Bodyapplication/json
musicobjectrequired
successbooleanrequired
Response
{ "music": { "musicInfo": {} }, "success": true }