Lal Kitab engine/Lal Kitab
POST/v1/lal-kitab/horoscope

Lal Kitab · Horoscope API

Fixed-house kundli with awake/asleep states

About the engine

Part of the Lal Kitab engine

The Lal Kitab engine implements Joshi 1941: a fixed Aries=H1 frame, awake/asleep planetary states, blind-house markers, the seven ancestral debts (rin), and the remedy catalog. Includes a tradition disclaimer because the system is heuristic and prescriptive.

Request

Try it from the command line

curl -X POST https://api.astronode.dev/v1/lal-kitab/horoscope \
  -H 'Authorization: Bearer aie_test_YOUR_KEY_HERE' \
  -H 'Content-Type: application/json' \
  -d '{
  "date": "1973-04-24",
  "time": "17:25:00",
  "tz_offset_minutes": 330,
  "lat": 19.076,
  "lng": 72.8777
}'

All AstroNode endpoints require a bearer token from your dashboard. Test keys (`aie_test_*`) are free up to 100 calls/month.

Response

What you get back

Every AstroNode response uses the same envelope:request_id,data (the endpoint-specific payload),interpretation (optional narrative block), andmeta (engine version + computed_at timestamp). The exact data schema for POST /v1/lal-kitab/horoscope is published in the OpenAPI 3.1 spec under /docs.

Engine highlights

What the Lal Kitab engine ships

  • Joshi 1941 fixed-house kundli (Aries always H1)
  • Awake/asleep planet classification per the canonical table
  • Blind-house markers (8th + 12th)
  • Seven rins (ancestral debts) — Pitra, Matra, Bhratra, Stree, Putra, Sansar, Atman
  • Remedy catalog tied to the chart's debts and weak planets

Ready to call POST /v1/lal-kitab/horoscope?

Free tier covers 100 requests / month. Razorpay-billed, GST-compliant invoices when you upgrade.

Informational, not predictive. Not medical, legal, or financial advice.