get_moon_phases_range
Retrieve moon phase details for a specific date range and location using NOAA Tides and Currents API. Input start and end dates, latitude, longitude, and choose output format (json or text).
Instructions
Get moon phase information for a date range
Input Schema
Name | Required | Description | Default |
---|---|---|---|
end_date | Yes | End date (YYYY-MM-DD format) | |
format | No | Output format (json or text) | |
latitude | No | Latitude for location-specific calculations | |
longitude | No | Longitude for location-specific calculations | |
start_date | Yes | Start date (YYYY-MM-DD format) |