Status
System status
A live status page with automated incident history is scheduled work. Until it exists, this page tells you exactly how to check for yourself.
Components
What makes up the platform
| Component | Endpoint | Purpose |
|---|---|---|
| Panchang API | /v1/panchang | Core calendar surface |
| Festival API | /v1/festivals | Rule evaluation and explainability |
| Health probe | /v1/health | Liveness endpoint |
| Documentation | docs.tathaastuapi.com | API reference |
Check liveness yourself
GET https://api.tathaastuapi.com/v1/health is public and unauthenticated. It returns 200 whenever the API is serving, so you can wire it into your own monitoring rather than waiting on ours.Latency
Measured on production
Ten samples against the live API. These are the same figures published on the Accuracy page — we do not keep two sets of numbers.
| Endpoint | Median | p95 | Target |
|---|---|---|---|
| /v1/panchang | 138 ms | 154 ms | < 2000 ms |
| /v1/festivals | 148 ms | 169 ms | < 2000 ms |
| /v1/festivals/explain | 160 ms | 183 ms | < 2000 ms |
No uptime percentage published
We do not yet run the continuous external monitoring required to state an uptime figure honestly, so we do not state one. Pro carries a 99.9% target and Enterprise is contractual — those are commitments, not measurements. Conflating the two would be exactly the kind of claim this platform exists to avoid.