Crystal Ball API

Do you have Questions you need answers to?

Ask the Crystal Ball API

Crystal Ball REST API allows you to ask your burning questions to the "Crystal Ball" and in return receive answers you so desperately seek.

URL

GET: https://crystalballapi.herokuapp.com

Parameters

/answer :

Retrieves a answer to a question.

Example

Following examples are to receive a random answer

cURL

curl -X GET \
'https://crystalballapi.herokuapp.com/answer'

Node.js

var  request =  require('request');
var  options =  { 
url: 'https://crystalballapi.herokuapp.com/answer',method:'GET';functioncallback(error, answer, body) if (!error&&answer.statusCode ==200) console.log(body);request(options, callback);

Answers

"I hear the whispers from the Fates and they say YES."
"If you travel down this path, you will surely find trouble, NO."
"My vision is hazy, try again later."
"Clear your mind, and try again."
"This is your destiny, YES."
"Outlook does not seem positive, NO."
"Perhaps using your intuition, will serve you best on this matter."