buzz.bookhive.getBookIdentifiers

bookhive.buzz

Documentation

Resolve book identifiers by hiveId, isbn, isbn13, or goodreadsId. Does not require authentication.

main query

Resolve book identifiers by hiveId, isbn, isbn13, or goodreadsId. Does not require authentication.

Parameters

goodreadsId string Optional

The Goodreads identifier for the book

hiveId string Optional

The book hive ID

isbn string Optional

The book ISBN identifier

isbn13 string Optional

The book ISBN-13 identifier

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
The Goodreads identifier for the book
The book hive ID
The book ISBN identifier
The book ISBN-13 identifier
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "bookIdentifiers"
      ],
      "properties": {
        "bookIdentifiers": {
          "ref": "buzz.bookhive.defs#bookIdentifiers",
          "type": "ref"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {
      "isbn": {
        "type": "string",
        "description": "The book ISBN identifier"
      },
      "hiveId": {
        "type": "string",
        "description": "The book hive ID"
      },
      "isbn13": {
        "type": "string",
        "description": "The book ISBN-13 identifier"
      },
      "goodreadsId": {
        "type": "string",
        "description": "The Goodreads identifier for the book"
      }
    }
  },
  "description": "Resolve book identifiers by hiveId, isbn, isbn13, or goodreadsId. Does not require authentication."
}

Lexicon Garden

@