fm.teal.stats.getTopArtists

teal.fm

Documentation

main query

No description available.

Parameters

cursor string Optional

Pagination cursor

limit integer Optional

Number of artists to return

period string Optional

Time period for top artists

Output

Encodingapplication/json
artists array Required

No description available.

cursor string Optional

Next page cursor

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
Pagination cursor
Number of artists to return
Time period for top artists
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "artists"
      ],
      "properties": {
        "cursor": {
          "type": "string",
          "description": "Next page cursor"
        },
        "artists": {
          "type": "array",
          "items": {
            "ref": "fm.teal.stats.defs#artistView",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {
      "limit": {
        "type": "integer",
        "default": 50,
        "maximum": 100,
        "minimum": 1,
        "description": "Number of artists to return"
      },
      "cursor": {
        "type": "string",
        "description": "Pagination cursor"
      },
      "period": {
        "enum": [
          "all",
          "30days",
          "7days"
        ],
        "type": "string",
        "default": "all",
        "description": "Time period for top artists"
      }
    }
  }
}

Lexicon Garden

@