app.rocksky.album.getAlbumTracks

rocksky.app

Documentation

Get tracks for an album

main query

Get tracks for an album

Parameters

uri string at-uri Required

The URI of the album to retrieve tracks from

Output

Encodingapplication/json
tracks 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 album to retrieve tracks from
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "properties": {
        "tracks": {
          "type": "array",
          "items": {
            "ref": "app.rocksky.song.defs#songViewBasic",
            "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 tracks from"
      }
    }
  },
  "description": "Get tracks for an album"
}

Lexicon Garden

@