Optionally, an observer height above the horizon may be given in meters.
Get the rise, transit and set data for a given body
get
/rise-transit-set/{start-date}/{end-date}
Authorizations
Path parameters
start-datestringrequired
The desired start date/time in Universal Time.
Example: 2018-03-01T07:00:00.000Z
end-datestringrequired
The desired end date/time in Universal Time.
Example: 2018-03-02T07:00:00.000Z
Query parameters
observerstringrequired
Comma-separated values for latitude, longitude (negative west), and elevation above mean sea level in meters; latitude/longitude values are in decimal degrees.
Example: 40.0349,-105.2619,1631
bodystringrequired
A comma-separated list of bodies. Allowed values are sun, moon, gc, where gc denotes the Galactic Centre.
Example: sun,moon
hahnumber
Observers height above horizon in meters - NOT the same as observer's elevation above sea level. Set this only when the observer is elevated above the surrounding terrain when the rise or set will be observed. For example, sunrise from a mountain summit looking out over a plane: if the summit is 4000m and the plane lies at 1500m, then hah=2500.