style.tilde.hacking.listSensorReadings

tilde.style

Documentation

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

main query

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

Lexicon Garden

@