Daily Quotes API
Welcome to the Quotes API, a fast and reliable REST API that provides motivational, inspirational, and meaningful quotes for your apps, websites, and digital projects. Built using Node.js + Express and deployed on Vercel, this API delivers lightning-fast responses with clean and consistent JSON data. Whether you're building a mobile application, a daily motivation widget, a chatbot, or an…
Daily Quotes API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Quotes API /quotes |
Returns a list of all motivational, inspirational, life, love, success, and positive quotes available in the API. |
| GET |
quotesById /quotes/5 |
/quotes/:id eg: /quotes/5 Response example { "id": 5, "author": "Unknown", "quote": "Push yourself, because no one else is going to do it for you.", "category": "motivational" }… |
| GET |
searchByAuthor /quotes/author/ein |
if search by an author example Einstein /quotes/author/ein Response: { "id": 1, "author": "Albert Einstein", "quote": "Life is like riding a bicycle. To keep your balance you… |
| GET |
searchByCategory /quotes/category/motivational |
If search by category /quotes/category/motivational { "id": 1, "author": "Albert Einstein", "quote": "Life is like riding a bicycle. To keep your balance you must keep moving.",… |
| GET |
randomQuote /quotes/random |
“Returns a random motivational or inspirational quote.” Response Example: { "id": 10, "author": "Unknown", "quote": "The harder you work for something, the greater you’ll feel… |
Daily Quotes API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 69 / hour |
|