Eclipses
Find solar and lunar eclipses within a given year or multi-year range. Returns type, date, and geographic visibility data.
Request body
Response
Successful calculation
Example response
{
"ok": true
}Changes
Changed in 2 of the 13 revisions of this API.1610
- ●
removed the optional property
data/eclipses/items/datefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/eclipses/items/jdfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/eclipses/items/sarosfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/eclipses/items/subtypefrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
data/eclipses/items/beginDateto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/eclipses/items/beginJdto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/eclipses/items/endDateto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/eclipses/items/endJdto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/eclipses/items/kindto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/eclipses/items/maxDateto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/eclipses/items/maxJdto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/eclipses/items/signIndexto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/eclipses/items/totalityBeginJdto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/eclipses/items/totalityEndJdto the response with the200statusresponse-optional-property-added
- ●
- ▲
the request property
yearsRangebecame not nullablerequest-property-became-not-nullable
- ●
the
yearsRangerequest property's max was set to20.00request-property-max-set
- ●
the
yearsRangerequest property's min was set to0.00request-property-min-set
- ▲