app.rocksky.artist.getArtistAlbums

rocksky.app

Documentation

Get artist's albums

main query

Get artist's albums

Parameters

uri string at-uri Required

The URI of the artist to retrieve albums from

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 URI of the artist to retrieve albums from
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",
    "required": [
      "uri"
    ],
    "properties": {
      "uri": {
        "type": "string",
        "format": "at-uri",
        "description": "The URI of the artist to retrieve albums from"
      }
    }
  },
  "description": "Get artist's albums"
}

Lexicon Garden

@