Freemium

MusiXmatch

MusiXmatch API provides developers with access to a vast database of global music lyrics, metadata, and translations. This freemium API uses API Key authentication and offers scalable rate limits based on subscription plans. Ideal for music streaming platforms, karaoke apps, and music discovery services, MusiXmatch supports use cases across India, the USA, and the UK.

2

Endpoints

0

Views

Jul 20, 2025

Last Checked

2,000 requests/day

Rate Limit

API Endpoints

Matches and retrieves song lyrics based on track metadata

Full URL

https://api.musixmatch.com/ws/v1/matcher.lyrics.get

Code Examples

curl -X GET 'https://api.musixmatch.com/ws/v1/matcher.lyrics.get' \
  -H 'Authorization: Bearer YOUR_API_KEY'

Parameters

{
  "q_track": "Bohemian Rhapsody",
  "q_artist": "Queen"
}

Example Response

{
  "lyrics": "Is this the real life? Is this just fantasy?",
  "pixel_tracking_url": "https://tracking.musixmatch.com/t1.0/..."
}

Version

v1

Rate Limit

2000 requests/day

Tags
lyricsmusic
Technical Details
Authentication
API Key
Response Formats
JSON
Availability
global
Status
Published
Rate Limits

2,000 requests/day (free)

Supported Languages
Any
Use Cases
music apps
lyrics integration
https://developer.musixmatch.com/