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

Numero fasts report

The numero_fasts_report API provides information related to fasting practices in numerology for a given individual. The response includes details on the timing and duration of the fast, along with specific practices and rituals to be observed during the fast period, such as wearing specific colors, performing massages, making donations, and reciting mantras.
POSThttps://json.astrologyapi.com/v1/numero_fasts_report

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_fasts_report' \
  --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": "Fast Vrata Timing For You",
  "description": "Observe fast on Saturday for elimination of malefic effects of Saturn. Wear black or blue clothes on these days. Observe this fast for 19 or 51 Saturdays. Massage oil on your body, donate oil and worship Peepal tree. Recite Shani mantra on beads of rudraksha as much as possible."
}