Books-API
The Book Data Retrieval API is a powerful tool designed to seamlessly fetch comprehensive information about a vast array of books. Whether you're building a book catalog, developing a reading recommendation platform, or enhancing your e-commerce website's book section, this API provides a simple and efficient way to access detailed book data.
Books-API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Books per page /books |
Gets details of books per page. Ten books are delivered per page, query parameter p acts as page number. |
| GET |
Book by Id /books/{id} |
Gives book, that matches the Id. |
| GET |
Books by Author /books/find/author |
Gives books, which matches the name of the author. |
| GET |
Book by Title /books/find/title |
Gives book, that matches the title. |
| GET |
Books by Rating /books/find/rating |
Gives books, which matches the rating limit in batches, i.e. five per page. |
| GET |
Books by Page count /books/find/pages |
Gives books, which matches the page count limit provided in batches, i.e. five per page. |
| GET |
Books by Genres /books/find/genres |
Gives books, which matches all the specified genres. |
| GET |
Random Book /books/get/random/ |
Gives a book randomly. |
Books-API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $3 / month | 50 / minute |
|
| ULTRA | $5 / month | 100 / minute |
|
| MEGA | $10 / month | 150 / second |
|