Quotes API
API for famous quotes: Inspirational and notable sayings
Base URL
https://santechapi.vercel.appAuthentication
headers : {
"token" : {YOUR API KEY}
}HTTP Method: GET
GET /quotes[
{
"q": "There are no mistakes in life, only lessons.",
"a": "Robin Sharma",
"c": "44",
"h": "<blockquote>“There are no mistakes in life, only lessons.” — <footer>Robin Sharma</footer></blockquote>"
},
{
"q": "Truth is like the sun. You can shut it out for a time, but it ain't going away.",
"a": "Elvis Presley",
"c": "79",
"h": "<blockquote>“Truth is like the sun. You can shut it out for a time, but it ain't going away.” — <footer>Elvis Presley</footer></blockquote>"
},
{
"q": "Sometimes you have to travel a long way to find what is near.",
"a": "Paulo Coelho",
"c": "61",
"h": "<blockquote>“Sometimes you have to travel a long way to find what is near.” — <footer>Paulo Coelho</footer></blockquote>"
},
{
"q": "Elegance does not consist in putting on a new dress.",
"a": "Coco Chanel",
"c": "52",
"h": "<blockquote>“Elegance does not consist in putting on a new dress.” — <footer>Coco Chanel</footer></blockquote>"
}
]Error Handling
Last updated
Was this helpful?