app.standard-reader.getTrendingDocuments

standard-reader.app

Documentation

Ranked list of trending articles across the network.

main query

Ranked list of trending articles across the network.

Parameters

limit integer Optional

No description available.

scope string Optional

No description available.

Output

Encodingapplication/json
items 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
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "items"
      ],
      "properties": {
        "items": {
          "type": "array",
          "items": {
            "ref": "app.standard-reader.defs#documentView",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [],
    "properties": {
      "limit": {
        "type": "integer",
        "default": 12,
        "maximum": 100,
        "minimum": 1
      },
      "scope": {
        "type": "string",
        "default": "rail",
        "knownValues": [
          "rail",
          "page"
        ]
      }
    }
  },
  "description": "Ranked list of trending articles across the network."
}

Lexicon Garden

@