com.suibari.nagi.getBookmarkFolders

suibari.com

Documentation

main query

No description available.

Parameters

lang string Optional

No description available.

Output

Encodingapplication/json
bookmarkLimit integer Required

No description available.

folderLimit integer Required

No description available.

folders 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": [
        "folders",
        "folderLimit",
        "bookmarkLimit"
      ],
      "properties": {
        "folders": {
          "type": "array",
          "items": {
            "type": "unknown"
          }
        },
        "folderLimit": {
          "type": "integer"
        },
        "bookmarkLimit": {
          "type": "integer"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {
      "lang": {
        "type": "string",
        "knownValues": [
          "ja",
          "en"
        ]
      }
    }
  }
}

Lexicon Garden

@