Motivation Quote API
Your daily source of inspiration! Fuel your day with positivity and motivation through our curated collection of uplifting quotes. Let the power of words drive you towards success and happiness. Start your journey now!
Your daily source of inspiration! Fuel your day with positivity and motivation through our curated collection of uplifting quotes. Let the power of words drive you towards success and happiness. Start your journey now!
A Motivation Quote Api, Your daily source of inspiration. Start your journey now!
GET https://motivationquoteapi-3sbgqoyk.b4a.run/motivation/quoteHere is an example:
// Replace the URL with the actual API endpoint you want to request const apiUrl = 'https://motivationquoteapi-3sbgqoyk.b4a.run/motivation/quote'; // Making a GET request using Axios axios.get(apiUrl) .then(response => { // Handle the response data console.log(response.data); }) .catch(error => { // Handle errors console.error('Error making GET request:', error.message); });
Endpoint: GET https://motivationquoteapi-3sbgqoyk.b4a.run/motivation/quote
Parameters:
Example Response:
[ { "_id": "65e434cd896530ca06161b1b", "quote": "Believe you can and you're halfway there.", "author": "Theodore Roosevelt" "__v": 0 } ]
Users have a limit of 100 requests per hour.
If you have any questions, issues, or feedback, contact our support team at contact@getwebalpha.com.