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

Numero Favourable Lord

The numero_fav_lord API provides information related to the favorable lord for a given individual according to numerology. The response includes details on the specific deity or divine being that should be worshiped, along with mantras and rituals that should be followed.
POSThttps://json.astrologyapi.com/v1/numero_fav_lord

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_lord' \
  --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 Lord For You",
  "description": "You should worship Saturn or Batuk Bhairav. Recite Batuk Bhairav Mantra daily 108 times on rudraksha beads. All your problems and diseases will be over. The Batuk Bhairav mantra is \"Hreem Batukay Aapdudharnay Kuru Kuru Batukay Hreem\". This mantra of 21 letters can fulfill all desires. Its recitation on ashtami (8th day of Indian calender) of Krishna paksh (dark half of lunar month) is very advantageous."
}