social.coves.feed.getDiscover

coves.social

Documentation

Get the public discover feed showing posts from all communities

main query

Get the public discover feed showing posts from all communities

Parameters

cursor string Optional

No description available.

limit integer Optional

No description available.

sort string Optional

Sort order for discover feed

timeframe string Optional

Timeframe for top sorting (only applies when sort=top)

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
Sort order for discover feed
Timeframe for top sorting (only applies when sort=top)
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "feed"
      ],
      "properties": {
        "feed": {
          "type": "array",
          "items": {
            "ref": "social.coves.feed.defs#feedViewPost",
            "type": "ref"
          }
        },
        "cursor": {
          "type": "string",
          "maxLength": 500
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {
      "sort": {
        "type": "string",
        "default": "hot",
        "maxLength": 64,
        "description": "Sort order for discover feed",
        "knownValues": [
          "hot",
          "top",
          "new"
        ]
      },
      "limit": {
        "type": "integer",
        "default": 15,
        "maximum": 50,
        "minimum": 1
      },
      "cursor": {
        "type": "string",
        "maxLength": 500
      },
      "timeframe": {
        "type": "string",
        "default": "day",
        "maxLength": 64,
        "description": "Timeframe for top sorting (only applies when sort=top)",
        "knownValues": [
          "hour",
          "day",
          "week",
          "month",
          "year",
          "all"
        ]
      }
    }
  },
  "description": "Get the public discover feed showing posts from all communities"
}

Lexicon Garden

@