get_sun_times_range
Retrieve sunrise, sunset, and other sun event times for a specific date range and location using latitude, longitude, and optional timezone, with output in JSON or text format.
Instructions
Get sun rise/set and other sun event times for a date range and location
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | Yes | End date (YYYY-MM-DD format) | |
| format | No | Output format (json or text) | |
| latitude | Yes | Latitude for location-specific calculations | |
| longitude | Yes | Longitude for location-specific calculations | |
| start_date | Yes | Start date (YYYY-MM-DD format) | |
| timezone | No | Timezone for the results. Defaults to UTC. |