Skip to main content
GET
track.lyricslens.get
This endpoint is deprecated and will be removed on September 1, 2026. Use track.lyrics.analysis.get instead.
This example serves as a guide for developers and technical teams to integrate and utilize Musixmatch’s lyrics analysis API efficiently. At least one of the query parameters must be indicated: commontrack_id, track_id or track_isrc. For detailed information about the metadata returned by this endpoint, please refer to the Analysis documentation.

Authorizations

apikey
string
query
required

Query Parameters

track_id
string

The Musixmatch unique track ID.

Example:

"89654393"

track_isrc
string

A valid ISRC (International Standard Recording Code) identifier for the track.

Example:

"GBAAA9100070"

commontrack_id
string
Example:

"123"

Response

200 - application/json

200 OK / 401 Unauthorized / 404 Not Found

message
object