← Back to Dashboard

Lorem Picsum

PhotographyActiveCORS ReadyUnknownAuth: NoneDoc: HTML
Visit Website ↗

Description

Images from Unsplash

✨ AI Summary

Lorem Picsum provides placeholder images from Unsplash, easily retrieved by specifying desired dimensions in the URL.

Code Example

import requests

url = "https://picsum.photos/200/300" # Get a random image 200x300 pixels
response = requests.get(url)

# To save the image to a file:
# with open("image.jpg", "wb") as f:
#     f.write(response.content)

print(f"Retrieved image from: {response.url}")

Live Health Metrics

Last 50 checks (10 min intervals)