Understand personal transit and astro-weather privacy
Request and response shapes
Input shape
{ natalChart: NaturalChartRequest; atTimeUtc?: string; windowHours?: number }Output shape
{ auth: AuthState; forecast?: BoundedForecast }Examples
Request example
{
"natalInput": {
"dateTimeUtc": "1990-01-15T13:30:00Z",
"latitude": 39.7392,
"longitude": -104.9903
}
}Response example
{
"auth": {
"status": "anonymous",
"quota": {
"status": "available"
}
}
}Common validation errors
- get_chart requires ownership verification and charts:read; calculate_transits does not accept a saved chart ID.
Related questions
- astro weather privacy
- transits without login
- saved natal chart scope