Help gardeners plant by the moon with accurate lunar cycle information.
Many gardeners follow lunar planting calendars but struggle to find accurate, easy-to-integrate moon phase data for their apps and tools.
Our Moon Phases API provides precise lunar data including phase name, lunar age, and waxing/waning indicators. Perfect for gardening apps, farmer's almanacs, and agricultural planning tools.
const res = await fetch("https://api.apiverve.com/v1/moonphases?today=true", {
headers: { "x-api-key": "YOUR_API_KEY" },
});
const { data } = await res.json();
console.log(data);