I am implementing Spotify in my iPhone app. I want to search tracks by BPM. In Spotify, is there any API to search by BPM. Please help.
Asked
Active
Viewed 788 times
1 Answers
0
Sorry, but I don't believe that Spotify's search interface supports searching by tempo directly. You can add a "kudos" on this community thread:
http://community.spotify.com/t5/Spotify-Ideas/Search-by-BPM-beats-per-minute/idi-p/335
The easiest way to do what you want might to be to use another metadata service to search by BPM and then cross-match your results against Spotify.

Nik Reiman
- 39,067
- 29
- 104
- 160
-
Thanks for your response. As you said, I could see a service EchoNest. It can search by BPM. But, how do I know whether the song is available in Spotify. Also, how to get its Spotify url. – Tinku George Dec 18 '12 at 17:31