Skip to content

Instantly share code, notes, and snippets.

@BROWNPROTON
Last active September 25, 2020 21:26
Show Gist options
  • Save BROWNPROTON/36e0c912f227d6546e425d1f77a77f96 to your computer and use it in GitHub Desktop.
Save BROWNPROTON/36e0c912f227d6546e425d1f77a77f96 to your computer and use it in GitHub Desktop.
200,000+ Jeopardy! Questions in a JSON file
URL: http://skeeto.s3.amazonaws.com/share/JEOPARDY_QUESTIONS1.json.gz
The json file is an unordered list of questions where each question has
'category' : the question category, e.g. "HISTORY"
'value' : $ value of the question as string, e.g. "$200"
Note: This is "None" for Final Jeopardy! and Tiebreaker questions
'question' : text of question
Note: This sometimes contains hyperlinks and other things messy text such as when there's a picture or video question
'answer' : text of answer
'round' : one of "Jeopardy!","Double Jeopardy!","Final Jeopardy!" or "Tiebreaker"
Note: Tiebreaker questions do happen but they're very rare (like once every 20 years)
'show_number' : string of show number, e.g '4680'
'air_date' : the show air date in format YYYY-MM-DD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment