Calculate an event chart from UTC and coordinates
Request and response shapes
Input shape
{ dateTimeUtc: string; latitude: number; longitude: number }Output shape
{ normalizedChart: NormalizedChart; projection: Projection }Examples
Request example
{
"dateTimeUtc": "2026-07-09T18:00:00Z",
"latitude": 39.7392,
"longitude": -104.9903
}Response example
{
"normalizedChart": {
"inputMode": "utc",
"timezone": "UTC"
}
}Common validation errors
- dateTimeUtc must be a UTC ISO string ending in Z.
- latitude and longitude must be provided together.
Related questions
- event chart with coordinates
- UTC chart request
- skip place lookup