BookDIscovery
BookDiscovery API is a powerful tool for discovering and exploring a diverse range of books across more than 439 categories. Whether you’re looking for the latest releases, popular titles, or specific books, this API provides comprehensive and detailed information to support various applications. Features: Extensive Book Database: Access a vast array of books from numerous categories, including…
BookDIscovery endpoints
| Method | Endpoint | Description |
|---|---|---|
| Books | ||
| GET |
Get Books /books |
GET /books: Retrieve a list of books with query parameters: page: Page number for pagination. category: Filter books by category. |
| GET |
Get Popular Books /books/popular |
GET /books/popular: Get a list of popular books with query parameter: page: Page number for pagination. |
| GET |
Get Latest Releases /books/new_releases |
GET ./books/new_releases: Find the latest book releases with query parameter: page: Page number for pagination. |
| GET |
Find Book By ID /books/{id} |
GET /books/:id: Search for a book by its ID. |
| GET |
Get Book By Title /books/search |
GET /books/search: Search books by title with query parameters: page: Page number for pagination. title: Title of the book to search for. |
| Authors | ||
| GET |
Find Author By ID /author/{id} |
GET /author/:id: Find an author by their ID. |
| GET |
Get Books By Specific Author /author/{id}/books |
GET /author/:id/books: Get books related to an author with query parameter: page: Page number for pagination. |
| GET |
Get Popular Books By Specific Author /author/{id}/books/popular |
GET /author/:id/books/popular: Find popular books by an author with query parameter: page: Page number for pagination. |
| GET |
Get Latest Releases By Specific Author /author/{id}/books/new_releases |
GET /author/:id/books/new_releases: Retrieve new releases by an author with query parameter: page: Page number for pagination. |
BookDIscovery pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $2.99 / month | 30 / minute |
|
| MEGA | $15.99 / month | 60 / minute |
|