FreeAPI.watch

Lorem Picsum

Placeholder image API — construct a URL with dimensions and get a photo at exactly that size. Seeded URLs return the same image every time, perfect for stable test fixtures.

Status
🟢 Online · 950 ms
30-day uptime
89.17%
Free tier
Unlimited (fair use), no key, no credit card
Auth
No key required
Last 30 days

Free alternatives (live ranking)

Compare Lorem Picsum with…

Official docs ↗

Frequently Asked Questions

Does Lorem Picsum require an API key?

No, Lorem Picsum is freely accessible without registration or an API key.

What is Lorem Picsum's free tier?

Unlimited (fair use), no key, no credit card

Is Lorem Picsum currently online?

We check Lorem Picsum every hour. The current status is shown at the top of this page. You can also see the 30-day uptime history in the chart above.

Implementation notes

When to use Lorem Picsum

Lorem Picsum is 'lorem ipsum for photos' — construct a URL with dimensions and get a real photograph at exactly that size. `/200/300` returns a random 200×300 photo; `/seed/anything/200/300` returns the *same* photo every time for that seed; `/id/237/200/300` pins a specific image. Use it for placeholder images during development, stable screenshots in visual-regression tests (seeded URLs!), design mockups, and demo content that doesn't look like gray boxes.

Common pitfalls

Quick start (javascript)

// Stable placeholder per product ID — same image across reloads and environments
const placeholder = (id) => `https://picsum.photos/seed/product-${id}/400/300`;

From our monitoring

Picsum runs on Fastly's CDN and has been effectively flawless in our monitoring — sub-200ms globally, no recorded outages. The maintainer has kept it free for 10+ years. Combined with deterministic seeds, it's the rare placeholder service you can safely leave in automated test fixtures.

Embed this badge

Add a live status badge to your README, docs, or website.

Lorem Picsum status badge

Markdown

[![Lorem Picsum Status](https://freeapi-builder.a10ayassine.workers.dev/badge/picsum.svg)](https://freeapi.watch/picsum)

HTML

<a href="https://freeapi.watch/picsum"><img src="https://freeapi-builder.a10ayassine.workers.dev/badge/picsum.svg" alt="Lorem Picsum Status"/></a>