https://json.astrologyapi.com/v1/match_manglik_reportx-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.
m_dayintrequiredDay of birth, eg: 10
m_monthintrequiredMonth of birth, eg: 5
m_yearintrequiredYear of birth, eg: 1990
m_hourintrequiredHour of birth, eg: 11
m_minintrequiredMinute of birth, eg: 55
m_latfloatrequiredLatitude, eg: 19.2056
m_lonfloatrequiredLongitude, eg: 25.2056
m_tzonefloatrequiredTimezone, eg: 5.5
f_dayintrequiredDay of birth, eg: 10
f_monthintrequiredMonth of birth, eg: 5
f_yearintrequiredYear of birth, eg: 1990
f_hourintrequiredHour of birth, eg: 11
f_minintrequiredMinute of birth, eg: 55
f_latfloatrequiredLatitude, eg: 19.2056
f_lonfloatrequiredLongitude, eg: 25.2056
f_tzonefloatrequiredTimezone, eg: 5.5
curl --location 'https://json.astrologyapi.com/v1/match_manglik_report' \
--header 'Content-Type: application/json' \
--header 'x-astrologyapi-key: <YOUR_ACCESS_TOKEN>' \
--data '{
"m_day": 10,
"m_month": 5,
"m_year": 1990,
"m_hour": 11,
"m_min": 55,
"m_lat": 19.2056,
"m_lon": 25.2056,
"m_tzone": 5.5,
"f_day": 10,
"f_month": 5,
"f_year": 1990,
"f_hour": 11,
"f_min": 55,
"f_lat": 19.2056,
"f_lon": 25.2056,
"f_tzone": 5.5
}'
Runs with sample data โ no API key needed
{
"male": {
"manglik_present_rule": {
"based_on_aspect": [
"Fourth house of your birth chart is aspected by KETU",
"Twelfth house of your birth chart is aspected by KETU.",
"RAHU is aspecting eighth house of your birth chart.",
"MARS is aspecting second house of your birth chart.",
"KETU is aspecting second house of your birth chart.",
"Your first house in birth chart is aspected by planet SUN.",
"Your first house in birth chart is aspected by planet SATURN."
],
"based_on_house": [
"Planet Rahu is situated in SECOND house in your birth chart.",
"Planet Saturn is in FOURTH house in your horoscope.",
"Planet Sun is situated in SEVENTH house in your birth chart.",
"EIGHTH house is occupied by planet Mars in your birth chart.",
"Planet Ketu is situated in EIGHTH house in your birth chart."
]
},
"manglik_cancel_rule": [
"Mars mangalik dosha is get cancelled because Mars is situated in Eighth house with Pisces"
],
"is_mars_manglik_cancelled": true,
"manglik_status": "LESS_EFFECTIVE",
"percentage_manglik_present": 23.5,
"percentage_manglik_after_cancellation": 18.5,
"manglik_report": "The manglik dosha is present in your horoscope, however it is less effective. With some remedies related to mangalik dosha this can be reduced further.",
"is_present": false
},
"female": {
"manglik_present_rule": {
"based_on_aspect": [
"Fourth house of your birth chart is aspected by KETU",
"Twelfth house of your birth chart is aspected by KETU.",
"RAHU is aspecting eighth house of your birth chart.",
"MARS is aspecting second house of your birth chart.",
"KETU is aspecting second house of your birth chart.",
"Your first house in birth chart is aspected by planet SUN.",
"Your first house in birth chart is aspected by planet SATURN."
],
"based_on_house": [
"Planet Rahu is situated in SECOND house in your birth chart.",
"Planet Saturn is in FOURTH house in your horoscope.",
"Planet Sun is situated in SEVENTH house in your birth chart.",
"EIGHTH house is occupied by planet Mars in your birth chart.",
"Planet Ketu is situated in EIGHTH house in your birth chart."
]
},
"manglik_cancel_rule": [
"Mars mangalik dosha is get cancelled because Mars is situated in Eighth house with Pisces"
],
"is_mars_manglik_cancelled": true,
"manglik_status": "LESS_EFFECTIVE",
"percentage_manglik_present": 23.5,
"percentage_manglik_after_cancellation": 18.5,
"manglik_report": "The manglik dosha is present in your horoscope, however it is less effective. With some remedies related to mangalik dosha this can be reduced further.",
"is_present": false
},
"conclusion": {
"match": true,
"report": "The boy is not a Manglik; nor is the girl a Manglik. Mangal Dosha being absent in either horoscopes, there shall be no ill effect on their marriage. This match is recommended."
}
}