Images from Unsplash.
Lorem Picsum is an image placeholder service that generates random or specific images by constructing a URL with a desired width and height. Images can be requested by numeric ID, by seed (for a consistent result across repeated requests), and returned as JPG or WebP files. Grayscale and blur effects can be applied via URL query parameters, with blur intensity adjustable on a scale of 1 to 10.
The service also exposes a JSON API: a `/v2/list` endpoint returns paginated lists of available images (with page and limit parameters, and pagination info in the Link header), and `/info` endpoints return metadata for a specific image or seed, including author, dimensions, source URL, and download URL. Each image's ID can be found via the Picsum-ID response header or the image's EXIF User Comment field.
The underlying images are sourced from Unsplash, and the service is delivered via Fastly. It is intended for developers who need placeholder images for design mockups, prototypes, or testing.
The page does not mention any pricing, suggesting it is a free service for generating placeholder images.
Add the desired width and height to the URL, e.g. https://picsum.photos/200/300, or just one number for a square image.
Yes, using /seed/{seed}/ in the URL before the size returns the same random image every time for that seed.
Images can be requested with a .jpg or .webp file ending appended to the URL.
Images come from Unsplash, and the service is powered by Fastly and created by David Marby & Nijiko Yonskai.
Show your product to thousands of developers
· 100k monthly pageviews
· 7k newsletter subscribers