Get Next Sun Event
astro_get_next_sun_eventFind the next occurrence(s) of a sun event (sunrise, sunset, dawn, dusk, solarNoon, night, nightEnd, goldenHourStart, goldenHourEnd, nauticalDawn, nauticalDusk, astronomicalDawn, astronomicalDusk) at a location from a starting date.
Use for: "when is sunset today?", planning golden-hour photography or dawn fishing around tide windows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Search start date. Defaults to today. | |
| count | No | How many occurrences to return. | |
| event | Yes | Sun event to find. | |
| latitude | Yes | Latitude in decimal degrees (-90 to 90). | |
| timezone | No | IANA timezone for output times (e.g. "America/New_York"). Defaults to UTC ISO timestamps. | |
| longitude | Yes | Longitude in decimal degrees (-180 to 180). | |
| response_format | No | Output format: "markdown" for a readable summary table, "json" for the complete structured payload. | markdown |