Never miss the perfect light again with precise golden hour and blue hour timing.
Photographers need to know exactly when golden hour occurs to capture the best outdoor shots. Light conditions change rapidly, and missing the window by even 10 minutes can ruin a planned shoot.
Our API provides exact golden hour start and end times for any location and date. Plan shoots days or weeks in advance, set alerts, and arrive with confidence knowing exactly when the magic light begins.
const res = await fetch("https://api.apiverve.com/v1/sunrisesunset?lat=36.72016&lon=-4.42034&date=01-16-2026", {
headers: { "x-api-key": "YOUR_API_KEY" },
});
const { data } = await res.json();
console.log(data);