SEARCH ASTRO INSIGHT API DOCS
The Place Vastu Report API provides Numerology related calculations and insights based on Vedic Astrology principles. This endpoint is designed for astrology applications, report generation systems, horoscope platforms, and developer integrations requiring structured JSON responses and reliable REST API access.
https://json.astroinsightapi.com/api/v1/numerology/place-vastu
en
hi
Methodology and astrological context for Place Vastu Report.
The Place Vastu Report API generates a comprehensive Vastu Shastra analysis for a specific place based on the numerological profile of a person. By combining the individual's name and date of birth with Vastu principles, this endpoint produces a detailed energetic assessment of how a given location aligns with the person's numerological vibrations.
This API applies Vastu Shastra — the ancient Indian science of spatial arrangement and energy flow — in conjunction with numerology to evaluate the compatibility and energetic quality of a place for a specific individual. It processes the person's name and birth date to derive their numerological numbers, then maps those numbers to Vastu directions, elements, and energy zones to produce a personalised report.
The response includes a structured Vastu report containing:
Numerological profile derived from the person's name and date of birth (e.g., life path number, name number)
Vastu compatibility score or rating indicating how well the place aligns with the individual's numerological energy
Directional analysis — assessment of key directions (North, South, East, West, and their sub-directions) in relation to the person's numbers
Elemental mapping — correspondence between the person's numerological elements and the five Vastu elements (Earth, Water, Fire, Air, Space)
Zone-wise recommendations — guidance on which zones of the place are favourable or unfavourable for the individual
Remedies and suggestions — actionable Vastu remedies to enhance positive energy and mitigate negative influences at the place
Home or property selection — Help individuals assess whether a residential property is energetically compatible with them before purchasing or renting
Office or workplace evaluation — Determine the Vastu suitability of a commercial space for a business owner or employee
Relocation guidance — Assist users who are considering moving to a new city or address by evaluating the energetic fit of potential locations
Interior planning — Guide room allocation and furniture placement based on the individual's favourable Vastu zones
Astrology and wellness platforms — Integrate into apps offering holistic life guidance, combining numerology, astrology, and Vastu for a complete personal energy profile
Accepts a person's full name, day, month, and year of birth as input
Derives numerological values from the name and birth date using established numerology systems
Cross-references numerological data with Vastu directional and elemental frameworks
Returns a language-aware response based on the Accept-Language header, supporting multilingual output
Supports Ayanamsha configuration via the X-Ayanamsha header for alignment with specific Vedic calculation systems
Designed for seamless integration into astrology, real estate, and wellness applications
Payload specifications for JSON request body.
| Parameter | Type | Description & Example |
|---|---|---|
|
name
Required
|
string |
Full Name.
Example:
Sanjay
|
|
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
|
| 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 Place Vastu Report.
The Place Vastu Report API provides authentic Numerology 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 Place Vastu 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 Place Vastu Report consumes 1 API credit. The endpoint delivers high performance with an average response time of ~33ms.
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.