---
title: "Get Search Google Books"
method: GET
path: "/google/books"
tags: ["Google"]
---

# Get Search Google Books

`GET /google/books`

**Auth:** Authenticated - any signed-in user.

Search Google Books by Query

## Query parameters

- `page` integer, required
- `pageSize` integer, required
- `includes` string[], nullable
- `sort` string, nullable
- `filter` string, nullable

## Response `200`

Success - Success

- GetSearchGoogleBooksResponse
  - `books` GoogleBook[], nullable
    - `kind` string, nullable
    - `id` string, nullable
    - `etag` string, nullable
    - `selfLink` string, nullable
    - `volumeInfo` VolumeInfo
      - `title` string, nullable
      - `subtitle` string, nullable
      - `publisher` string, nullable
      - `authors` string[], nullable
      - `publishedDate` string, nullable
      - `description` string, nullable
      - `industryIdentifiers` IndustryIdentifier[], nullable
        - `type` string, nullable
        - `identifier` string, nullable
      - `readingModes` ReadingModes
        - `text` boolean
        - `image` boolean
      - `pageCount` integer, nullable
      - `printType` string, nullable
      - `categories` string[], nullable
      - `maturityRating` string, nullable
      - `allowAnonLogging` boolean
      - `contentVersion` string, nullable
      - `panelizationSummary` PanelizationSummary
        - `containsEpubBubbles` boolean
        - `containsImageBubbles` boolean
      - `imageLinks` ImageLinks
        - `smallThumbnail` string, nullable
        - `thumbnail` string, nullable
      - `language` string, nullable
      - `previewLink` string, nullable
      - `infoLink` string, nullable
      - `canonicalVolumeLink` string, nullable
    - `saleInfo` SaleInfo
      - `country` string, nullable
      - `saleability` string, nullable
      - `isEbook` boolean
      - `listPrice` Price
        - `amount` number, double, nullable
        - `currencyCode` string, nullable
      - `retailPrice` Price
        - `amount` number, double, nullable
        - `currencyCode` string, nullable
      - `buyLink` string, nullable
    - `accessInfo` AccessInfo
      - `country` string, nullable
      - `viewability` string, nullable
      - `embeddable` boolean
      - `publicDomain` boolean
      - `textToSpeechPermission` string, nullable
      - `epub` Epub
        - `isAvailable` boolean
        - `acsTokenLink` string, nullable
      - `pdf` Pdf
        - `isAvailable` boolean
      - `webReaderLink` string, nullable
      - `accessViewStatus` string, nullable
      - `quoteSharingAllowed` boolean
    - `searchInfo` SearchInfo
      - `textSnippet` string, nullable
  - `meta` Meta
    - `page` integer
    - `pageSize` integer
    - `total` integer

## Other responses

- `400` — An Error Occurred - Explain Error
- `401` — Unauthorized

---

[API](https://skmtc.net/tonbridge/apis/tonbridge-app-api.md) · [All operations](https://skmtc.net/tonbridge/apis/tonbridge-app-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tonbridge/tonbridge-app-api/versions/fab57bf5558a/schema)
