πMoon Phase
Generate an image of the Moon based on the given parameters.
Generate Moon Phase
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"data": {
"imageUrl": "https://widgets.astronomyapi.com/moon-phase/generated/1234567890.png"
}
}{
"format": "png",
"style": {
"moonStyle": "sketch",
"backgroundStyle": "stars",
"backgroundColor": "red",
"headingColor": "white",
"textColor": "red"
},
"observer": {
"latitude": 6.56774,
"longitude": 79.88956,
"date": "2020-11-01"
},
"view": {
"type": "portrait-simple",
"orientation": "south-up"
}
}Format
Style
moonStyle
moonStyle


backgroundStyle
backgroundStylebackgroundColor, headingColor and textColor
backgroundColor, headingColor and textColorView
type
type

orientation
orientation

Last updated