{
  "description" : "Get all moon phases phenomena for a given date. The instants of the events are given in the timescale UTC by default.\n\nA response, which contains the information about all phenomena, is returned to the client encoded in *json* format.\n\nExamples:\n - Get all phases of the moon for January, 2022  :\n https://opale.imcce.fr/api/v1/phenomena/moonphases?year=2022&month=1 \n\nCapabilities : https://opale.imcce.fr/api/v1/phenomena/moonphases/capability",
  "name" : "Moon phases",
  "path" : "/v1/phenomena/moonphases",
  "request" : {},
  "validYears" : 
  {
    "maximum" : "2100",
    "minimum" : "-4700"
  }
}
