app.standard-reader.getHomeFeed

standard-reader.app

Documentation

Signed-in home page critical path: featured lead and latest rows.

main query

Signed-in home page critical path: featured lead and latest rows.

Parameters

scope string Optional

No description available.

Output

Encodingapplication/json
latest array Optional

No description available.

scope string 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
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "properties": {
        "scope": {
          "type": "string"
        },
        "latest": {
          "type": "array",
          "items": {
            "ref": "app.standard-reader.defs#documentView",
            "type": "ref"
          }
        },
        "featured": {
          "ref": "app.standard-reader.defs#documentView",
          "type": "ref"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [],
    "properties": {
      "scope": {
        "type": "string",
        "default": "subscriptions",
        "knownValues": [
          "subscriptions",
          "all"
        ]
      }
    }
  },
  "description": "Signed-in home page critical path: featured lead and latest rows."
}

Lexicon Garden

@