app.rocksky.artist.getArtists

rocksky.app

Documentation

Get artists

main query

Get artists

Parameters

genre string Optional

The genre to filter artists by

limit integer Optional

The maximum number of artists to return

names string Optional

The names of the artists to return

offset integer Optional

The offset for pagination

Output

Encodingapplication/json
artists 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 artists to return
The names of the artists to return
The offset for pagination
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "properties": {
        "artists": {
          "type": "array",
          "items": {
            "ref": "app.rocksky.artist.defs#artistViewBasic",
            "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 artists to return"
      },
      "names": {
        "type": "string",
        "description": "The names of the artists to return"
      },
      "offset": {
        "type": "integer",
        "minimum": 0,
        "description": "The offset for pagination"
      }
    }
  },
  "description": "Get artists"
}

Lexicon Garden

@