Grahvani API v1
Error reference

unknown_ayanamsa

Not one of the supported schools

HTTP status
400
Error type
invalid_request

What it means#

The ayanamsa parameter named a school we do not implement.

What to do#

Call GET /v1/meta/capabilities — it is free, costs 0 units, and returns the exact list along with which operations each school supports.

Do this before building on a non-default school. The schools are not equal in depth, and an integration written against lahiri may find the operation it depends on is absent elsewhere. See Ayanāṁśa.

The error shape#

400
{
  "error": {
    "type": "invalid_request",
    "code": "unknown_ayanamsa",
    "message": "\u2026",
    "doc_url": "https://docs.grahvani.in/errors/unknown_ayanamsa",
    "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