Random pictures of dogs
Access random dog pictures, returning a JSON object with file size and image URL.
import requests
url = "https://random.dog/woof.json"
response = requests.get(url)
data = response.json()
print(data)Last 50 checks (10 min intervals)