https://json.astrologyapi.com/v1/kp_planet_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_planet_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
[
{
"planet_id": 0,
"planet_name": "Sun",
"significators": [
2,
5,
12
]
},
{
"planet_id": 1,
"planet_name": "Moon",
"significators": [
1,
6,
8
]
},
{
"planet_id": 2,
"planet_name": "Mars",
"significators": [
2,
5,
10
]
},
{
"planet_id": 3,
"planet_name": "Mercury",
"significators": [
3,
6,
12
]
},
{
"planet_id": 4,
"planet_name": "Jupiter",
"significators": [
1,
3,
6,
9,
12
]
},
{
"planet_id": 5,
"planet_name": "Venus",
"significators": [
4,
6,
11
]
},
{
"planet_id": 6,
"planet_name": "Saturn",
"significators": [
2,
5,
6,
7,
8
]
},
{
"planet_id": 7,
"planet_name": "Rahu",
"significators": [
2,
5,
6
]
},
{
"planet_id": 8,
"planet_name": "Ketu",
"significators": [
6,
7,
8,
12
]
}
]