app.rocksky.scrobble.getScrobbles

rocksky.app

Documentation

Get scrobbles all scrobbles

main query

Get scrobbles all scrobbles

Parameters

did string at-identifier Optional

The DID or handle of the actor

following boolean Optional

If true, only return scrobbles from actors the viewer is following.

limit integer Optional

The maximum number of scrobbles to return

offset integer Optional

The offset for pagination

Output

Encodingapplication/json
scrobbles array Optional

No description available.

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 DID or handle of the actor
If true, only return scrobbles from actors the viewer is following.
The maximum number of scrobbles to return
The offset for pagination
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "properties": {
        "scrobbles": {
          "type": "array",
          "items": {
            "ref": "app.rocksky.scrobble.defs#scrobbleViewBasic",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {
      "did": {
        "type": "string",
        "format": "at-identifier",
        "description": "The DID or handle of the actor"
      },
      "limit": {
        "type": "integer",
        "minimum": 1,
        "description": "The maximum number of scrobbles to return"
      },
      "offset": {
        "type": "integer",
        "minimum": 0,
        "description": "The offset for pagination"
      },
      "following": {
        "type": "boolean",
        "description": "If true, only return scrobbles from actors the viewer is following."
      }
    }
  },
  "description": "Get scrobbles all scrobbles"
}

Lexicon Garden

@