app.rocksky.feed.getStories

rocksky.app

Documentation

Get all currently playing tracks by users

main query

Get all currently playing tracks by users

Parameters

feed string at-uri Optional

The feed URI to filter stories by.

following boolean Optional

If true, only return stories from users the viewer follows. Requires authentication.

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 feed URI to filter stories by.
If true, only return stories from users the viewer follows. Requires authentication.
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": {
      "feed": {
        "type": "string",
        "format": "at-uri",
        "description": "The feed URI to filter stories by."
      },
      "size": {
        "type": "integer",
        "minimum": 1,
        "description": "The maximum number of stories to return."
      },
      "following": {
        "type": "boolean",
        "description": "If true, only return stories from users the viewer follows. Requires authentication."
      }
    }
  },
  "description": "Get all currently playing tracks by users"
}

Lexicon Garden

@