Skip to main content
GET
track.lyrics.translation.get
The API will return both the lyrics and its translation. The lyrics and its translation will always have the same number of lines, ensuring that each lyrics line can be easily associated with its translation.
If no translation exists for the indicated ID, the translated lyrics object is empty but other lyrics’ metadata are still returned. 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:

"178050559"

track_id
string

The Musixmatch track ID.

Example:

"287164945"

track_isrc
string

A valid ISRC identifier.

Example:

"USUM72401994"

track_spotify_id
string

A Spotify ID.

Example:

"5TfzrLmEHCDULQwnNbkSTZ"

track_itunes_id
string

An Apple Music ID.

Example:

"1721054885"

selected_language
string
required

The language of the translated lyrics (ISO 639-1).

Example:

"it"

min_completed
string

The allowed range is from 0 to 1. If present, only tracks with a translation ratio above this value for a given language will be returned. E.g., set it to 1 for fully translated lyrics or to 0.7 for at least 70% translation completion.

Example:

"1"

Response

200 - application/json

200 OK / 400 Bad Request / 401 Unauthorized / 404 Not Found

message
object