Motivational Quotes
Supercharge your apps, websites, or products with instant access to a premium collection of motivational quotes! The Motivational Quotes API delivers over 500 handpicked, high-quality quotes from world-renowned thinkers, leaders, and creators—each carefully categorized for maximum inspiration and usability.
Motivational Quotes endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get Quote By ID /quote/id/{id} |
This endpoint returns a quote by a given ID |
| GET |
Get Random Quote /quote |
This endpoint returns a random quote |
| GET |
Get All Authors /quote/authors |
This endpoint will return a list of all authors |
| GET |
Get Quote By Category /quote/category/{category} |
This endpoint returns a quote from a chosen category |
| GET |
Get Quote By Author /quote/author/{author} |
This endpoint returns a qoute by a given author |
| GET |
Get Quote By Keyword /quote/search/{keyword} |
This endpoint returns a quote contatining a given word |
| GET |
Get All Categories /quote/categories |
This endpoint will return a list of all categories |