Endpoints


Endpoints

Quiz API has 1 main endpoint:

  • Questions 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:

  • Tags endpoint: /api/v1/tags - returns all available tags. This is how most questions are organized.
  • Categories endpoint: /api/v1/categories - returns all available categories.

Comming soon

Quiz API is under active development, we are constantly working on improving and expanding the API.

Some of the endpoints that are planned are:

  • Quizzes endpoint: /api/v1/quiz - returns a custom quiz that you've put together yourself
  • Results endpoint: /api/v1/results - returns the results of your last quizzes