is.currents.feed.getFeed

currents.is

Documentation

Get a ranked feed of saves from across the network. Auth is optional; if provided, viewer-specific state is included. The personalized flag is only effective for authenticated requests.

main query

Get a ranked feed of saves from across the network. Auth is optional; if provided, viewer-specific state is included. The personalized flag is only effective for authenticated requests.

Parameters

cursor string Optional

No description available.

excludeSaved boolean Optional

If true and the request is authenticated, exclude saves the viewer has already saved (matched by blob CID). Ignored for unauthenticated requests.

limit integer Optional

No description available.

personalized string Optional

A signed decimal string between -1 and 1 controlling feed tuning. Negative values increase serendipity, positive values increase personalization, and 0 gives the global feed. Only effective for authenticated requests; ignored otherwise.

Output

Encodingapplication/json
cursor string Optional

No description available.

feed array Required

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
If true and the request is authenticated, exclude saves the viewer has already saved (matched by blob CID). Ignored for unauthenticated requests.
A signed decimal string between -1 and 1 controlling feed tuning. Negative values increase serendipity, positive values increase personalization, and 0 gives the global feed. Only effective for authenticated requests; ignored otherwise.
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "feed"
      ],
      "properties": {
        "feed": {
          "type": "array",
          "items": {
            "ref": "is.currents.feed.defs#saveView",
            "type": "ref"
          }
        },
        "cursor": {
          "type": "string"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {
      "limit": {
        "type": "integer",
        "default": 50,
        "maximum": 100,
        "minimum": 1
      },
      "cursor": {
        "type": "string"
      },
      "excludeSaved": {
        "type": "boolean",
        "default": false,
        "description": "If true and the request is authenticated, exclude saves the viewer has already saved (matched by blob CID). Ignored for unauthenticated requests."
      },
      "personalized": {
        "type": "string",
        "default": "0",
        "description": "A signed decimal string between -1 and 1 controlling feed tuning. Negative values increase serendipity, positive values increase personalization, and 0 gives the global feed. Only effective for authenticated requests; ignored otherwise."
      }
    }
  },
  "description": "Get a ranked feed of saves from across the network. Auth is optional; if provided, viewer-specific state is included. The personalized flag is only effective for authenticated requests."
}

Lexicon Garden

@