app.bivri.feed.getActorLikes

lexicons.bivri.app

Documentation

main query

No description available.

Parameters

actor string at-identifier Required

Actor DID or handle

cursor string Optional

No description available.

limit integer Optional

No description available.

Output

Encodingapplication/json
artworks array Required

No description available.

cursor string Optional

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
Actor DID or handle
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "artworks"
      ],
      "properties": {
        "cursor": {
          "type": "string"
        },
        "artworks": {
          "type": "array",
          "items": {
            "ref": "app.bivri.feed.defs#artworkView",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "actor"
    ],
    "properties": {
      "actor": {
        "type": "string",
        "format": "at-identifier",
        "description": "Actor DID or handle"
      },
      "limit": {
        "type": "integer",
        "default": 50,
        "maximum": 100,
        "minimum": 1
      },
      "cursor": {
        "type": "string"
      }
    }
  }
}

Lexicon Garden

@