Migrating to Rocksky Scrobble API
Base URL
https://ws.audioscrobbler.com/2.0
https://audioscrobbler.rocksky.app/2.0
Authentication
api_key
: Your Rocksky API key (obtainable from your Rocksky developer dashboard).sk
: Your Rocksky session key (obtained after user authentication rocksky login
)Example Scrobble Request
POST
URL:
https://audioscrobbler.rocksky.app/2.0
Headers:
Content-Type: application/x-www-form-urlencoded
Body (as
x-www-form-urlencoded
):Parameter | Example Value |
---|---|
method | track.scrobble |
api_key | YOUR_API_KEY |
sk | YOUR_SESSION_KEY |
artist[0] | Radiohead |
track[0] | Karma Police |
timestamp[0] | 1744579159 |
api_sig | 532b7492411fdfcd79639b548b5ee8a8 |
format | json |
Generating api_sig
1.
2.
3.
4.
Migrating Your App
1.
2.
rocksky login
).3.
4.
Why Switch to Rocksky?
š Modern analytics and detailed stats
š Built on top of AT Protocol for portability
š§ Compatible with existing Last.fm tools
Modified atĀ 2025-04-19 12:26:08