Skip to main content
GET
track.subtitle.get
At least one of the query parameters must be indicated: commontrack_id, track_id, or track_isrc. Make sure to:

Authorizations

apikey
string
query
required

Query Parameters

commontrack_id
string

The Musixmatch commontrack ID.

Example:

"10074988"

track_id
string

The Musixmatch track ID.

Example:

"274345545"

track_isrc
string

A valid ISRC identifier.

Example:

"USAT21102141"

track_spotify_id
string

A Spotify ID.

Example:

"5TfzrLmEHCDULQwnNbkSTZ"

track_itunes_id
string

An Apple Music ID.

Example:

"1721054885"

subtitle_format
string

The format of the subtitle (lrc, dfxp, mxm). Default to 'lrc', use 'mxm' for getting the subtitle as a json string.

Example:

"lrc"

f_subtitle_length
string

The desired length of the subtitle (seconds).

Example:

"188"

f_subtitle_length_max_deviation
string

The maximum deviation allowed from the f_subtitle_length (seconds).

Example:

"2"

Response

200 - application/json

200 OK / 401 Unauthorized / 404 Not Found

message
object