style.tilde.hacking.listCheckins

tilde.style

Documentation

Lists style.tilde.hacking.checkin records, most recent first — read by landing-page/kiosk.html, landing-page/viewer.html and kiosk-onboard/index.html.

main query

Lists style.tilde.hacking.checkin records, most recent first — read by landing-page/kiosk.html, landing-page/viewer.html and kiosk-onboard/index.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.checkin",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {
      "limit": {
        "type": "integer",
        "default": 50,
        "maximum": 200,
        "minimum": 1
      }
    }
  },
  "description": "Lists style.tilde.hacking.checkin records, most recent first — read by landing-page/kiosk.html, landing-page/viewer.html and kiosk-onboard/index.html."
}

Lexicon Garden

@