https://json.astrologyapi.com/v1/partner_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.
you_dateintrequiredYour birth day, eg: 27
you_monthintrequiredYour birth month, eg: 6
you_yearintrequiredYour birth year, eg: 2000
you_genderstringrequiredYour gender, eg: male
match_dateintrequiredMatch's birth day, eg: 26
match_monthintrequiredMatch's birth month, eg: 9
match_yearintrequiredMatch's birth year, eg: 1995
match_genderstringrequiredMatch's gender, eg: female
match_namestringrequiredMatch's name, eg: Jessica
curl --location 'https://json.astrologyapi.com/v1/partner_report' \
--header 'Content-Type: application/json' \
--header 'x-astrologyapi-key: <YOUR_ACCESS_TOKEN>' \
--data '{
"you_date": 27,
"you_month": 6,
"you_year": 2000,
"you_gender": "male",
"match_date": 26,
"match_month": 9,
"match_year": 1995,
"match_gender": "female",
"match_name": "Jessica"
}'
Runs with sample data — no API key needed
{
"title": "You and Sofia share similar vibrations and attractions.",
"msg": "Your presence makes a big difference to the other. You are emotionally sympathetic and understanding toward each other. You both have a strong desire for transforming the relationship in some way that is beneficial for both. The relationship will be interesting and long lasting.",
"tags": ""
}