app.rocksky.feed.getFeed

rocksky.app

Documentation

Get the feed by uri

main query

Get the feed by uri

Parameters

cursor string Optional

The cursor for pagination

feed string at-uri Required

The feed URI.

limit integer Optional

The maximum number of scrobbles 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 cursor for pagination
The feed URI.
The maximum number of scrobbles to return
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "ref": "app.rocksky.feed.defs#feedView",
      "type": "ref"
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "feed"
    ],
    "properties": {
      "feed": {
        "type": "string",
        "format": "at-uri",
        "description": "The feed URI."
      },
      "limit": {
        "type": "integer",
        "minimum": 1,
        "description": "The maximum number of scrobbles to return"
      },
      "cursor": {
        "type": "string",
        "description": "The cursor for pagination"
      }
    }
  },
  "description": "Get the feed by uri"
}

Lexicon Garden

@