at.ducs.channels.getChannels

ducs.at

Documentation

main query

No description available.

Parameters

beforeTid string tid Optional

A timestamp-based identifier (TID).

limit integer Optional

No description available.

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
A timestamp-based identifier (TID).
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "channels"
      ],
      "properties": {
        "channels": {
          "ref": "at.ducs.channels.defs#channel",
          "type": "ref"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {
      "limit": {
        "type": "integer",
        "default": 20
      },
      "beforeTid": {
        "type": "string",
        "format": "tid"
      }
    }
  }
}

Lexicon Garden

@