SEARCH ASTRO INSIGHT API DOCS
The Soul Urge Number Report API provides Western Numerology related calculations and insights based on Western 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/western/numerology/report/soul-urge-number
en
hi
Methodology and astrological context for Soul Urge Number Report.
The Soul Urge Number Report API generates a deep, introspective report centered on an individual's Soul Urge Number — also known as the Heart's Desire Number — a key component of a Western numerology profile. Derived from the vowels in a person's full birth name, the Soul Urge Number uncovers the innermost motivations, emotional needs, and core desires that quietly drive a person's decisions and behavior. This endpoint returns a fully interpreted, narrative-style report that brings these inner dimensions to life.
The API returns a comprehensive, human-readable report built around the Soul Urge Number, which may include:
Soul Urge Number — The core value calculated by summing the numerological values of all vowels in the full birth name and reducing the result to a single digit or master number (11, 22, 33).
Interpretive narrative — A rich description of the inner desires, emotional landscape, and subconscious motivations associated with the Soul Urge Number.
Core desires and needs — What the individual truly craves at a soul level — whether it's freedom, harmony, achievement, love, knowledge, or something else entirely.
Emotional drivers — Insight into the feelings and experiences that bring the individual deep fulfillment or, when unmet, cause inner restlessness.
Relationship and intimacy tendencies — How the Soul Urge Number shapes what the individual seeks in close relationships and how they connect emotionally with others.
Alignment and fulfillment guidance — Practical themes around how the individual can live in greater alignment with their inner truth and find lasting satisfaction.
The report is structured for direct presentation to end users, requiring no further processing before display.
Numerology and self-discovery platforms — Offer users a window into their inner world as part of a broader numerological profile or standalone soul-level reading.
Relationship and compatibility tools — Help users understand their own emotional needs and desires before comparing them with a partner's profile.
Coaching and therapy support tools — Give practitioners structured, numerologically grounded insight into a client's core motivations and emotional patterns.
Spiritual and wellness applications — Complement meditation, mindfulness, or personal growth journeys with a deeper understanding of what the individual's soul is seeking.
Personalized content and recommendation engines — Use the Soul Urge Number to tailor content, affirmations, or guidance to what resonates most deeply with the user.
Accepts a person's full birth name and date of birth (day, month, year) as input; the vowels of the name are the primary driver of the Soul Urge Number calculation.
Returns a fully interpreted, narrative-style report that translates the Soul Urge Number into meaningful, emotionally resonant insights.
Correctly handles master numbers (11, 22, 33), preserving their heightened spiritual significance rather than reducing them to single digits.
Supports language localization via the Accept-Language header, allowing the report to be delivered in the user's preferred language.
Integrates naturally within the AstroInsight API ecosystem, designed to complement the Life Path, Expression, Personality, and other numerology report endpoints for a complete inner and outer profile.
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 Soul Urge Number Report.
The Soul Urge Number Report API provides authentic Western 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 Soul Urge Number 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 Soul Urge Number Report consumes 1 API credit. The endpoint delivers high performance with an average response time of ~77ms.
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.