Grahvani API v1
Error reference

invalid_moment

The `moment` timestamp could not be parsed

HTTP status
400
Error type
invalid_request

What it means#

A horary or transit moment was not a valid ISO-8601 instant.

What to do#

Send a full ISO-8601 timestamp with an offset:

"moment": "2026-08-06T09:12:03+05:30"

An instant with no offset is ambiguous by up to 26 hours. Unlike birth data — where the place supplies the zone — a moment is an absolute point in time, so it must carry its own offset.

The error shape#

400
{
  "error": {
    "type": "invalid_request",
    "code": "invalid_moment",
    "message": "\u2026",
    "doc_url": "https://docs.grahvani.in/errors/invalid_moment",
    "request_id": "req_01JQ8ZK3M4N5P6Q7R8S9T"
  }
}

Full list: all error codes · error handling guide.

Grahvani API — a product of AstroCorp Techlab Pvt Ltd · GSTIN 36AAMCC3512G1ZU
Base URL https://api.grahvani.in
On this page