Core

Sun Times

Calculate sunrise, sunset, twilight times, and day length for a given date and geographic location.

post/sun-times

Request body

datestring required
latitudenumber nullable required
longitudenumber nullable required
timezoneOffsetnumber nullable

Response

Successful calculation

okboolean

Example response

{
  "ok": true
}

Changes