app.rocksky.artist.getArtistRecentListeners

rocksky.app

Documentation

Get artist recent listeners ordered by most recent scrobble

main query

Get artist recent listeners ordered by most recent scrobble

Parameters

limit integer Optional

Maximum number of results to return

offset integer Optional

Number of items to skip before returning results

uri string at-uri Required

The URI of the artist to retrieve recent listeners from

Output

Encodingapplication/json
listeners 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
Maximum number of results to return
Number of items to skip before returning results
The URI of the artist to retrieve recent listeners from
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "properties": {
        "listeners": {
          "type": "array",
          "items": {
            "ref": "app.rocksky.artist.defs#recentListenerView",
            "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 recent listeners from"
      },
      "limit": {
        "type": "integer",
        "description": "Maximum number of results to return"
      },
      "offset": {
        "type": "integer",
        "description": "Number of items to skip before returning results"
      }
    }
  },
  "description": "Get artist recent listeners ordered by most recent scrobble"
}

Lexicon Garden

@