# Google Books Integration via LowCodeAPI

## Overview

Google Books API searches books and manages bookshelves.

## Base Endpoint

```
https://api.lowcodeapi.com/googlebooks/
```

**Auth Type**: API Key

## Common Endpoints

### List Volumes

**Method**: `GET` | **LowCodeAPI Path**: `/volumes/v1/volumes`

**Full URL**:
```
https://api.lowcodeapi.com/googlebooks/volumes/v1/volumes?q={q}&api_token={api_token}
```

**Example Request**:
```bash
curl -X GET "https://api.lowcodeapi.com/googlebooks/volumes/v1/volumes?q=python+programming&api_token=YOUR_API_TOKEN"
```

**Official Documentation**: [https://developers.google.com/books](https://developers.google.com/books)