The largest selection of dad jokes on the internet
Access the largest online collection of dad jokes, offering random jokes and search functionality.
import requests
url = "https://icanhazdadjoke.com/"
headers = {"Accept": "application/json"}
response = requests.get(url, headers=headers)
data = response.json()
print(data)Last 50 checks (10 min intervals)