SEARCH ASTRO INSIGHT API DOCS
The Numerology Table 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/table
en
hi
Methodology and astrological context for Numerology Table.
The Numerology Table endpoint computes a comprehensive numerology profile for an individual based on their full name and date of birth. It applies established numerological systems to derive a complete set of core numbers that reveal personality traits, life path, destiny, and other significant aspects of a person's numerological chart.
This endpoint returns a full numerology table containing key numerological values calculated from the provided name and birth date, which may include:
Life Path Number — Derived from the date of birth; represents the individual's core life journey and innate traits.
Destiny Number (Expression Number) — Calculated from the full name; reflects the individual's natural abilities and life purpose.
Soul Urge Number (Heart's Desire) — Based on the vowels in the name; indicates inner motivations and desires.
Personality Number — Derived from the consonants in the name; reflects how others perceive the individual.
Birth Day Number — The numerological significance of the day of birth.
Additional derived numbers — Depending on the system used, may include Maturity Number, Balance Number, and other composite values.
Personal numerology reports — Generate detailed numerological profiles for individuals as part of astrology or wellness applications.
Compatibility analysis — Use core numbers as inputs for comparing numerological compatibility between individuals.
Horoscope and astrology platforms — Enrich astrological readings with numerological data for a holistic spiritual profile.
Self-discovery tools — Power apps or dashboards that help users understand their numerological identity.
Automated report generation — Integrate into report-generation pipelines to produce personalized numerology documents at scale.
Accepts a person's full name and date of birth (day, month, year) as input.
Applies numerological reduction and mapping algorithms to compute all major core numbers in a single request.
Supports multi-language responses via the Accept-Language header, making it suitable for internationalized applications.
Integrates with the Ayanamsha system (configurable via the X-Ayanamsha header) for alignment with Vedic astrology frameworks where applicable.
Returns a structured response suitable for direct display or further processing in client 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 Numerology Table.
The Numerology Table 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 Numerology Table 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 Numerology Table consumes 1 API credit. The endpoint delivers high performance with an average response time of ~31ms.
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.