app.rocksky.album.getAlbums

rocksky.app

Documentation

Get albums

main query

Get albums

Parameters

genre string Optional

The genre to filter artists by

limit integer Optional

The maximum number of albums to return

offset integer Optional

The offset for pagination

Output

Encodingapplication/json
albums 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 genre to filter artists by
The maximum number of albums to return
The offset for pagination
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "properties": {
        "albums": {
          "type": "array",
          "items": {
            "ref": "app.rocksky.album.defs#albumViewBasic",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {
      "genre": {
        "type": "string",
        "description": "The genre to filter artists by"
      },
      "limit": {
        "type": "integer",
        "minimum": 1,
        "description": "The maximum number of albums to return"
      },
      "offset": {
        "type": "integer",
        "minimum": 0,
        "description": "The offset for pagination"
      }
    }
  },
  "description": "Get albums"
}

Lexicon Garden

@