Jepp

access to 175365 jeopardy clues via rest api



API fun with Jeopardy! Access historical Jeopardy clues scraped from J-ARCHIVE via a simple api.


view project on github

GitHub Workflow Status (with event) GitHub release (release name instead of tag name)

Just interested in the data? Feel free to download the CSV files or SQL dump from the GitHub Repository

The most recent data files should be attached to the most recent release here.

More information on the data itself can be found in the `data` directory's `readme`.

Example: Random Clue

GET /api/clue?random

ClueID 373601022
GameID 3736
CategoryID 4903
Question From the French for "clear seeing", it's a form of ESP
Answer clairvoyance

JSON

{"clueId":373601022,"gameId":3736,"categoryId":4903,"question":"From the French for \"clear seeing\", it's a form of ESP","answer":"clairvoyance"}