NEW8 Endpoints | Remedies (Totke) | Karmic Debts | FREE Sandbox

Lal Kitab API

Remedies (Totke) | Karmic Debts (Rin) | House Predictions | Palmistry

The Red Book of astrology as an API. Get planetary remedies, karmic debt analysis, house-based predictions unique to Lal Kitab methodology, and AI-powered readings. Purpose-built for North Indian astrology platforms.

FREE Sandbox
Practical Remedies
Plans from $12/mo

Lal Kitab System via API

Practical remedies and karmic analysis

Planetary Remedies

Practical Lal Kitab remedies (totke/upay) for each planet based on house placement. Simple, cost-effective remedies anyone can perform.

/v2/astrology/lalkitab/remedies

Karmic Debts (Rin)

Analysis of karmic debts from past lives. Identifies Pitri Rin (ancestral), Stri Rin (spousal), and other debt categories with remedial measures.

/v2/astrology/lalkitab/debts

House Predictions

Predictions based on planets in houses using Lal Kitab rules, which differ from standard Vedic interpretations. Planet combinations and their effects.

/v2/astrology/lalkitab/houses

Lal Kitab Chart

Generate the Lal Kitab chart format which differs from the standard Vedic kundali. Fixed house positions with planet placements per Lal Kitab rules.

/v2/astrology/lalkitab/chart

Palmistry Correlation

Lal Kitab uniquely connects astrology with palmistry. Get planetary mount and line associations that correspond to chart positions.

/v2/astrology/lalkitab/palmistry

AI Interpretation

Vedika AI interprets Lal Kitab charts with proper system isolation. No mixing of Vedic Parashari concepts. Pure Lal Kitab methodology.

/v2/astrology/lalkitab/interpret

Simple Integration

cURL - Get Remedies
curl -X POST https://api.vedika.io/v2/astrology/lalkitab/remedies \
  -H "Authorization: Bearer your_api_key" \
  -H "Content-Type: application/json" \
  -d '{
    "date": "1990-05-15",
    "time": "10:30:00",
    "latitude": 28.6139,
    "longitude": 77.2090,
    "timezone": "Asia/Kolkata"
  }'
JavaScript - Karmic Debts
const res = await fetch(
  'https://api.vedika.io/v2/astrology/lalkitab/debts',
  {
    method: 'POST',
    headers: {
      'Authorization': 'Bearer your_api_key',
      'Content-Type': 'application/json'
    },
    body: JSON.stringify({
      date: '1990-05-15', time: '10:30:00',
      latitude: 28.6139, longitude: 77.2090,
      timezone: 'Asia/Kolkata'
    })
  }
);
const { data } = await res.json();
console.log(data.debts);    // karmic debt list
console.log(data.remedies); // recommended remedies

Pricing

All endpoints included. Lal Kitab + Vedic + Western + KP.

Starter

$12/mo
Get Started
POPULAR

Pro

$60/mo
Get Started

Business

$120/mo
Get Started

Enterprise

$240/mo
Contact Sales

Build with Lal Kitab Wisdom

Practical remedies. Karmic debts. AI readings. Plans from $12/month.