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 730001025
GameID 7300
CategoryID 6136
Question Donizetti: "Lucia di ____"
Answer Lammermoor

JSON

{"clueId":730001025,"gameId":7300,"categoryId":6136,"question":"Donizetti: \"Lucia di ____\"","answer":"Lammermoor"}