Antar Dasha Analysis

maha_dasha and antar_dasha values

sun: For Sun dasha

moon: For Moon dasha

mars: For Mars dasha

mercury: For Mercury dasha

venus: For Venus dasha

saturn: For Saturn dasha

jupiter: For Jupiter dasha

ketu: For Ketu dasha

rahu: For Rahu dasha

Navigate the cycles of life with our 'Antar Dasha Analysis' API, unraveling the dynamic planetary periods that shape individual destinies within the realm of Indian Astrology.

POST https://astroapi-3.divineapi.com/indian-api/v1/antar-dasha-analysis

Returns Antar Dasha Analysis in response

Headers

NameTypeDescription

Authorization*

String

your API Access Token

eg: Bearer {token}

Request Body

NameTypeDescription

api_key*

String

your API key

maha_dasha*

String

maha_dasha, eg: rahu

lan

String

Language en

antar_dasha*

String

antar_dasha, eg: moon

{
    "success": 1,
    "data": {
        "maha_dasha": "Rahu",
        "antar_dasha": "Moon",
        "analysis": {
            "career": "During the period of Rahu Maha Dasha and Moon Antar Dasha, you may observe significant changes and volatility in your career sphere. Rahu is known for unexpected and sudden changes, while the Moon signifies thoughts and mental state. This may reflect in your career moves and choices. Your aspiration for growth and better opportunities could increase. You may be driven to switch jobs or even professions. Be ready to embrace unexpected shifts. But along with it, you may also face misunderstandings or conflicts in your work-relationships. Unclear communication could lead to conflicts. You might also feel a sense of restlessness. Therefore, practicing patience and maintaining a calm approach is highly recommended. This is the time to remain diligent, flexible, and adaptive to changes. On a positive note, this period might also bring about opportunities for overseas work or travel related to work.",
            "health": "Rahu may cause disturbance to your mental equilibrium. You could face issues related to stress, anxiety and restlessness during this Dasha. The Moon, while it frequently treats the mind, might add to the emotional struggles during this period. Be mindful of mental health issues and seek help if necessary. In terms of physical health, there could be ailments surfacing that might have been hidden or ignored. Rahu can potentially cause illnesses to suddenly flare up, so timely medical intervention is crucial. It's very important to maintain a balanced diet and routine. Regular exercise can help you stay physically fit and also maintain mental stability. Make sure to treat health issues immediately and don't ignore any signals your body gives you.",
            "finance": "Rahu can bring in financial volatility. You might earn from unexpected sources but the risk of sudden losses is also high. The Moon signifies fluctuations and these can translate to income volatility too. It’s crucial to maintain a tight check on your expenses and avoid any risk-bearing investments. Sudden expenses might crop up, causing financial instability. Your interest in speculative activities might increase, but caution in these matters is advised. Try to create a good balance between your income and expenses. Prudent financial planning and avoiding unnecessary expenses could help preserve your monetary stability. Investing in safe and long-term profitable areas is recommended.",
            "relationships": "Rahu and the Moon might trigger sensitive reactions in your relationships. You may feel restless, impatient and may have constant mood swings, which could cause turbulence in your relationships. Misunderstandings might crop up if you don't handle your emotional turmoil wisely. Be clear in your communication and avoid unnecessary arguments. You would need to practice patience during this period. There might be times when you could feel isolated despite being surrounded by people. Family relations might get strained, while friendships might undergo a testing phase. Stay calm and composed in dealing with people. Fostering patience, understanding and empathy could help in maintaining harmony in relationships."
        }
    }
}

Take a look at how you might call this method via cURL, NodeJS or JavaScript jQuery AJAX and Python :

curl --location 'https://astroapi-3.divineapi.com/indian-api/v1/antar-dasha-analysis' \
--header 'Authorization: Bearer {Your Auth Token}
' \
--form 'lan="hi"' \
--form 'api_key="{Your API Key}"' \
--form 'maha_dasha="rahu"' \
--form 'antar_dasha="moon"' \
--form 'lan="en"'

Last updated