https://json.astrologyapi.com/v1/lalkitab_planetsx-astrologyapi-keystringrequiredAPI access token used to authenticate requests. Send your access token in this custom header.
Accept-LanguagestringPreferred language for the response content. Supported: English - en, Hindi - hi.
dayintrequiredDate of birth, eg: 10
monthintrequiredMonth of birth, eg: 5
yearintrequiredYear of birth, eg: 1990
hourintrequiredHour of birth, eg: 19
minintrequiredMinute of birth, eg: 55
latfloatrequiredLatitude, eg: 19.2056
lonfloatrequiredLongitude, eg: 25.2056
tzonefloatrequiredTimezone, eg: 5.5
curl --location 'https://json.astrologyapi.com/v1/lalkitab_planets' \
--header 'Content-Type: application/json' \
--header 'x-astrologyapi-key: <YOUR_ACCESS_TOKEN>' \
--data '{
"day": 10,
"month": 5,
"year": 1990,
"hour": 19,
"min": 55,
"lat": 19.2056,
"lon": 25.2056,
"tzone": 5.5
}'
Runs with sample data — no API key needed
"[ { planet: 'Sun',\r\n rashi: 'Virgo',\r\n soya: true,\r\n position: ' NEUTRAL SIGN',\r\n nature: 'Malefic' },\r\n { planet: 'Moon',\r\n rashi: 'Scorpio',\r\n soya: false,\r\n position: ' DEBILITATED',\r\n nature: 'Malefic' },\r\n { planet: 'Mars',\r\n rashi: 'Scorpio',\r\n soya: false,\r\n position: ' OWN',\r\n nature: 'Malefic' },\r\n { planet: 'Mercury',\r\n rashi: 'Libra',\r\n soya: true,\r\n position: ' FRIEND SIGN',\r\n nature: 'Malefic' },\r\n { planet: 'Jupiter',\r\n rashi: 'Scorpio',\r\n soya: false,\r\n position: ' FRIEND SIGN',\r\n nature: 'Benefic' },\r\n { planet: 'Venus',\r\n rashi: 'Leo',\r\n soya: true,\r\n position: ' ENEMY SIGN',\r\n nature: 'Benefic' },\r\n { planet: 'Saturn',\r\n rashi: 'Cancer',\r\n soya: true,\r\n position: ' ENEMY SIGN',\r\n nature: 'Malefic' },\r\n { planet: 'Rahu',\r\n rashi: 'Scorpio',\r\n soya: false,\r\n position: '-',\r\n nature: 'Malefic' },\r\n { planet: 'Ketu',\r\n rashi: 'Taurus',\r\n soya: false,\r\n position: '-',\r\n nature: 'Malefic' } ]"