pub.chive.backlink.getCounts

chive.pub

Documentation

Get aggregated backlink counts for an eprint

main query

Get aggregated backlink counts for an eprint

Parameters

targetUri string at-uri Required

AT-URI of the target eprint

Output

Encodingapplication/json
blueskyEmbeds integer Required

Count of Bluesky embed backlinks

blueskyPosts integer Required

Count of Bluesky post backlinks

cosmikCollections integer Required

Count of Cosmik collection backlinks

leafletLists integer Required

Count of Leaflet list backlinks

other integer Required

Count of other backlinks

total integer Required

Total count of all backlinks

whitewindBlogs integer Required

Count of Whitewind blog backlinks

Errors

NotFound
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
AT-URI of the target eprint
View raw schema
{
  "type": "query",
  "errors": [
    {
      "name": "NotFound"
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "cosmikCollections",
        "leafletLists",
        "whitewindBlogs",
        "blueskyPosts",
        "blueskyEmbeds",
        "other",
        "total"
      ],
      "properties": {
        "other": {
          "type": "integer",
          "description": "Count of other backlinks"
        },
        "total": {
          "type": "integer",
          "description": "Total count of all backlinks"
        },
        "blueskyPosts": {
          "type": "integer",
          "description": "Count of Bluesky post backlinks"
        },
        "leafletLists": {
          "type": "integer",
          "description": "Count of Leaflet list backlinks"
        },
        "blueskyEmbeds": {
          "type": "integer",
          "description": "Count of Bluesky embed backlinks"
        },
        "whitewindBlogs": {
          "type": "integer",
          "description": "Count of Whitewind blog backlinks"
        },
        "cosmikCollections": {
          "type": "integer",
          "description": "Count of Cosmik collection backlinks"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "targetUri"
    ],
    "properties": {
      "targetUri": {
        "type": "string",
        "format": "at-uri",
        "description": "AT-URI of the target eprint"
      }
    }
  },
  "description": "Get aggregated backlink counts for an eprint"
}

Lexicon Garden

@