Sun & Moon Rise/Set Times
usno.astronomy.sun_moonRetrieve accurate rise, set, and transit times for the sun and moon at any location and date, including civil, nautical, and astronomical twilight. Plan golden hour photography, agriculture, or outdoor events.
Instructions
Get sunrise, sunset, moonrise, moonset, and transit times for any location and date. Includes civil/nautical/astronomical twilight. Used for photography golden hour, agriculture planning, outdoor events. Source: USNO.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Date in YYYY-MM-DD format (e.g. 2026-04-07) | |
| latitude | Yes | Latitude in decimal degrees (e.g. 40.7128 for New York) | |
| longitude | Yes | Longitude in decimal degrees (e.g. -74.0060 for New York) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |