Access Grah Gochar (Planet Transit) details with Divine API's Daily Panchang API. Provide users with accurate planetary transit information, helping them understand the impact of celestial movements.
Embark on a lunar-centric journey with our 'Chandramasa' API, revealing the significance and influences of lunar months within the tapestry of Indian Astrology.
Supported Language Codes:
Support Article URL -
en For English
hi For Hindi
bn For Bengali
ma For Marathi
tm For Tamil
tl For Telugu
ml For Malayalam
kn For Kannada
Guide: These languages are supported by this API. You can use by passing "lan" in body with a value of the language.
Planet names:-
sun
moon
mercury
venus
mars
jupiter
saturn
uranus
neptune
pluto
POST https://astroapi-3.divineapi.com/indian-api/v1/grah-gochar/:planet
Returns Chandramasa in response
Headers
Name
Type
Description
Authorization*
String
your API Access Token
eg: Bearer {token}
Request Body
Name
Type
Description
api_key*
String
your API key
month*
Integer
month of birth, eg: 05
year*
Integer
year of birth, eg: 2023
place*
String
place, ex: New Delhi
lat*
Float
latitude, eg: 28.6139
lon*
Float
longitude, eg: 77.2090
tzone*
Float
lan
String
{
"success": 1,
"data": {
"message": "Sun have 1 transit in May 2023.",
"transit": [
{
"sign": "Taurus",
"sign_no": 2,
"datetime": "2023-05-15 11:45:00"
}
]
}
}
Take a look at how you might call this method via cURL, NodeJS or JavaScript jQuery AJAX and Python :