Rocksky exposes a ListenBrainz-compatible API for the core scrobbling endpoints. Most ListenBrainz clients can be moved over by changing the base URL and the API token.Documentation Index
Fetch the complete documentation index at: https://docs.rocksky.app/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- A Rocksky account
- An API key from the API Applications page
- A ListenBrainz-compatible scrobbler
Step 1: Change the base URL
| ListenBrainz | Rocksky |
|---|---|
https://api.listenbrainz.org | https://audioscrobbler.rocksky.app |
Step 2: Use your Rocksky API key
Update theAuthorization header your client sends:
Step 3: Test it
Submit a sample scrobble to/submit-listens with valid metadata, then check
your Rocksky profile to confirm it landed.
Supported endpoints
The Rocksky audioscrobbler implements the core ListenBrainz endpoints, including:POST /1/submit-listensGET /1/validate-token