Skip to main content
GET
/
app.rocksky.stats.getStats
cURL
curl --request GET \
  --url https://api.rocksky.app/xrpc/app.rocksky.stats.getStats \
  --header 'Authorization: Bearer <token>'
{
  "scrobbles": 123,
  "artists": 123,
  "lovedTracks": 123,
  "albums": 123,
  "tracks": 123
}

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.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

did
string<at-identifier>
required

The DID or handle of the user to get stats for.

Response

OK

scrobbles
integer
artists
integer
lovedTracks
integer
albums
integer
tracks
integer