app.rocksky.album.getAlbum

rocksky.app

Documentation

Get detailed album view

main query

Get detailed album view

Parameters

uri string at-uri Required

The URI of the album to retrieve.

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 retrieve.
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "ref": "app.rocksky.album.defs#albumViewDetailed",
      "type": "ref"
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "uri"
    ],
    "properties": {
      "uri": {
        "type": "string",
        "format": "at-uri",
        "description": "The URI of the album to retrieve."
      }
    }
  },
  "description": "Get detailed album view"
}

Lexicon Garden

@