Programming and general jokes
This API provides a collection of programming and general jokes.
import requests url = "https://api.jokes.com/jokes" response = requests.get(url) print(response.json())
Last 50 checks (10 min intervals)