https://json.astrologyapi.com/v1/match_making_reportThe match_making_report API returns a report on the compatibility between two individuals based on several factors such as ashtakoota, manglik, rajju dosha, and vedha dosha. The response includes the status and details for each factor and concludes with a match report recommending the marriage.
1{
2 "ashtakoota": {
3 "status": true,
4 "received_points": 21
5 },
6 "manglik": {
7 "status": true,
8 "male_percentage": 27.5,
9 "female_percentage": 28.25
10 },
11 "rajju_dosha": {
12 "status": false
13 },
14 "vedha_dosha": {
15 "status": false
16 },
17 "conclusion": {
18 "match_report": "Marriage between the prospective bride and groom is highly recommended. The couple would have a long-lasting relationship, which would be filled with happiness and affluence."
19 }
20}Authorizationstring
requiredBasic Authorization via header
Accept-Languagestring
Preferred language for the response content
Properties
m_dayint
requiredDay of birth, eg: 10
m_monthint
requiredMonth of birth, eg: 5
m_yearint
requiredYear of birth, eg: 1990
m_hourint
requiredHour of birth, eg: 11
m_minint
requiredMinute of birth, eg: 55
m_latfloat
requiredLatitude, eg: 19.2056
m_lonfloat
requiredLongitude, eg: 25.2056
m_tzonefloat
requiredTimezone, eg: 5.5
f_dayint
requiredDay of birth, eg: 10
f_monthint
requiredMonth of birth, eg: 5
f_yearint
requiredYear of birth, eg: 1990
f_hourint
requiredHour of birth, eg: 11
f_minint
requiredMinute of birth, eg: 55
f_latfloat
requiredLatitude, eg: 19.2056
f_lonfloat
requiredLongitude, eg: 25.2056
f_tzonefloat
requiredTimezone, eg: 5.5
Something is wrong with your request format or parameters.
Your API key is missing or invalid.
You don't have permission to access this specific resource.
The API endpoint you're trying to reach doesn't exist.
Our server is having a temporary glitch.