Skip to main content
GET
matcher.subtitle.get
You can use the ‘f_subtitle_length_max_deviation’ to fetch syncs within the given duration range. Make sure to:

Authorizations

apikey
string
query
required

Query Parameters

q_track
string
required

The song title. Required if the track_isrc is not indicated.

Example:

"Sexy and I know it"

q_artist
string
required

The song artist. Required if the track_isrc is not indicated.

Example:

"LMFAO"

f_subtitle_length
string

Filter by subtitle length in seconds. For it to function, must be used together with the 'f_subtitle_length_max_deviation' parameter.

Example:

"200"

f_subtitle_length_max_deviation
string

Max deviation for a subtitle length in seconds.

Example:

"3"

track_isrc
string

(Optional parameter) If you have an available ISRC ID in your catalogue you can query using this ID only.

Example:

"USUM71108090"

Response

200 - application/json

200 OK / 401 Unauthorized

message
object