Get Quotes API
The getQuotes API is an Open Source service, powered by Node.js, that provides a dynamic collection of quotes across various categories such as Inspiration, Motivation, Science, Tech, Wisdom, Love, and more. Utilizing chatGPT to generate the most of the current array of quotes provided in the API. This API seamlessly integrates with your applications or projects, offering a cool and versatile…
Get Quotes API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get Quotes by Category /category/{categoryName} |
Retrieve quotes based on a specific category. Choose from available categories: Motivation, Life, Wisdom, Love, Technology, Creativity, Courage, Nature, Change, Inspiration,… |
| GET |
Get Random Quote /random |
Obtain a randomly selected quote from the collection. Endpoint returns a random quote object from the array of quotes. |
| GET |
Get All Quotes /quotes |
This endpoint returns list of all quotes from all categories & authors with each quote object having the data: id, category, quote, description & author. |
| GET |
Get Quote by Id /id/{id} |
Retrieve details of a specific quote using its unique identifier. Example: The below endpoint returns the quote with id 1 https://api-get-quotes.vercel.app/api/v1/id/1 |
| GET |
Get Quotes by Author /author/{authorName} |
Retrieve quotes attributed to a specific author by providing their name. Example - get quotes by Steve Jobs: https://api-get-quotes.vercel.app/api/v1/author/Steve%20Jobs |
Get Quotes API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|