Random Trivia

This endpoint returns a random piece of trivia like "Rio de Janeiro was once the capital of Portugal, making it the only European capital outside of Europe.".

GET
https://api.apileague.com/retrieve-random-trivia
Example Request and Response
GET
https://api.apileague.com/{{ examples.getRandomTrivia }}
{
    "trivia": "Koalas sleep up to 20 hours a day."
}
cURL
Java
Javascript
Python
Go
C#
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}