Random Quote

This API returns a random quote from a collection of quotes. The quotes are from famous people and are in English.

GET
https://api.apileague.com/retrieve-random-quote
Example Request and Response
GET
https://api.apileague.com/{{ examples.getRandomQuote }}
{
    "author": "Francis Bacon",
    "quote": "A little philosophy inclineth man's mind to atheism, but depth in philosophy bringeth men's minds about to religion."
}
cURL
Java
Javascript
Python
Go
C#
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}