Lorem ipsum, but for images.
An image CDN for prototypes, design comps, and demos. Pick a size, a format, and a collection; get a URL.
html
<img src="https://cdn.imgipsum.com/random/800/800/webp/landscapes" alt="" />Cached
Every URL is cached at the edge. After the first request, responses come from a nearby cache.
Formats
AVIF, WebP, JPEG, PNG. You pick the one you want; the server does not negotiate.
No SDK
No tokens, no keys, no client library. The URL contains the size, format, and image.
Playground
Build a URL
Pick the options, copy the URL, paste it anywhere that takes an image.

800×800 · webp landscapes
https://cdn.imgipsum.com/random/800/800/webp/landscapes The library
Vistas, weather, terrain. · 20 images




















Quick reference
Two routes.
Use /one when you want the same image every time, and /random when you don't.
GET /one/:w/:h/:format/:collection/:n
a specific image; same URL returns the same image
https://cdn.imgipsum.com/one/800/800/webp/portraits/3
GET /random/:w/:h/:format/:collection
a random image; 302 redirects to /one/…
https://cdn.imgipsum.com/random/1200/800/avif/landscapes
Sizes
100 · 200 · 400 · 800 · 1200 · 1600
Formats
webp · avif · jpeg · png