lol.skittr.skitpic.getEntry

skittr.bsky.social

Documentation

main query

No description available.

Parameters

actor string at-identifier Required

Handle or DID of the actor

tid string tid Required

TID of an entry

Output

Encodingapplication/json
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
Handle or DID of the actor
TID of an entry
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "ref": "lol.skittr.skitpic.entry#main",
      "type": "ref"
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "actor",
      "tid"
    ],
    "properties": {
      "tid": {
        "type": "string",
        "format": "tid",
        "description": "TID of an entry"
      },
      "actor": {
        "type": "string",
        "format": "at-identifier",
        "description": "Handle or DID of the actor"
      }
    }
  }
}

Lexicon Garden

@