Returns the full KP transit snapshot for any moment — all nine planets with sign, house placement (Placidus), nakshatra with pada, and the complete KP lord chain (sign lord, star lord, sub lord, sub-sub lord), plus daily motion, retrograde and combustion flags. The ascendant carries the same lord chain.
Date and time are optional — omit them entirely and the current moment at the given location is used, making this a one-call "sky right now" endpoint for KP work.
All KP endpoints default to the KP Old (Krishnamurti) ayanamsa and mean nodes, matching classical KP ephemeris practice. Both are overridable per request.
Authentication
Method
Example
Header (recommended)
X-Api-Key: sa_live_xxxxxxxxxxxx
Bearer
Authorization: Bearer sa_live_xxxxxxxxxxxx
Query
?api_key=sa_live_xxxxxxxxxxxx
Request body
Field
Type
Required
Description
latitude
number
Yes
Decimal degrees.
longitude
number
Yes
Decimal degrees.
timezone
string
Yes
IANA timezone.
year
integer
No
Defaults to the current moment when date/time fields are omitted.
month
integer
No
Month, 1–12.
day
integer
No
Day of month.
hour
integer
No
Hour, 24-hour.
minute
integer
No
Minute.
second
integer
No
Defaults to 0 when any date/time field is supplied; only when all date/time fields are omitted does it follow the current clock.
place
string
No
Echoed in moment.place.
ayanamsa
string
No
Default kp_old (Krishnamurti). Any supported ayanamsa accepted.
node_type
string
No
mean (default, per classical KP ephemeris practice) or true.
Response shape
Field
Type
Description
moment
object
The moment used — date, time, timezone, place.
zodiac / system
string
Always sidereal / kp.
house_system
string
Placidus (KP standard).
ascendant
object
Longitude (decimal + DMS), degree_in_sign, sign with lord, nakshatra with lord and pada, sub_lord, sub_sub_lord.
planets
object
Keyed by planet name (Sun…Ketu). Each carries the same positional and KP-lord fields as the ascendant, plus house (Placidus placement), daily_motion, is_retrograde, is_combust.