SEARCH ASTRO INSIGHT API DOCS
The Planet Rashi Report API provides detailed astrological interpretations of planetary placements within zodiac signs (Rashis), helping users understand personality traits and life influences.
https://json.astroinsightapi.com/api/v1/life-report/rashi/:planetKey
en
hi
Methodology and astrological context for Planet Rashi Report.
The Planet Rashi Report API generates a detailed life report based on the Rashi (zodiac sign) occupied by a specific planet in a native's Vedic birth chart. In Jyotish astrology, the sign a planet occupies is a primary lens through which its energy is expressed — the Rashi colours the planet's nature, modifies its significations, and shapes how its influence manifests across the native's personality and life experiences. This API delivers a focused, planet-specific narrative that interprets the real-world implications of that planet's placement in its natal Rashi.
The API accepts a native's birth date, time, and geographic coordinates along with a planet identifier, calculates the planet's Rashi position using the specified Ayanamsha, and returns a rich interpretive report tailored to that planet-sign combination.
Supported planets are: Sun, Moon, Mars, Mercury, Jupiter, Venus, Saturn, Rahu and Ketu.
What data it returns
A comprehensive narrative report describing the effects of the specified planet's placement in its natal Rashi across all relevant life areas
Insights into the planet's dignity, temperament, and expression as shaped by the qualities of the sign it occupies (e.g., exaltation, debilitation, own sign, friendly or inimical sign)
Life domain analysis covering areas such as personality traits, emotional nature, communication style, relationships, career inclinations, and spiritual tendencies, as influenced by the planet-Rashi combination
Positive qualities, inherent challenges, and karmic themes associated with the specific planet-sign placement
Guidance on how the planet's Rashi position contributes to the native's overall character and life patterns
Localised interpretive content based on the requested language
Main use cases
Personalised horoscope reports — Generating planet-specific Rashi reports as individual sections within a comprehensive birth chart reading, complementing house-based analysis
Personality and trait profiling — Providing users with sign-based insights into how each planet shapes their temperament, behavioural tendencies, and natural inclinations
Astrology apps and platforms — Powering "planet in sign" features that deliver on-demand interpretive content for each of the nine supported planets across all twelve Rashis
Astrological counselling tools — Assisting practitioners in producing structured, data-driven planet-Rashi narratives for client consultations
Comparative chart analysis — Using Rashi-based reports alongside house-based reports (Planet House Report) to build a multi-dimensional picture of a planet's influence in the natal chart
Multi-planet report generation — Calling the endpoint iteratively for each planet to assemble a complete set of Rashi-based life reports for a native
Key functionality
Planet-specific Rashi interpretation — Delivers tailored interpretive content for each of the eight supported planets (Sun, Moon, Mars, Mercury, Jupiter, Venus, Saturn, Rahu), with narratives specific to the planet-sign combination rather than generic sign descriptions
Dignity and sign-quality awareness — Accounts for the planet's dignity status within the Rashi (exaltation, debilitation, own sign, Moolatrikona, friendly or inimical placement) to produce nuanced, contextually accurate reports
Full Rashi range coverage — Generates reports for any of the twelve Rashis (Aries through Pisces), covering the complete zodiacal spectrum
Configurable Ayanamsha — Supports multiple Ayanamsha settings (e.g., Lahiri, Raman, KP) via the X-Ayanamsha header, ensuring accurate sidereal sign calculations aligned with different Jyotish traditions
Geographic precision — Uses latitude, longitude, and timezone inputs to compute precise local planetary positions for the native's birth location
Multi-language support — Responses can be localised via the Accept-Language header, making the API suitable for regional and multilingual astrology platforms
Modular report architecture — Designed to be called per planet, enabling flexible report assembly where individual planet-Rashi reports can be combined, filtered, or presented independently within an application
Complementary to Planet House Report — Works in tandem with the /life-report/house/:planetKey endpoint to provide both sign-based and house-based perspectives on each planet's influence, enabling complete natal chart life reporting within the AstroInsight API suite
Payload specifications for JSON request body.
| 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
|
| 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 |
Explore complementary endpoints in this category.
Comprehensive developer guidance for Planet Rashi Report.
The Planet Rashi Report API provides authentic Life Report 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.
The Planet Rashi Report 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.
Each calculation request to Planet Rashi Report consumes 1 API credit. The endpoint delivers high performance with an average response time of ~41ms.
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)).
Yes! The API supports multiple languages including English, Hindi. Pass your desired language code (e.g. 'hi' for Hindi, 'ta' for Tamil, 'en' for English) in the Accept-Language request header.
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.
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.