com.suibari.nagi.getCommunityAffirmations

suibari.com

Documentation

main query

No description available.

Parameters

cursor string Optional

No description available.

lang string Required

No description available.

limit integer Optional

No description available.

Output

Encodingapplication/json
botActor unknown Optional

No description available.

cursor string Optional

No description available.

hasMore boolean Required

No description available.

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",
        "hasMore"
      ],
      "properties": {
        "items": {
          "type": "array",
          "items": {
            "ref": "#view",
            "type": "ref"
          }
        },
        "cursor": {
          "type": "string"
        },
        "hasMore": {
          "type": "boolean"
        },
        "botActor": {
          "type": "unknown"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "lang"
    ],
    "properties": {
      "lang": {
        "type": "string",
        "knownValues": [
          "ja",
          "en"
        ]
      },
      "limit": {
        "type": "integer",
        "default": 10,
        "maximum": 20,
        "minimum": 1
      },
      "cursor": {
        "type": "string"
      }
    }
  }
}
view object

No description available.

Properties

cid string cid Required

A content identifier (CID) referencing immutable data.

createdAt string datetime Required

An RFC 3339 formatted timestamp.

images array of unknown Optional

No description available.

linkCards array of unknown Optional

No description available.

reactions array of unknown Required

No description available.

summary string Required

No description available.

maxLength: 320 bytes
uri string at-uri Required

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

View raw schema
{
  "type": "object",
  "required": [
    "uri",
    "cid",
    "summary",
    "createdAt",
    "reactions"
  ],
  "properties": {
    "cid": {
      "type": "string",
      "format": "cid"
    },
    "uri": {
      "type": "string",
      "format": "at-uri"
    },
    "images": {
      "type": "array",
      "items": {
        "type": "unknown"
      }
    },
    "summary": {
      "type": "string",
      "maxLength": 320
    },
    "createdAt": {
      "type": "string",
      "format": "datetime"
    },
    "linkCards": {
      "type": "array",
      "items": {
        "type": "unknown"
      }
    },
    "reactions": {
      "type": "array",
      "items": {
        "type": "unknown"
      }
    }
  }
}

Lexicon Garden

@