Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.31 KB

README.md

File metadata and controls

38 lines (32 loc) · 1.31 KB

8ball

Simple 8ball API written in Python


GET https://localhost/api/8ball
Response
status content-type response
200 application/json {"success: true, "answer": <answer>}

Possible Answers

["It is certain.", "Yes, definitely.", "You may rely on it.", "Outlook good.", "Yes", "Don't count on it.", "My sources say no.", "The outlook is not good.", "Very doubtful.", "No", "Ask me when pigs fly.", "Maybe in your dreams.", "I'm not a fortune teller, I'm an 8 ball.", "The stars are aligned in your favor.", "Keep your fingers crossed.", "Anything is possible with a little faith.", "The answer is blowing in the wind.", "Only time will tell.", "The universe has other plans for you."]