Skip to main content
GET
/
app.rocksky.charts.getScrobblesChart
Get the scrobbles chart
curl --request GET \
  --url https://api.rocksky.app/xrpc/app.rocksky.charts.getScrobblesChart \
  --header 'Authorization: Bearer <token>'
{
  "scrobbles": [
    {
      "date": "2023-11-07T05:31:56Z",
      "count": 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>

The DID or handle of the actor

artisturi
string<at-uri>

The URI of the artist to filter by

albumuri
string<at-uri>

The URI of the album to filter by

songuri
string<at-uri>

The URI of the track to filter by

genre
string

The genre to filter by

from
string

Start date (ISO 8601). Defaults to 6 months ago.

to
string

End date (ISO 8601). Defaults to today.

Response

OK

scrobbles
object[]