Skip to main content
GET
Get sound metadata by ID
Returns metadata for a specific TikTok sound including title, author, duration, copyright status, and how many videos have used it.

Authorizations

x-rapidapi-key
string
header
required

Your RapidAPI subscription key. Injected automatically by the RapidAPI gateway in production.

Path Parameters

soundId
string<int64>
required

Numeric TikTok sound ID

Pattern: ^\d+$

Response

Success

meta
object

Response metadata present in every API response

data
object

A normalized TikTok sound / music track

pagination
object | null

Always null; this endpoint returns a single object and does not paginate.

Example:

null

error
object | null

Error details. Present only when the request failed; null on success.