app.rocksky.feed.search

rocksky.app

Documentation

Search for content in the feed

main query

Search for content in the feed

Parameters

query string Required

The search query string

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 search query string
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "ref": "app.rocksky.feed.defs#searchResultsView",
      "type": "ref"
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "query"
    ],
    "properties": {
      "query": {
        "type": "string",
        "description": "The search query string"
      }
    }
  },
  "description": "Search for content in the feed"
}

Lexicon Garden

@