Skip to content

Instantly share code, notes, and snippets.

@krisleech
Created March 18, 2017 20:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save krisleech/068ea92d7e93cac952990e225d2b2aba to your computer and use it in GitHub Desktop.
Save krisleech/068ea92d7e93cac952990e225d2b2aba to your computer and use it in GitHub Desktop.
Fake or Fact API example
{"questions":[{"id":1,"question_html":"By Friday of this week, how many extra people will be living on our planet?","facts":"At the current rate of population growth there will be an extra 1,000,000 people on earth in the next 5 days. That's a lot! Can't picture 1 million people? Imagine 100 people, or enough people to fill a Boeing 737, arriving in your back garden... every day, for the next 30 years. All between now and Friday.\r\n\r\nFind out more about population growth here: http://www.worldometers.info/world-population/","answers":[{"answer_html":"xxddd","fake":false},{"answer_html":"sfsf","fake":true}]},{"id":2,"question_html":"hello","facts":"asdasdasd","answers":[{"answer_html":"False","fake":false},{"answer_html":"True","fake":false}]},{"id":3,"question_html":"asdfasd","facts":"asdasdasd","answers":[{"answer_html":"True","fake":true},{"answer_html":"False","fake":false}]}]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment