app.rocksky.charts.getScrobblesChart

rocksky.app

Documentation

Get the scrobbles chart

main query

Get the scrobbles chart

Parameters

albumuri string at-uri Optional

The URI of the album to filter by

artisturi string at-uri Optional

The URI of the artist to filter by

did string at-identifier Optional

The DID or handle of the actor

genre string Optional

The genre to filter by

songuri string at-uri Optional

The URI of the track to filter by

Output

Encodingapplication/json
Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://api.bsky.social)
Parameters
The URI of the album to filter by
The URI of the artist to filter by
The DID or handle of the actor
The genre to filter by
The URI of the track to filter by
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "ref": "app.rocksky.charts.defs#chartsView",
      "type": "ref"
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {
      "did": {
        "type": "string",
        "format": "at-identifier",
        "description": "The DID or handle of the actor"
      },
      "genre": {
        "type": "string",
        "description": "The genre to filter by"
      },
      "songuri": {
        "type": "string",
        "format": "at-uri",
        "description": "The URI of the track to filter by"
      },
      "albumuri": {
        "type": "string",
        "format": "at-uri",
        "description": "The URI of the album to filter by"
      },
      "artisturi": {
        "type": "string",
        "format": "at-uri",
        "description": "The URI of the artist to filter by"
      }
    }
  },
  "description": "Get the scrobbles chart"
}

Lexicon Garden

@