FastyBook API
FastyBook API provides comprehensive book information from multiple sources, including: - Google Books API (primary external source) - OpenAI API (enhanced data provider with web search capability) - Google Custom Search (for book covers) - DynamoDB (persistent storage) The API is designed to provide the most accurate and up-to-date information about books, with enhanced metadata and support for…
FastyBook API endpoints
| Method | Endpoint | Description |
|---|---|---|
| health | ||
| GET |
healthCheck /health |
Verify the API is running and healthy. This endpoint does not require authentication and can be used for monitoring, uptime checks, and load balancer health probes. Responds… |
| books | ||
| GET |
searchBooksByTitle /books |
Search for books by title across multiple data sources including Google Books, OpenLibrary, and AI-enhanced search. Returns a list of matching books with detailed metadata. The… |
| GET |
getBookByISBN /books/{isbn} |
Fetch comprehensive information about a specific book using its ISBN (10 or 13). Returns detailed metadata including title, authors, publication information, ratings from Google… |
| Other endpoints | ||
| GET |
getBookByISBN /books/{isbn} |
Fetch comprehensive information about a book using its ISBN |
| GET |
searchBooksByTitle /books |
Search for books by title, retrieving comprehensive information from multiple sources |
| GET |
healthCheck /health |
Verify the API is running correctly |
FastyBook API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | 5 / second |
|
| ULTRA Recommended | $49.99 / month | 10 / second |
|
| MEGA | $199.99 / month | 20 / second |
|