Optimize your fishing trips using moonrise and moonset times for peak activity.
Anglers want to fish during peak activity periods, but traditional calendars don't account for your specific location. The Solunar Theory links fish activity to moon position.
Get precise moonrise and moonset times for your fishing location. These mark minor feeding periods according to Solunar Theory. Combined with moon phase, you can predict the best fishing windows.
const res = await fetch("https://api.apiverve.com/v1/moonrisemoonset?lat=37.7749&lon=-122.4194&date=01-16-2026", {
headers: { "x-api-key": "YOUR_API_KEY" },
});
const { data } = await res.json();
console.log(data);