app.rocksky.feed.getStories

rocksky.app

Documentation

Get all currently playing tracks by users

main query

Get all currently playing tracks by users

Parameters

size integer Optional

The maximum number of stories to return.

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 maximum number of stories to return.
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "ref": "app.rocksky.feed.defs#storiesView",
      "type": "ref"
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {
      "size": {
        "type": "integer",
        "minimum": 1,
        "description": "The maximum number of stories to return."
      }
    }
  },
  "description": "Get all currently playing tracks by users"
}

Lexicon Garden

@