SEARCH ASTRO INSIGHT API DOCS
The Favourable Time 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/favourable-time
en
hi
Methodology and astrological context for Favourable Time Report.
The Favourable Time Report API leverages numerological principles to analyze a person's birth data and generate a personalized report identifying the most auspicious and favourable time periods for them. By combining the individual's name and date of birth, the API performs numerological calculations to reveal optimal windows for undertaking important life activities, making key decisions, or initiating significant endeavors.
This API processes a person's name and date of birth through numerological algorithms to compute their core numerological profile — including life path numbers, destiny numbers, and other derived values. It then maps these numbers against time cycles (days, months, years) to determine which periods are energetically aligned and most favourable for the individual.
The API returns a structured report containing:
Favourable time periods — specific days, months, or years that are numerologically auspicious for the individual
Lucky numbers and cycles — numerological cycles that align positively with the person's profile
Personalized insights — interpretations based on the individual's name and birth date combination
Auspicious indicators — rankings or scores indicating the degree of favourability for identified time windows
Personal planning — Helping individuals schedule important events such as business launches, weddings, travel, or major financial decisions during auspicious periods
Astrology & numerology platforms — Powering horoscope and numerology apps that offer personalized time-based guidance
Life coaching tools — Enabling coaches and consultants to provide data-driven numerological advice to clients
Decision support — Assisting users in identifying the best timing for career moves, investments, or other significant life choices
Name-based numerology — Incorporates the full name to derive numerological values that influence the favourability calculations
Birth date analysis — Uses the day, month, and year of birth to establish the individual's core numerological blueprint
Time cycle mapping — Cross-references personal numerological numbers with universal time cycles to pinpoint favourable periods
Personalized output — Every report is unique to the individual, ensuring tailored and relevant results
Numerological system support — Works in conjunction with Ayanamsha settings (configured via headers) to align calculations with the preferred astrological/numerological system
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 Favourable Time Report.
The Favourable Time 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 Favourable Time 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 Favourable Time Report 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.