Questions tagged [beatsmusic]

Developer API for accessing the Beats Music platform

40 questions
0
votes
1 answer

Why do I get a 504 Gateway timeout on /api/me endpoint? (intermittent)

I'm getting a 504 Gateway timeout on the /api/me endpoint when supplying the access token exchanged from the oauth/token endpoint. It seems to be intermittent too. Any idea what this error means or why it would be happening?
newsum
  • 13
  • 2
0
votes
3 answers

Why do I keep getting "developer inactive" errors when calling the Beats Music API?

I'm a registered developer, and the error is not repeatable. It will work for one call and then fail again on the exact same call. What's going on?
jsd
  • 7,673
  • 5
  • 27
  • 47
-1
votes
1 answer

Change BPM value of Spotify Song

I'm trying to build an application that plays Spotify songs. I'm really confused about how to change the BPM (beats per minute) value of Spotify songs. First Step: Login through Spotify. Second Step: Get current user all album. Third Step: Get album…
Sham Dhiman
  • 1,348
  • 1
  • 21
  • 59
-1
votes
1 answer

BeatsMusic API: How do I get albums an artist appears on?

The method call for /artists/[artist id]/albums returns only Albums, EPs, Singles and Compilations attributed to that artist. I want to get the albums the artist appears on but are not attributed to that artist, e.g. various artists compilations…
-1
votes
1 answer

Beats Music, Why does this playlist's tracks fetch returns invalid results?

I'm trying to fetch tracks for a specific playlist (pl128943612061942272) and it gives me strange results. https://partner.api.beatsmusic.com/v1/api/playlists/pl128943612061942272/tracks?access_token= The response has a total count of 15 but returns…
ethan
  • 59
  • 5
-1
votes
1 answer

ISRC or UPC available as lookup parameter or response element?

Is it possible to do track and album lookups with params like ISRC or UPC on Beats Music? Alternatively have ISRC / UPC as response elements when fetching a specific track, artist or album. Case in sample for lookup:…
-1
votes
1 answer

Issue Pulling Back Ratings

I am trying to pull back ratings from a user but am getting 401 unauthorized: Request: GET https://partner.api.beatsmusic.com/v1/api/users//ratings?&offset=0&limit=20&access_token=
Erstad.Stephen
  • 1,035
  • 7
  • 9
-1
votes
1 answer

Beats music API play track in mobile browser?

I am able to play beats music using the beats API 'play a track' method in desktop browser, but it doesnt work on a mobile.How do I get the music to play in a mobile browser? is there a way to convert rtmp music type to a mobile friendly format?
user3800138
  • 226
  • 2
  • 2
-2
votes
1 answer

Is there any api present to get recently played songs in BeatsMusic?

i could find APIs to see tracks from My Playlist and My Library but couldn't find APIs to play most played or recently played songs
-2
votes
1 answer

Getting metadata from Beats Music Application

We are developing application that collects data about tracks that user is currently playing in Android Beats Music application. How can we get metadata about the track that is currently playing (artist, track title, etc.). Does Beats Music…
1 2
3