com.suibari.nagi.getChannels

suibari.com

Documentation

main query

No description available.

Parameters

cursor string Optional

No description available.

limit integer Optional

No description available.

view string Optional

trend=過去5日以内に主・bot以外の投稿がある公開一覧 / list=認証ユーザーが参加中 / mine=認証ユーザーが作成

Output

Encodingapplication/json
channels array Required

No description available.

cursor string Optional

No description available.

hasMore boolean 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
trend=過去5日以内に主・bot以外の投稿がある公開一覧 / list=認証ユーザーが参加中 / mine=認証ユーザーが作成
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "channels",
        "hasMore"
      ],
      "properties": {
        "cursor": {
          "type": "string"
        },
        "hasMore": {
          "type": "boolean"
        },
        "channels": {
          "type": "array",
          "items": {
            "type": "unknown"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {
      "view": {
        "type": "string",
        "default": "trend",
        "description": "trend=過去5日以内に主・bot以外の投稿がある公開一覧 / list=認証ユーザーが参加中 / mine=認証ユーザーが作成",
        "knownValues": [
          "trend",
          "list",
          "mine"
        ]
      },
      "limit": {
        "type": "integer",
        "default": 50,
        "maximum": 100,
        "minimum": 1
      },
      "cursor": {
        "type": "string"
      }
    }
  }
}

Lexicon Garden

@