https://json.astrologyapi.com/v1/numero_fav_mantrax-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, Marathi - ma, Bengali - bn, Tamil - ta, Telugu - te, Malayalam - ml, Kannada - kn.
dayintrequiredDate of birth, eg: 10
monthintrequiredMonth of birth, eg: 5
yearintrequiredYear of birth, eg: 1990
namestringrequiredName of the person, eg: John
curl --location 'https://json.astrologyapi.com/v1/numero_fav_mantra' \
--header 'Content-Type: application/json' \
--header 'x-astrologyapi-key: <YOUR_ACCESS_TOKEN>' \
--data '{
"day": 10,
"month": 5,
"year": 1990,
"name": "John"
}'
Runs with sample data β no API key needed
{
"title": "Favourable Gayatri Mantra For You",
"description": "You should recite Sani Gayatri mantra for increasing the benefic effects of Saturn daily after bath 11, 21 or 108 times. The Sani Gayatri Mantra : ||\"Om Bhagbhavay Vidmahe Mrityuroopay Dheemahi Tanno Shanih Prachodyat\" ||"
}