🕰️ 15+ Muhurta APIs and ✋ Palmistry API are now live. Ship them in your app today.

Vastu 8 Directions

The Direction 8 API gives the broad directional view of the property through North, North-East, East, South-East, South, South-West, West, and North-West. It also explains the traditional element and ruling deity of each direction, such as Kubera, Ishana, Agni, Yama, Nirriti, Varuna, and Vayu.

The entities section tells where each detected room, fixture, feature, window, or entrance is placed. The directions section then groups all those objects under the correct direction, which is useful for a compass-style report.

It explains the broad Vastu direction, the related Pancha Mahabhuta influence, and the rooms, fixtures, windows, or entrance present inside each directional field.
POSThttps://vision.astrologyapi.com/vastu/direction-8

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.

Body parameters

vastu_idstringrequired

Unique Vastu ID returned by get-vastu-id

curl --location 'https://vision.astrologyapi.com/vastu/direction-8' \
  --header 'Content-Type: application/json' \
  --header 'x-astrologyapi-key: <YOUR_ACCESS_TOKEN>' \
  --data '{
    "vastu_id": "vst_50c7a7d9695346f5"
}'
Try it

Runs with sample data — no API key needed

{
  "vastu_id": "vst_50c7a7d9695346f5",
  "reference": [
    {
      "direction_code": "N",
      "element": "Water",
      "ruling_deity": "Kubera",
      "meaning": "Opportunity and new work. Kept cool, light and open."
    },
    {
      "direction_code": "NE",
      "element": "Water (Jal)",
      "ruling_deity": "Ishana",
      "meaning": "The corner the tradition wants emptiest. Clarity and calm."
    },
    {
      "direction_code": "E",
      "element": "Air / sunlight",
      "ruling_deity": "Indra and Surya",
      "meaning": "Morning light, health and social standing."
    },
    {
      "direction_code": "SE",
      "element": "Fire (Agni)",
      "ruling_deity": "Agni",
      "meaning": "The fire corner. Cooking and heat belong here."
    },
    {
      "direction_code": "S",
      "element": "Earth / fire",
      "ruling_deity": "Yama",
      "meaning": "Weight and structure. Few large openings."
    },
    {
      "direction_code": "SW",
      "element": "Earth (Prithvi)",
      "ruling_deity": "Nirriti",
      "meaning": "The heaviest corner. Mass, storage and rest."
    },
    {
      "direction_code": "W",
      "element": "Water / gains",
      "ruling_deity": "Varuna",
      "meaning": "Gains and consolidation. Study and dining sit well."
    },
    {
      "direction_code": "NW",
      "element": "Air (Vayu)",
      "ruling_deity": "Vayu",
      "meaning": "Movement and circulation. Guests, stores, transit."
    }
  ],
  "entities": [
    {
      "display_name": "Bath",
      "category": "room",
      "catalog_type": "bathroom",
      "direction_code": "SE"
    },
    {
      "display_name": "Bedroom 1",
      "category": "room",
      "catalog_type": "master_bedroom",
      "direction_code": "NE"
    },
    {
      "display_name": "Kitchen",
      "category": "room",
      "catalog_type": "kitchen",
      "direction_code": "SW"
    },
    {
      "display_name": "Living Room",
      "category": "room",
      "catalog_type": "living_room",
      "direction_code": "NW"
    },
    {
      "display_name": "Study",
      "category": "room",
      "catalog_type": "study",
      "direction_code": "SE"
    },
    {
      "display_name": "Toilet",
      "category": "room",
      "catalog_type": "toilet",
      "direction_code": "S"
    },
    {
      "display_name": "W/D",
      "category": "room",
      "catalog_type": "laundry",
      "direction_code": "S"
    },
    {
      "display_name": "Bed in Bedroom 1",
      "category": "fixture",
      "catalog_type": "bed",
      "direction_code": "NE"
    },
    {
      "display_name": "Sink in Bath",
      "category": "fixture",
      "catalog_type": "sink",
      "direction_code": "E"
    },
    {
      "display_name": "Sink",
      "category": "fixture",
      "catalog_type": "sink",
      "direction_code": "SW"
    },
    {
      "display_name": "Sink in Toilet",
      "category": "fixture",
      "catalog_type": "sink",
      "direction_code": "S"
    },
    {
      "display_name": "Stove",
      "category": "fixture",
      "catalog_type": "stove",
      "direction_code": "SW"
    },
    {
      "display_name": "WC in Bath",
      "category": "fixture",
      "catalog_type": "wc",
      "direction_code": "SE"
    },
    {
      "display_name": "WC in Toilet",
      "category": "fixture",
      "catalog_type": "wc",
      "direction_code": "S"
    },
    {
      "display_name": "Washer in W/D",
      "category": "feature",
      "catalog_type": "washer",
      "direction_code": "S"
    },
    {
      "display_name": "Window 1",
      "category": "feature",
      "catalog_type": "window",
      "direction_code": "NE"
    },
    {
      "display_name": "Window 2",
      "category": "feature",
      "catalog_type": "window",
      "direction_code": "N"
    },
    {
      "display_name": "Window 3",
      "category": "feature",
      "catalog_type": "window",
      "direction_code": "SW"
    },
    {
      "display_name": "Window 4",
      "category": "feature",
      "catalog_type": "window",
      "direction_code": "N"
    },
    {
      "display_name": "Window 5",
      "category": "feature",
      "catalog_type": "window",
      "direction_code": "N"
    },
    {
      "display_name": "Window 6",
      "category": "feature",
      "catalog_type": "window",
      "direction_code": "NW"
    },
    {
      "display_name": "Main entrance",
      "category": "entrance",
      "catalog_type": "main_entrance",
      "direction_code": "N"
    }
  ],
  "directions": [
    {
      "direction_code": "N",
      "element": "Water",
      "ruling_deity": "Kubera",
      "meaning": "Opportunity and new work. Kept cool, light and open.",
      "placements": [
        {
          "display_name": "Window 2",
          "category": "feature",
          "catalog_type": "window"
        },
        {
          "display_name": "Window 4",
          "category": "feature",
          "catalog_type": "window"
        },
        {
          "display_name": "Window 5",
          "category": "feature",
          "catalog_type": "window"
        },
        {
          "display_name": "Main entrance",
          "category": "entrance",
          "catalog_type": "main_entrance"
        }
      ]
    },
    {
      "direction_code": "NE",
      "element": "Water (Jal)",
      "ruling_deity": "Ishana",
      "meaning": "The corner the tradition wants emptiest. Clarity and calm.",
      "placements": [
        {
          "display_name": "Bedroom 1",
          "category": "room",
          "catalog_type": "master_bedroom"
        },
        {
          "display_name": "Bed in Bedroom 1",
          "category": "fixture",
          "catalog_type": "bed"
        },
        {
          "display_name": "Window 1",
          "category": "feature",
          "catalog_type": "window"
        }
      ]
    },
    {
      "direction_code": "E",
      "element": "Air / sunlight",
      "ruling_deity": "Indra and Surya",
      "meaning": "Morning light, health and social standing.",
      "placements": [
        {
          "display_name": "Sink in Bath",
          "category": "fixture",
          "catalog_type": "sink"
        }
      ]
    },
    {
      "direction_code": "SE",
      "element": "Fire (Agni)",
      "ruling_deity": "Agni",
      "meaning": "The fire corner. Cooking and heat belong here.",
      "placements": [
        {
          "display_name": "Bath",
          "category": "room",
          "catalog_type": "bathroom"
        },
        {
          "display_name": "Study",
          "category": "room",
          "catalog_type": "study"
        },
        {
          "display_name": "WC in Bath",
          "category": "fixture",
          "catalog_type": "wc"
        }
      ]
    },
    {
      "direction_code": "S",
      "element": "Earth / fire",
      "ruling_deity": "Yama",
      "meaning": "Weight and structure. Few large openings.",
      "placements": [
        {
          "display_name": "Toilet",
          "category": "room",
          "catalog_type": "toilet"
        },
        {
          "display_name": "W/D",
          "category": "room",
          "catalog_type": "laundry"
        },
        {
          "display_name": "Sink in Toilet",
          "category": "fixture",
          "catalog_type": "sink"
        },
        {
          "display_name": "WC in Toilet",
          "category": "fixture",
          "catalog_type": "wc"
        },
        {
          "display_name": "Washer in W/D",
          "category": "feature",
          "catalog_type": "washer"
        }
      ]
    },
    {
      "direction_code": "SW",
      "element": "Earth (Prithvi)",
      "ruling_deity": "Nirriti",
      "meaning": "The heaviest corner. Mass, storage and rest.",
      "placements": [
        {
          "display_name": "Kitchen",
          "category": "room",
          "catalog_type": "kitchen"
        },
        {
          "display_name": "Sink",
          "category": "fixture",
          "catalog_type": "sink"
        },
        {
          "display_name": "Stove",
          "category": "fixture",
          "catalog_type": "stove"
        },
        {
          "display_name": "Window 3",
          "category": "feature",
          "catalog_type": "window"
        }
      ]
    },
    {
      "direction_code": "W",
      "element": "Water / gains",
      "ruling_deity": "Varuna",
      "meaning": "Gains and consolidation. Study and dining sit well.",
      "placements": []
    },
    {
      "direction_code": "NW",
      "element": "Air (Vayu)",
      "ruling_deity": "Vayu",
      "meaning": "Movement and circulation. Guests, stores, transit.",
      "placements": [
        {
          "display_name": "Living Room",
          "category": "room",
          "catalog_type": "living_room"
        },
        {
          "display_name": "Window 6",
          "category": "feature",
          "catalog_type": "window"
        }
      ]
    }
  ]
}