POST/v1/kp/horary

Kp · Horary API

Horary 1–249 with cuspal resolution

About the engine

Part of the KP engine

The Krishnamurti Paddhati (KP) engine resolves the four-level lord chain — sign, star, sub, sub-sub — at every cusp. Includes the canonical horary 1–249 lookup with cuspal sub-lord judgement and a transit-to-natal analyzer.

Request

Try it from the command line

curl -X POST https://api.astronode.dev/v1/kp/horary \
  -H 'Authorization: Bearer aie_test_YOUR_KEY_HERE' \
  -H 'Content-Type: application/json' \
  -d '{
  "horary_number": 247,
  "question": "Will I get the new job?",
  "date": "2026-05-07",
  "time": "16:42: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/kp/horary is published in the OpenAPI 3.1 spec under /docs.

Engine highlights

What the KP engine ships

  • Placidus house cusps with full sub-lord chain at each cusp
  • Horary 1–249 lookup with cuspal sub-lord-driven verdict
  • KP-Newcomb ayanamsa baked in; configurable per request
  • Planet, house, and significator endpoints — full KP toolkit
  • Transit-to-natal cuspal analysis for event-timing questions

Ready to call POST /v1/kp/horary?

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

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