https://quizzrapi.herokuapp.com/random
https://quizzrapi.herokuapp.com/difficulty/2
These questions were collected from different sources around the Internet. In an attempt to make things easy for everyone.
Submit a Pull Request, with your question added to the questions/index.json file. Make sure the question is in this format:
{
"id": last question id + 1,
"difficulty": #(1-5),
"question": "____?",
"a": "",
"b:: "",
"c": "",
"d": "",
"answer": "(#)"(replace # -> option having correct answer)
}