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

Numero Favourable Place

Provides guidance on the best Vastu direction for people with Radical number 8, including recommendations for choosing a house or flat with a total number of 8, living in the western part of a city or house, and performing important tasks facing the west direction for greater benefits.
POSThttps://json.astrologyapi.com/v1/numero_place_vastu

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_place_vastu' \
  --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 Place Vastu For You",
  "description": "Choose the west direction for your house, flat or shopping complex as for Radical number 8 West is a lucky direction. If the total of your house number is 8 it will be good. To reside in western area of a city or in Western part of your house will be beneficial. Similarly to perform your important jobs by sitting in this direction will be good for you."
}