PageQuotes
In addition to the database of quotes from books, PageQuotes API also offers sentiment analysis functionality to determine the emotional tone conveyed in each quote. This feature uses natural language processing algorithms to analyze the words and phrases used in the quote and identify whether the sentiment expressed is positive, negative, or neutral. With this added functionality, developers…
PageQuotes endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get quotes by ID /books/{id} |
Endpoint to retrieve quotes by ID |
| GET |
Get quotes by pagination and per_page limit /books |
Endpoint to limit the amount of quotes returned per page. |
| GET |
Get quotes by pagination /books |
Endpoint to retrieve the quotes using pagination |
| GET |
Get a list of all quotes /books |
Endpoint to retrieve a list of all quotes, quantity of pages and total number of quotes available. |
| GET |
Quotes by author /book/author |
Endpoint to retrieve quotes by author. |
| GET |
Get quotes by book ID /book/{id}/quotes |
Endpoint that retrieves quotes by the book ID |
| GET |
Get book by genre /books/genre/{genre} |
Endpoint to retrieve book and quote by genre |
| POST |
Post new book /books |
Endpoint to post a new book/books |
| PUT |
Update book /books/{id} |
Endpoint to update an book by ID |
| DELETE |
Delete book /books/{id} |
Endpoint to delete book |
| GET |
Get book by title /books/title/{title} |
Endpoint to get book by title |
| GET |
Get quotes sentiment /books/sentiment |
This endpoint returns the sentiment analysis from the book's quotes |
| GET |
get all titles /titles |
Endpoint that retrieves all book titles |
| GET |
get quote id sentiment /book/{id}/quotes-sentiment |
Endpoint to get the sentiment analysis of a quote by ID |
PageQuotes pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $5 / month | — |
|
| ULTRA | $20 / month | — |
|