com.getorbyt.video.getLoopCounts

getorbyt.com

Documentation

main query

No description available.

Parameters

posts array of string Required

No description available.

Output

Encodingapplication/json
counts 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": [
        "counts"
      ],
      "properties": {
        "counts": {
          "type": "array",
          "items": {
            "ref": "com.getorbyt.video.defs#loopView",
            "type": "ref"
          },
          "maxLength": 100
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "posts"
    ],
    "properties": {
      "posts": {
        "type": "array",
        "items": {
          "type": "string",
          "format": "at-uri"
        },
        "maxLength": 100,
        "minLength": 1
      }
    }
  }
}

Lexicon Garden

@