🌍 Astrocartography API and βœ‹ Palmistry API are now live. Ship them in your app today.Get Started

Numero Favourable Mantra

The numero_fav_mantra API provides information related to the favorable Gayatri mantra for a given individual according to numerology. The response includes details on the specific mantra that should be recited, along with instructions on the frequency and timing of the recitation.
POSThttps://json.astrologyapi.com/v1/numero_fav_mantra

Authentication

x-astrologyapi-keystringrequired

API access token used to authenticate requests. Send your access token in this custom header.

Accept-Languagestring

Preferred language for the response content. Supported: English - en, Hindi - hi, Marathi - ma, Bengali - bn, Tamil - ta, Telugu - te, Malayalam - ml, Kannada - kn.

Body parameters

dayintrequired

Date of birth, eg: 10

monthintrequired

Month of birth, eg: 5

yearintrequired

Year of birth, eg: 1990

namestringrequired

Name 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"
}'
Try it

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\" ||"
}