The parameters are valid for both the /api/v1/questions and /api/v1/ai endpoints.
| # | Parameter | Description |
|---|---|---|
| 1 | category | Get the questions for a specific category only |
| 2 | difficulty | Get the questions for a specific difficulty only |
| 3 | limit | Limit the number of questions that you get as a response |
| 4 | tags | Specify a list of tags that you want the questions to belong to |
| 5 | single_answer_only | Get only questions that have a single correct answer |