Trivia Questions
The Open Trivia Database provides a completely free JSON API for programming projects, offering user-contributed trivia questions.
import requests
url = "https://opentdb.com/api.php?amount=10"
response = requests.get(url)
data = response.json()
print(data)Last 50 checks (10 min intervals)