Ghata Chakra API

Dive into the celestial realm with our 'Astrological Details' API, offering comprehensive insights into planetary positions, houses, and aspects as per the tenets of Indian Astrology.

POST https://astroapi-3.divineapi.com/indian-api/v1/ghata-chakra

Returns Ghata Chakra API in response

Headers

Request Body


{
    "success": 1,
    "data": {
        "moon_sign": "Cancer",
        "month": "Pausha",
        "tithi": "2/7/12",
        "vaar": "Wednesday",
        "nakshatra": "Anuradha",
        "yoga": "Vyaghat",
        "karana": "Naga"
    }
}

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/ghata-chakra'
--header 'Authorization: Bearer {Your Auth Token}' \
--form 'api_key="{Your API Key}"' \
--form 'full_name="Test"' \
--form 'day="24"' \
--form 'month="05"' \
--form 'year="2023"' \
--form 'hour="14"' \
--form 'min="40"' \
--form 'sec="43"' \
--form 'gender="male"' \
--form 'place="New Delhi"' \
--form 'lat="28.7041"' \
--form 'lon="77.1025"' \
--form 'tzone="5.5"' \
--form 'lan="en"' \

Last updated