Live playground

Explore the library.

Search, or pick a category, and watch the API respond live — every result is a real hotlink you can paste into an <img> tag.

Searching for "nature"…

01 — Browse

By category

All 54

Random Nature URL

https://www.sourcesplash.com/i/random?q=nature

Returns a random nature image, rotating every 3 minutes.

03 — Quick start

Copy, paste, done.

HTML
<img src="https://www.sourcesplash.com/i/random?q=nature" alt="nature" />
React
<img src={`https://www.sourcesplash.com/i/random?q=nature`} alt="nature" />
CSS
.hero {
  background-image: url('https://www.sourcesplash.com/i/random?q=nature');
}
JavaScript
fetch('https://www.sourcesplash.com/api/random?q=nature')
  .then(res => res.json())
  .then(data => console.log(data.url))
04 — Everything

All 54 categories

Ready to ship?

Get a free API key in seconds — no credit card.