{
  "description" : "Get all rise, transits, and set of a body for an given date and location. The instants of the events are given in the timescale UTC for the dates after 1962 and UT1 for the dates before 1962.\n\nA response, which contains the information about the rise, transits and set, is returned to the client encoded in *json* format. The date of the twilight are provided only for the Sun.\n\nThe effect of the refraction of the atmosphere is taken into account for the computation of the date of the rise and set. The center of the apparent disk of the body is used to compute the rise, transits and set.\n\nThe elevation of the body during the transit is :\n - apparent elevation if the value is positive or zero, the object is visible taking into account the refraction of the atmosphere.\n - true elevation, otherwise, the object is invisible, even taking into account the refraction of the atmosphere.\n\nIf the position of the center of a planet is not available for a requested time, as no satellites theory is available at that requested time, then the position of the barycenter of the planetary system is used for the computation of the position of the planet.\n\nExamples:\n - Get the rise, lower and upper transit, and set of Sun for an observer located at Paris on July 5th, 2020 in the timescale UTC :\n https://opale.imcce.fr/api/v1/phenomena/rts/10/2020-07-05/48.8534,2.3488,39\n - Get the rise, lower and upper transit, and set of Sun for an observer located at Paris on July 5th, 2020 in the timescale UTC + 2 hours :\n https://opale.imcce.fr/api/v1/phenomena/rts/10/2020-07-05/48.8534,2.3488,39?timescale=UTC%2B02:00\n\n - Get the rise, lower and upper transits, and set of Sun and twlights for an observer located at the observatory of Nice on July 5th, 2020  :\n https://opale.imcce.fr/api/v1/phenomena/rts/10/2020-07-05/obscode:020?twilight=true\n - Get the rise, lower and upper transits and set of Moon for an observer located at Paris between September 21th, 2020 and September 23rd, 2020 :\n https://opale.imcce.fr/api/v1/phenomena/rts/301/2021-09-20/48.8534,2.3488,39?nbd=3\n - Get the rise, lower and upper transits and set of Sun for an observer located at Paris between July 5th, 2020 and July 8th, 2020 :\n https://opale.imcce.fr/api/v1/phenomena/rts/10/2020-07-05/48.8534,2.3488,39?nbd=8\n\nCapabilities : https://opale.imcce.fr/api/v1/phenomena/rts/capability",
  "name" : "Rise, transits and set",
  "path" : "/v1/phenomena/rts/{body}/{date}/{terrestrialobserver}",
  "request" : {},
  "validYears" : 
  {
    "maximum" : "2100",
    "minimum" : "-4700"
  }
}
