app.rocksky.artist.getArtist

rocksky.app

Documentation

Get artist details

main query

Get artist details

Parameters

uri string at-uri Required

The URI of the artist to retrieve details from

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 artist to retrieve details from
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "ref": "app.rocksky.artist.defs#artistViewDetailed",
      "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 details from"
      }
    }
  },
  "description": "Get artist details"
}

Lexicon Garden

@