The Personal Quotes
🌟 Welcome to the Personal Quotes API, your go-to service for accessing a treasure trove of inspirational, thought-provoking, and motivational quotes! 🚀 With the Personal Quotes API, users can effortlessly dive into a vast collection of more than 500k quotes, enabling them to find that perfect dose of wisdom and inspiration. Whether you're a developer crafting a quote-of-the-day feature for your…
The Personal Quotes endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
GET a random quote /quotes/random |
This endpoint provides a random quote along with its author's name and associated tags. |
| GET |
GET a random quote by tag /quotes/random/{tag} |
This endpoint provides a random quote from a tag along with its author's name and associated tags. |
| GET |
GET a random quote by an auther /quotes/random/author/{author} |
This endpoint provides a random quote from an author along with its associated tags. |
| GET |
GET quotes by author /quotes/author/{author} |
This endpoint provides multiple quotes (maximum 200) of an author along with the associated tags. |
| GET |
GET quotes by tags /quotes/tags/{tags} |
This endpoint provides multiple quotes (maximum 200) from a tag along with its associated author. |
The Personal Quotes pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $3.99 / month | 100 / minute |
|
| ULTRA Recommended | $7.99 / month | — |
|
| MEGA | $14.99 / month | — |
|