Inspirational Quotes
Access thousands of inspirational quotes from famous authors. Get random quotes, search by category, author, or keyword.
Inspirational Quotes endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get Random Quote /api/v1/quotes/random |
Returns a random inspirational quote. Optionally filter by category. |
| GET |
List Quotes /api/v1/quotes |
Returns a paginated list of quotes with optional filtering by category and author. Supports limit and offset parameters for pagination. |
| GET |
Search Quotes /api/v1/quotes/search |
Search quotes by text content or author name. Returns matching quotes with pagination support. |
| GET |
Get Quote by ID /api/v1/quotes/{quote_id} |
Get a specific quote by its unique identifier. |
| GET |
List Authors /api/v1/authors |
Get a list of all authors with their quote counts and categories. |
| GET |
Get Author Quotes /api/v1/authors/{author}/quotes |
Get all quotes by a specific author with pagination support. |
| GET |
List Categories /api/v1/categories |
Get all available quote categories with descriptions and quote counts. |
| GET |
Quote of the Day /api/v1/quote-of-the-day |
Get the inspirational quote of the day. Returns a different quote each day. |
Inspirational Quotes pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|