---
title: "Lal Kitab: Planet-in-house effect"
method: POST
path: "/vedic/lal-kitab/planet-house-effect"
tags: ["Vedic"]
---

# Lal Kitab: Planet-in-house effect

`POST /vedic/lal-kitab/planet-house-effect`

Short summary of a (planet, house) placement per LK. Caller passes `planet` (0..6, 11=Rahu, 100=Ketu) and `house` (1..12). Currently Sun-only full data; remaining 8 planets are placeholder text; the full 144-cell reading database is a Phase 3 content task.

## Request body

- PlanetHouseEffect
  - `planet` integer, required
  - `house` integer, required

## Response `200`

Successful calculation

- object
  - `ok` boolean
  - `data` object
    - `planet` number, nullable
    - `house` number, nullable
    - `effect` string, nullable
    - `pakkaGhar` boolean, nullable
    - `disclaimer` string, nullable

## Other responses

- `400` — Validation error
- `401` — Missing or invalid API key

---

[API](https://skmtc.net/astroway/apis/astroway-calculation-api.md) · [All operations](https://skmtc.net/astroway/apis/astroway-calculation-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/astroway/astroway-calculation-api/revisions/529d7d36d7d6/schema)
