Quotes from Books API
The Quotes from Books API provides access to a growing collection of curated quotes from classic literature and public domain books. With a clean, developer-friendly interface, you can retrieve random quotes, browse by genre and enrich your app, chatbot, website, or automation with meaningful literary content. All quotes are sourced from verified public domain texts, making the API safe for…
Quotes from Books API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get Random Quote /v1/random |
Gets random quote |
| GET |
Get Random Quote By Genre /v1/random?genre=Drama |
Uses qery parameter `genre` to get random quote from genre |
| GET |
Get Quote Of The Day /v1/qotd |
Gets quote of the day. Quote Will be the same until next day |
| GET |
Get Genres /v1/genres |
Returns list of genres. |
| GET |
Get Random Quote By ID /v1/quotes/{id} |
Gets quote by provided id. |