Logo

SEARCH ASTRO INSIGHT API DOCS

Home Vedic Astrology
POST Vedic API v1

Lal Kitab Moon Houses

The Lal Kitab Moon Houses API analyzes house placements from the Moon chart perspective using Lal Kitab astrology. This endpoint supports emotional and psychological horoscope analysis.

https://json.astroinsightapi.com/api/v1/lalkitab/moon-houses
Credit Cost
1 Credit
Avg Latency
~67ms
Auth Type
Basic Auth
Format
JSON / UTF-8

Available Response Languages

🇬🇧 English en
🇮🇳 Hindi hi
🇮🇳 Marathi ma

API Overview & Calculation Details

Methodology and astrological context for Lal Kitab Moon Houses.

Lal Kitab Moon Houses

The Lal Kitab Moon Houses API determines and returns the Moon's house placement in a Lal Kitab birth chart for a given date, time, and geographic location. In Lal Kitab astrology, the house occupied by the Moon carries particular interpretive weight — it governs the native's mind, emotions, mother, domestic life, and the flow of karmic debts. This endpoint isolates that placement and provides the associated chart visualisation, making it a focused companion to the broader planetary chart.

What This API Does

Given a person's birth details (date, time, and coordinates), this endpoint calculates which of the twelve Lal Kitab houses the Moon occupies at the moment of birth. The calculation is performed using the sidereal zodiac with the Ayanamsha correction specified in the request header. The result is returned alongside a rendered Lal Kitab chart image that highlights or contextualises the Moon's position within the full chart layout.

What Data It Returns

The response includes:

  • Moon's house number — the specific Lal Kitab house (1–12) in which the Moon is placed at birth
  • Associated sign placement — the zodiac sign the Moon occupies, rendered as a symbol or number based on configuration
  • Lal Kitab house characteristics — interpretive data tied to the Moon's house position within the Lal Kitab framework (e.g. house significations, karmic implications)
  • A rendered chart image — a visual Lal Kitab birth chart showing the Moon's placement, fully customisable in style, size, colours, line weights, and font sizes

Main Use Cases

  • Moon-focused Lal Kitab readings — powering features in astrology apps that surface Moon house insights, such as emotional temperament analysis, karmic debt indicators, or mother-related predictions
  • Personalised horoscope generation — generating the Moon house section of a Lal Kitab horoscope report for a user based on their birth data
  • Remedy recommendation engines — identifying the Moon's house as a prerequisite step for suggesting Lal Kitab remedies, which are often tied to specific planetary house placements
  • Chart visualisation — embedding a rendered Lal Kitab chart image that contextualises the Moon's position within a web or mobile interface
  • Multi-ayanamsha comparison — computing the Moon's house under different ayanamsha systems to compare results across Vedic calculation traditions

Request Parameters

Payload specifications for JSON request body.

application/json
Parameter Type Description & Example
day
Required
integer
Day of birth (1–31).
Example: 15
month
Required
integer
Month of birth (1–12).
Example: 9
year
Required
integer
Year of birth (e.g., 1994).
Example: 1994
hour
Required
integer
Hour of birth in 24-hour format (0–23).
Example: 12
min
Required
integer
Minute of birth (0–59).
Example: 30
sec
Optional
integer
Second of birth (0–59). Optional. If not provided, it is considered as 0.
Example: 30
lat
Required
float
Latitude of the birth location.
Example: 28.6139
lon
Required
float
Longitude of the birth location.
Example: 77.1025
tzone
Optional
float
Timezone offset from UTC. Optional. If not provided, it is considered as 5.5 (IST).
Example: 5.5

Required & Optional Headers

Header Key Value / Format Description
Authorization
Required
Basic {base64} Base64 encoded string of CLIENT_ID:CLIENT_SECRET.
Content-Type
Required
application/json Specifies JSON payload format in request body.
Accept-Language
Optional
en, hi, ta, te... Returns localized astrology output. Default: en
X-Ayanamsha
Optional
lahiri, raman, krishnamurti... Ayanamsha system: lahiri, raman, fagan_bradley, usha_shashi, krishnamurti, djwhal_khul, yukteshwar, jn_bhasin, suryasiddhanta, aryabhata. Default: lahiri

Frequently Asked Questions

Comprehensive developer guidance for Lal Kitab Moon Houses.

What is the Lal Kitab Moon Houses API and what data does it provide?

The Lal Kitab Moon Houses API provides authentic Lal Kitab calculations based on Vedic astrology algorithms. It returns structured JSON data containing detailed planetary positions, house calculations, and astrological parameters suitable for Kundli apps, astrology websites, and developer applications.

What input parameters are required to call Lal Kitab Moon Houses?

The Lal Kitab Moon Houses API requires standard Vedic birth details: day, month, year, hour, min, sec, latitude (lat), longitude (lon), and timezone (tzone). All parameters can be passed in the JSON request body.

How many credits does the Lal Kitab Moon Houses endpoint consume?

Each calculation request to Lal Kitab Moon Houses consumes 1 API credit. The endpoint delivers high performance with an average response time of ~67ms.

How do I authenticate with the Lal Kitab Moon Houses API?

Authenticate using HTTP Basic Authentication by including your Base64 encoded client_id:client_secret credentials in the Authorization header (Authorization: Basic BASE64(client_id:client_secret)).

Can I get Lal Kitab Moon Houses responses in regional Indian languages?

Yes! The API supports multiple languages including English, Hindi, Marathi. Pass your desired language code (e.g. 'hi' for Hindi, 'ta' for Tamil, 'en' for English) in the Accept-Language request header.

Which Ayanamsha systems can be calculated with Lal Kitab Moon Houses?

Supported Ayanamshas include NC Lahiri (Default), BV Raman, Krishnamurti (KP), Fagan Bradley, Usha Shashi, Djwhal Khul, Sri Yukteshwar, JN Bhasin, Surya Siddhanta, and Aryabhata. Specify your choice using the X-Ayanamsha header.

What response format and HTTP codes does this API return?

The API returns clean JSON UTF-8 output. Successful requests return HTTP 200 OK with the computed data payload. Parameter validation errors return HTTP 422 with actionable error messages.

POST lalkitab/moon-houses
Presets:
Live Output
Click Send above to execute calculation.
Sample Output

API Categories