finding_title, display_name, category, catalog_type, grade, and result. These fields tell you which object is being assessed and whether the placement is supportive, neutral, cautionary, or needs correction. interpretation field gives the readable Vastu meaning. It can explain topics such as Agni, Jal, stability, sleep, money, relationships, concentration, circulation, or the condition of the Brahmasthan.https://vision.astrologyapi.com/vastu/findingsx-astrologyapi-keystringrequiredAPI access token used to authenticate requests. Send your access token in this custom header.
Accept-LanguagestringPreferred language for the response content. Supported: English - en.
vastu_idstringrequiredUnique Vastu ID returned by get-vastu-id
curl --location 'https://vision.astrologyapi.com/vastu/findings' \
--header 'Content-Type: application/json' \
--header 'x-astrologyapi-key: <YOUR_ACCESS_TOKEN>' \
--data '{
"vastu_id": "vst_50c7a7d9695346f5"
}'
Runs with sample data β no API key needed
{
"vastu_id": "vst_50c7a7d9695346f5",
"total_findings": 12,
"findings": [
{
"finding_title": "Kitchen in the south-west of the home",
"display_name": "Kitchen",
"category": "room",
"catalog_type": "kitchen",
"grade": "avoid",
"result": "needs_attention",
"interpretation": "Your kitchen is in the south-west. This corner keeps your home steady. Heat does not belong in it. Friction between partners will rise over small things. Money will pass through the house without ever settling."
},
{
"finding_title": "Bedroom 1 in the north-east of the home",
"display_name": "Bedroom 1",
"category": "room",
"catalog_type": "master_bedroom",
"grade": "avoid",
"result": "needs_attention",
"interpretation": "Your main bedroom is in the north-east. This corner should stay light and open, and a bedroom fills it. You will wake without feeling rested. Your next step will stay unclear. Your authority at home will feel weaker than it is."
},
{
"finding_title": "Bath in the south-east of the home",
"display_name": "Bath",
"category": "room",
"catalog_type": "bathroom",
"grade": "caution",
"result": "needs_attention",
"interpretation": "Your bathroom is in the fire corner. Water and flame are sharing one spot. Plumbing and appliance trouble will come round more often than average. Repair bills will be higher than you expect. Keep the room dry."
},
{
"finding_title": "Study in the south-east of the home",
"display_name": "Study",
"category": "room",
"catalog_type": "study",
"grade": "caution",
"result": "needs_attention",
"interpretation": "Your study is in the fire corner. You will study in bursts rather than steadily. Long sessions will be hard to sustain. What you learn will fade faster. Move the desk west if you can."
},
{
"finding_title": "W/D in the south of the home",
"display_name": "W/D",
"category": "room",
"catalog_type": "laundry",
"grade": "acceptable",
"result": "working_for_you",
"interpretation": "Your laundry is in the south. This works and nothing runs against it. The room sits comfortably on this side. There is nothing here you need to change."
},
{
"finding_title": "Living Room in the north-west of the home",
"display_name": "Living Room",
"category": "room",
"catalog_type": "living_room",
"grade": "acceptable",
"result": "working_for_you",
"interpretation": "Your living room is in the north-west. This works. People will come and go quickly. The room will feel busy rather than restful. Nothing here needs any change from you."
},
{
"finding_title": "Bed in the east of Bedroom 1",
"display_name": "Bed in Bedroom 1",
"category": "fixture",
"catalog_type": "bed",
"grade": "caution",
"result": "needs_attention",
"interpretation": "Your bed sits in the east of the room. Your mind starts early here, so you will wake before you meant to. Getting back to sleep will be hard. Move the bed towards the south-west of the room."
},
{
"finding_title": "Bath overlaps the centre (Brahmasthan)",
"display_name": "The centre (Brahmasthan)",
"category": "centre",
"catalog_type": "brahmasthan",
"grade": "caution",
"result": "needs_attention",
"interpretation": "The middle of your home is called the Brahmasthan. Every other part of a plan is measured from it. It is meant to stay open, unbuilt and carrying nothing at all.\n\nA bathroom covers about half the centre of your home. The middle is meant to stay dry and light. A bathroom holds water and drains it away below the floor. Both work against the middle."
},
{
"finding_title": "WC in the south-east of Toilet",
"display_name": "WC in Toilet",
"category": "fixture",
"catalog_type": "wc",
"grade": "neutral",
"result": "neutral",
"interpretation": "The pan sits in the south-east of the room. Nothing pulls hard either way here. The spot neither helps nor harms. Keep the room clean and dry. There is nothing you need to change."
},
{
"finding_title": "WC in the south-east of Bath",
"display_name": "WC in Bath",
"category": "fixture",
"catalog_type": "wc",
"grade": "neutral",
"result": "neutral",
"interpretation": "The pan sits in the south-east of the room. Nothing pulls hard either way here. The spot neither helps nor harms. Keep the room clean and dry. There is nothing you need to change."
},
{
"finding_title": "Toilet in the south of the home",
"display_name": "Toilet",
"category": "room",
"catalog_type": "toilet",
"grade": "acceptable",
"result": "working_for_you",
"interpretation": "Your toilet is in the south. This works and nothing here runs against you. The room sits comfortably on this side of the house. Keep it clean and well aired. There is nothing you need to do."
},
{
"finding_title": "Main entrance on North Pada 4 β Bhallata",
"display_name": "Main entrance",
"category": "entrance",
"catalog_type": "main_entrance",
"grade": "ideal",
"result": "working_for_you",
"interpretation": "Your door opens on Bhallata's square. This is the strongest spot on the whole edge of your home. It's the only one the source grades at the very top."
}
]
}