Plan perfect lunar photography sessions with precise moon position and timing data.
Astrophotographers need to know exactly where the moon will be, how bright it will appear, and when it will rise above obstacles. Planning shots with landmarks requires precise position predictions.
Our Moon Position API provides altitude, azimuth, and illumination data for any time and location. Plan compositions with earthly foregrounds, predict when the moon will clear the horizon, and know exactly how bright it will be.
const res = await fetch("https://api.apiverve.com/v1/moonposition?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);