Skip to main content
GET
/
ws
/
1.1
/
track.subtitle.get
track.subtitle.get
curl --request GET \
  --url https://api.musixmatch.com/ws/1.1/track.subtitle.get
{
  "message": {
    "body": {
      "subtitle": {
        "lyrics_copyright": "<string>",
        "pixel_tracking_url": "<string>",
        "script_tracking_url": "<string>",
        "subtitle_body": "<string>",
        "subtitle_id": 123,
        "subtitle_language": "<string>",
        "subtitle_language_description": "<string>",
        "subtitle_length": 123,
        "updated_time": "<string>"
      }
    },
    "header": {
      "execute_time": 123,
      "instrumental": 123,
      "status_code": 123
    }
  }
}
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.

track_id
string

The Musixmatch track ID.

track_isrc
string

A valid ISRC identifier.

subtitle_format
string

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

f_subtitle_length
string

The desired length of the subtitle (seconds).

f_subtitle_length_max_deviation
string

The maximum deviation allowed from the f_subtitle_length (seconds).

Response

200 - application/json

200 OK / 401 Unauthorized / 404 Not Found

message
object