https://json.astrologyapi.com/v1/manglikx-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/manglik' \
--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
{
"manglik_present_rule": {
"based_on_aspect": [
"Your first house in birth chart is aspected by planet KETU.",
"Seventh house of your birth chart is aspected by SATURN",
"Seventh house of your birth chart is aspected by RAHU",
"Fourth house of your birth chart is aspected by MARS",
"Twelfth house of your birth chart is aspected by MARS.",
"SUN is aspecting second house of your birth chart.",
"SATURN is aspecting second house of your birth chart."
],
"based_on_house": [
"Planet Sun is situated in EIGHTH house in your birth chart."
]
},
"is_mars_manglik_cancelled": false,
"manglik_status": "EFFECTIVE",
"percentage_manglik_present": 27.5,
"percentage_manglik_after_cancellation": 27.5,
"manglik_report": "Manglik dosha has been detected in your horosocpe and the extent of mangal dosha present is effective and therefore needs due carefulness. You are manglik.",
"is_present": true
}