X
YOU NEED API, BRO?
This site is hosted on Github, so there is no API.
However, you can put this script in your site.
you will get an object $answer:
$answer = {
answer: 'yes',
video: 'https://html50.....mp4'
}
then you can use this for your site.
GOT IT!