A dead-simple REST API that returns high-quality book cover images from Goodreads — searchable by title, author, or ISBN.
Quick Start
No API key. No auth. Just a GET request and you'll have a cover image URL back in milliseconds.
Features
Reference
The full public API surface. Base URL: https://bookcover.longitood.com
| Parameter | Type | Required | Description |
|---|---|---|---|
| book_title | string | required | The title of the book to search for |
| author_name | string | required | The name of the book's author |
| Parameter | Type | Required | Description |
|---|---|---|---|
| isbn | string | required | ISBN-13 number, e.g. 978-0345376596 |
HTTP Status Codes
No setup. No keys. No waiting.
The API is live and ready for your next project.