Quiz API has 1 main endpoint:
/api/v1/questions
- returns a specific number of questions for a specific category and difficulty. This is a perfect way for testing your knowledge and chalenging your team.Helper endpoints:
/api/v1/tags
- returns all available tags. This is how most questions are organized./api/v1/categories
- returns all available categories.Quiz API is under active development, we are constantly working on improving and expanding the API.
Some of the endpoints that are planned are:
/api/v1/quiz
- returns a custom quiz that you've put together yourself/api/v1/results
- returns the results of your last quizzes