GET
Get random quote
Retrieve an inspirational random quote
URL:
https://api.quotable.io/random
Endpoint Information
Basic information about this API endpoint
GET
application/json
Sample Response
Example response from this endpoint
JSON Response
{
"_id": "12345",
"content": "The only way to do great work is to love what you do.",
"author": "Steve Jobs",
"tags": [
"motivational",
"work",
"success"
],
"authorSlug": "steve-jobs",
"length": 49,
"dateAdded": "2023-04-14",
"dateModified": "2023-04-14"
}