Plan perfect outdoor shoots with precise sun position data for optimal lighting.
Photographers need to know exactly where the sun will be to plan shoots, especially for golden hour photography, architectural shots, and landscape images with specific shadow effects.
Get precise sun altitude and azimuth for any location and time. Plan when and where to shoot for the perfect light angle, predict shadow directions, and never miss golden hour again.
const res = await fetch("https://api.apiverve.com/v1/sunposition?lat=37.7749&lon=-122.4194&date=01-16-2026&time=14%3A30", {
headers: { "x-api-key": "YOUR_API_KEY" },
});
const { data } = await res.json();
console.log(data);