A bible quiz Api with Python Django
https://biquest.herokuapp.com/admin
- Username: folajimi
- Password: **************
-
Request Type: GET
-
Data Description: The above endpoint fetches n=10 questions at random from all quiz question in the database
-
Request Type: GET
-
Data Description: At default /api/quiz/ endpoint returns 10 questions, the query ?rand=20, allows developer to specify a particular number of random questions that should be fetched could be less than or greater that the default 10 (i.e. 10 < n > 10).
-
JSON format: success
-
Status:
200 OK