MATCHER.LYRICS.GET

Get the lyrics for track based on title and artist


Parameters

q_track
The song title
q_artist
The song artist
track_isrc
If you have an available isrc id in your catalogue you can query using this id only (optional)

Authentication

This method requires authentication.


Examples

Get the lyrics for Sexy and I know it from LMFAO
Request
Get the lyrics of a track based on his title and artist. Please refer to the track.lyrics.get api about how to use the tracking pixel included in the response. Note: This api use a fuzzy search to match your input parameters with our catalogue’s metadata.
matcher.lyrics.get?q_track=sexy%20and%20i%20know%20it&q_artist=lmfao
Json Response
{
  "message": {
    "header": {
      "status_code": 200,
      "execute_time": 0.19601988792419
    },
    "body": {
      "lyrics": {
        "lyrics_id": 6471198,
        "restricted": 0,
        "instrumental": 0,
        "lyrics_body": "When I walk on by, girls be looking like damn he fly\r\nI pay to the beat, walking on the street with in my new lafreak, yeah",
        "lyrics_language": "en",
        "script_tracking_url": "http:\/\/tracking.musixmatch.com\/t1.0\/5RIyfJ3c",
        "pixel_tracking_url": "http:\/\/tracking.musixmatch.com\/t1.0\/5RIyfJ/",
        "html_tracking_url": "http:\/\/tracking.musixmatch.com\/t1.0\/5RIyfJ3cC39",
        "lyrics_copyright": "Lyrics powered by www.musiXmatch.com",
        "updated_time": "2011-06-30T13:31:20Z"
      }
    }
  }
}