How can I use the Musixmatch api?

Hi!
I want to create an app that uses the Musixmatch api to get the lyrycs of some songs,
How can I do that?
Thank you very much,
Markus

It works like this:
1-The API gives you feedback.
1.1 Usually needs a key
2- You need to understand GET and POST.
3- You need to understand the Json that is returned.
4- You need to understand one of the examples they give (Java, PHP, .Net ) in API web page.
5- After that, study the Kodular web component (POST and GET) and the Dictionary to process Json (return).
Start Here :
https://developer.musixmatch.com/documentation

How to work with the web component and an API by Stephen
Taifun

1 Like