β¨Star Chart
Generates a star chart with the given parameters, and returns the url.
Last updated
{
"style": "inverted",
"observer": {
"latitude": 33.775867,
"longitude": -84.39733,
"date": "2019-12-20"
},
"view": {
"type": "constellation",
"parameters": {
"constellation": "ori" // 3 letter constellation id
}
}
}// Note how this request does not have the field `style`
// The API will use the default style
{
"observer": {
"latitude": 33.775867,
"longitude": -84.39733,
"date": "2019-12-20"
},
"view": {
"type": "area",
"parameters": {
"position": {
"equatorial": {
"rightAscension": 14.83,
"declination": -15.23
}
},
"zoom": 3 //optional
}
}
}