Questions tagged [musixmatch]

Musixmatch is the world’s largest lyrics platform , where you can search, enjoy, and share lyrics from any track, anywhere in the world.

Musixmatch’s lyrics catalogue is created, synched, and translated by millions of contributors from the Musixmatch community. The final version of the lyrics is edited and validated by a team of international curators. Users can connect Musixmatch with Spotify, Apple Music, and dozens of other music services to enjoy lyrics synchronized to the music.

Resources

19 questions
5
votes
3 answers

API with Lyrics and Timestamps

I'm trying to make an app that uses lyrics with timestamps! I've looked into Genius and musiXmatch API but have had 0 success. MusiXMatch in particular requires a commercial plan to access their subtitled songs but I am making a personal app. Is…
joshskkim
  • 55
  • 1
  • 5
4
votes
1 answer

Can I access album's cover art with Musixmatch API?

In the Musixmatch API documentation it is said Get an album from our database: name, release_date, release_type, cover art. In the JSON response example there is also "album_coverart_100x100", but when I'm making an API call, in the response there…
3
votes
1 answer

jquery ajax ParseError with Musixmatch API

I am using jQuery 1.11.3 with the following code: $.ajax({ type: "GET", data: { apikey: apiMusixkey, q_track: q, page_size: 10 }, url: "http://api.musixmatch.com/ws/1.1/track.search", dataType: "jsonp", …
Francesco
  • 24,839
  • 29
  • 105
  • 152
3
votes
1 answer

How to get lyrics from Musixmatch

I have a webradio and and the player gives me the song name and song artist I read those two in a jQuery var like this: