Skip to main content
GET
track.richsync.get
At least one of the query parameters must be indicated: commontrack_id, track_id, or track_isrc. A rich sync also allows:
  • endless formatting options at single char level;
  • multiple concurrent voices;
  • multiple scrolling direction.
Make sure to:
If you’re looking for a list of popular songs with an available rich sync you can use our track.search endpoint with the following parameters:
  • f_has_rich_sync=1
  • s_track_rating=desc

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"

f_richsync_length
string

The desired length of the sync (seconds).

Example:

"210"

f_richsync_length_max_deviation
string

The maximum deviation allowed from the f_sync_length (seconds).

Example:

"1"

Response

200 - application/json

200 OK / 401 Unauthorized / 404 Not Found

message
object