Calculate a natal chart from local birth time and city
Request and response shapes
Input shape
{ localDate: string; localTime: string; placeQuery: string; unknownTime?: false }Output shape
{ normalizedChart: NormalizedChart; projection: Projection; render: { launchUrl: string } }Examples
Request example
{
"localDate": "1990-01-15",
"localTime": "06:30",
"placeQuery": "Denver, Colorado, USA"
}Response example
{
"normalizedChart": {
"timezone": "America/Denver"
},
"notices": []
}Common validation errors
- localTime is required unless unknownTime is true.
- Provide timezone or placeQuery for local date/time input.
Related questions
- birth chart from a city
- local time natal chart
- does calculation save my chart