Back to catalog
Cortexa research tool·physics astro·sunrise_sunset
SunriseSunset Get Times
Get sunrise, sunset, solar noon, and twilight times for any location on Earth using the Sunrise-Sunset.org API. Returns times in UTC ISO 8601 format. Supports historical dates. No authentication required. Useful for astronomy, agriculture, photography planning, circadian rhythm research, and solar energy calculations.
Livelast probed 2026-05-01 01:00Z· 103msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 103ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"date": {
"description": "Date in YYYY-MM-DD format, or 'today'. Default: today. Examples: '2024-06-21', '2024-12-21', 'today'",
"type": [
"string",
"null"
]
},
"lat": {
"description": "Latitude in decimal degrees (-90 to 90). Examples: 40.7128 (New York), 51.5074 (London), 35.6762 (Tokyo), 48.8566 (Paris), -33.8688 (Sydney)",
"type": "number"
},
"lng": {
"description": "Longitude in decimal degrees (-180 to 180). Examples: -74.0060 (New York), -0.1278 (London), 139.6503 (Tokyo), 2.3522 (Paris), 151.2093 (Sydney)",
"type": "number"
}
},
"required": [
"lat",
"lng"
],
"type": "object"
}Examples (1)
Default SunriseSunset Get Times call
public-safeinput
{
"lat": 1,
"lng": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_SunriseSunset_get_times
- Tool name
- SunriseSunset_get_times
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse