style.tilde.hacking.listConnections

tilde.style

Documentation

Lists style.tilde.hacking.connection records, most recent first — read by landing-page/kiosk.html.

main query

Lists style.tilde.hacking.connection records, most recent first — read by landing-page/kiosk.html.

Parameters

limit integer Optional

No description available.

Output

Encodingapplication/json
records 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": [
        "records"
      ],
      "properties": {
        "records": {
          "type": "array",
          "items": {
            "ref": "style.tilde.hacking.connection",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {
      "limit": {
        "type": "integer",
        "default": 50,
        "maximum": 100,
        "minimum": 1
      }
    }
  },
  "description": "Lists style.tilde.hacking.connection records, most recent first — read by landing-page/kiosk.html."
}

Lexicon Garden

@