Try our API live — Search or click a category and see the magic happen ✨
Searching for "nature"...
30 more categories available
View all 54 categories →Returns a random nature image every 3 minutes
<img src="https://www.sourcesplash.com/i/random?q=nature" alt="nature" /><img src={`https://www.sourcesplash.com/i/random?q=nature`} alt="nature" />.hero {
background-image: url('https://www.sourcesplash.com/i/random?q=nature');
}fetch('https://www.sourcesplash.com/api/random?q=nature')
.then(res => res.json())
.then(data => console.log(data.url))