https://json.astrologyapi.com/v1/kp_house_significatorx-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, Hindi - hi, Marathi - ma, Bengali - bn, Tamil - ta, Telugu - te, Malayalam - ml, Kannada - kn.
dayintrequiredDate of birth, eg: 10
monthintrequiredMonth of birth, eg: 5
yearintrequiredYear of birth, eg: 1990
hourintrequiredHour of birth, eg: 19
minintrequiredMinute of birth, eg: 55
latfloatrequiredLatitude, eg: 19.2056
lonfloatrequiredLongitude, eg: 25.2056
tzonefloatrequiredTimezone, eg: 5.5
curl --location 'https://json.astrologyapi.com/v1/kp_house_significator' \
--header 'Content-Type: application/json' \
--header 'x-astrologyapi-key: <YOUR_ACCESS_TOKEN>' \
--data '{
"day": 10,
"month": 5,
"year": 1990,
"hour": 19,
"min": 55,
"lat": 19.2056,
"lon": 25.2056,
"tzone": 5.5
}'
Runs with sample data — no API key needed
[
{
"house_id": 1,
"significators": [
"Jupiter",
"Moon"
]
},
{
"house_id": 2,
"significators": [
"Sun"
]
},
{
"house_id": 3,
"significators": [
"Mercury"
]
},
{
"house_id": 4,
"significators": [
"Venus"
]
},
{
"house_id": 5,
"significators": [
"Sun",
"Mars"
]
},
{
"house_id": 6,
"significators": [
"Mercury",
"Venus",
"Saturn",
"Rahu",
"Jupiter"
]
},
{
"house_id": 7,
"significators": [
"Saturn"
]
},
{
"house_id": 8,
"significators": [
"Moon",
"Saturn"
]
},
{
"house_id": 9,
"significators": [
"Jupiter"
]
},
{
"house_id": 10,
"significators": [
"Mars"
]
},
{
"house_id": 11,
"significators": [
"Venus"
]
},
{
"house_id": 12,
"significators": [
"Ketu",
"Mercury"
]
}
]