🇳🇱️

It is also possible to search for quizzeys via /quizzey/api?q=question where you replace question. Since there can be special characters in the question (spaces, question marks), this must be encoded (URL encoding). For example:

/quizzey/api?q=What%20does%20%27la%20yegua%27%20mean%3F
  • The question must match exactly, but it is not case-sensitive and may contain extra spaces
  • Returns an HTTP 404 if the question is not found