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

Numero Favourable Time

Provide users with specific dates or time periods during which they can pursue certain activities or make important decisions with greater success, based on numerological factors.
POSThttps://json.astrologyapi.com/v1/numero_fav_time

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_time' \
  --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 Time For You",
  "description": " According to western view the Sun remains in Capricorn and Aquarius from 23rd December to 19th February and by Indian thought it is in these signs from 14th January to 13th March. These are the own signs of Saturn. From 17th October to 13th November the Sun is in Libra which is the exalted sign of Saturn. These dates are lucky for people of Radical number 8."
}