Get the chart of the moment for a place
Request and response shapes
Input shape
{ placeQuery?: string; latitude?: number; longitude?: number; atTimeUtc?: string }Output shape
{ normalizedChart: NormalizedChart; projection: Projection; render: RenderResult }Examples
Request example
{
"placeQuery": "Denver, Colorado, USA"
}Response example
{
"chartSummary": {
"place": "Denver, Colorado, USA"
}
}Common validation errors
- Provide placeQuery or latitude and longitude together.
Related questions
- current sky
- chart right now
- chart of the moment