ShazamKit API URL

Hey, I wanted to use the ShazamKit API in a web application but it seems like the framework is only for iOS and Android. I came across this resource but it's not very clear how it works as they direct traffic to their own server: https://rapidapi.com/apidojo/api/shazam

Does anyone know if there is an official URL for the Shazam API and how I can use it? Thanks

Replies

Does anyone know if there is an official URL for the Shazam API and how I can use it?

As far as I know, Apple has never announced the Web API for ShazamKit. And the current shazam.com (Shazam is now a family company of Apple) does not have any documentations or links to the API you have shown.

So, you may need to research and learn it by yourself and use it on your own risk. (Seems it is not free.)

  • Is it possible to find out what API rapidapi is calling? I could use theirs but I'd rather not pay for it when I could potentially call shazam directly.

  • @ArjunDureja, as I have already written, I cannot find any descriptions about the API in shazam.com . You may need to be responsible for all the things when you want to use the API, including payment.

Add a Comment