This is the help page for the Trivia API, an API for the trivia page which can be used to bring trivia questions from MasonMacKinnon.Com to the rest of the Internet.
Sending a GET or POST request returns a trivia question in JSON format.
By default, a random difficulty is returned, but the difficulty
parameter can be used to specify the difficulty according to the following table:
Parameter Value | Question Difficulty |
---|---|
easy |
Easy |
medium |
Medium |
hard |
Hard |
Comments