Explore Beautiful Images

Try our API live — Search or click a category and see the magic happen ✨

Searching for "nature"...

🎲 Random Nature URL

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

Returns a random nature image every 3 minutes

Quick Start Examples

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))

Ready to get started?

Sign up for free and get your API key in seconds