Question.ovh API

Query and add Yes/No questions.

Check Question

POST https://question.ovh/ask.php

Body: {"question": "Are dragons alive?"}

Add Question

POST https://question.ovh/add.php

Body: {"question": "Is Santa real?", "answer": true/false}

Example ask cURL

curl -X POST -H "Content-Type: application/json" -d '{"question":"Is it sunny?"}' https://question.ovh/ask.php

Example add cURL

curl -X POST -H "Content-Type: application/json" -d '{"question":"Is it sunny?", "answer":true}' https://question.ovh/add.php

Total amount of questions: 389
Random question: Is your favorite animal a cat?