All Books Api
I believe you only need one end point which is get all books and you can start building your application for there
617 subscribers
0.1/10 popularity
521 ms avg latency
5 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
All Books Api endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get Book by title /title/{title} |
This will GET all books by title. The title should be in caps example - /title/FOURTH WING |
| GET |
Get Book by Publisher /publisher/{publisher} |
example - publisher/Little, Brown |
| GET |
Get book by Author /author/{author} |
/author/{author} example - /author/Rebecca Yarros |
| GET |
Get book by ISBN /isbn/{isbn} |
/isbn/{isbn} replace the {isbn} with isbn number of a book and you will GET the response with all the information regarding that book. example - /isbn/1250178630 |
| GET |
Get all Books Data /getBooks |
This end point will return back all Books data |
All Books Api pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|