Copy page
Copy page as Markdown for LLMs
Explore Synastry API's Contrasting Aspect Reading for insightful relationship analysis, spotlighting divergent planetary aspects to navigate and understand differences in astrological compatibility.
View Full Guide on Support Portal
Support Article URL: https://support.divineapi.com/general-api-support/translating-a-natal-apis-into-a-different-language
| Code | Language |
|---|---|
| en | English |
| hi | Hindi |
| pt | Portuguese |
| fr | French |
| de | German |
| ja | Japanese |
| tr | Turkish |
| ru | Russian |
| it | Italian |
| es | Spanish |
| nl | Dutch |
| pl | Polish |
Guide: These languages are supported by this API. You can use them by passing "lan" in the body with the value of the language.
Support Article URL: https://support.divineapi.com/western-astrology-apis/how-to-change-the-house-system-code-in-natal-astrology
| Code | System / Description |
|---|---|
| P | Placidus |
| K | Koch |
| R | Regiomontanus |
| C | Campanus |
| A | Equal |
| W | Equal, Whole Sign |
| N | Whole Sign, Aries = 1st House |
| X | Axial Rotation System / Meridian |
| T | Polich/Page ("Topocentric") |
| M | Morinus |
| O | Porphyry |
| B | Alcabitius |
| D | Equal / MC |
| E | Equal = A |
| F | Carter Poli-Equatorial |
| G | 36 Gauquelin Sectors |
| H | Horizon / Azimuth |
| I | Sunshine |
| i | Sunshine Alternative |
| L | Pullen (S-Delta) |
| Q | Pullen (S-Ratio) |
| S | Sripati |
| U | Krusinski-Pisa-Goelzer |
| V | Equal Vehlow |
| Y | APC Houses |
Note: The default house system used is P — Placidus.
POST https://astroapi-4.divineapi.com/western-api/v1/synastry/contrasting-aspect-reading
Returns: Contrasting Aspect Reading in response.
| Name | Type | Description |
|---|---|---|
| Authorization* | String | Your API Access Token. Example: Bearer {token} |
| Name | Type | Description |
|---|---|---|
| api_key* | String | Your API key |
| p1_full_name* | String | P1's Full Name, ex: Rahul Kumar |
| p1_day* | Integer | P1's date of birth, eg: 24 |
| p1_month* | Integer | P1's month of birth, eg: 05 |
| p1_year* | Integer | P1's year of birth, eg: 1998 |
| p1_hour* | Integer | P1's hour, eg: 14 |
| p1_min* | Integer | P1's minute, eg: 40 |
| p1_sec* | Integer | P1's second, eg: 43 |
| p1_gender* | String | P1's gender, ex: male |
| p1_place* | String | P1's birth place, ex: New Delhi |
| p1_lat* | Float | P1's latitude, eg: 28.7041 |
| p1_lon* | Float | P1's longitude, eg: 77.1025 |
| p1_tzone* | Float | P1's timezone, eg: 5.5 Timezone List |
| p2_full_name* | String | P2's Full Name, ex: Simran Kumari |
| p2_day* | Integer | P2's date of birth, eg: 24 |
| p2_month* | Integer | P2's month of birth, eg: 05 |
| p2_year* | Integer | P2's year of birth, eg: 1998 |
| p2_hour* | Integer | P2's hour, eg: 14 |
| p2_min* | Integer | P2's minute, eg: 40 |
| p2_sec* | Integer | P2's second, eg: 43 |
| p2_gender* | String | P2's gender, ex: female |
| p2_place* | String | P2's birth place, ex: New Delhi |
| p2_lat* | Float | P2's latitude, eg: 28.7041 |
| p2_lon* | Float | P2's longitude, eg: 77.1025 |
| p2_tzone* | Float | P2's timezone, eg: 5.5 Timezone List |
| lan | String | Language en/hi, default en |
| house_system | String | House system code, default — P (Placidus) |
The API returns contrasting aspects that highlight polarity and difference between two individuals, offering insights into relationship dynamics and growth opportunities.
{
"success": 1,
"data": [
{
"p1": {
"planet": "Sun",
"full_degree": "63.0091751",
"sign": "Gemini",
"sign_no": 3,
"longitude": "3:0:33"
},
"p2": {
"planet": "Pluto",
"full_degree": "246.7995404",
"sign": "Sagittarius",
"sign_no": 9,
"longitude": "6:47:58"
},
"orb": 3.79,
"aspect": "Opposition",
"aspect_type": "Hard",
"reading": [
{
"title": "Power Struggles",
"description": "In this synastry aspect, Rahul Kumar and Simran Kumari may find themselves in a consistent power struggle. Simran Kumari's Pluto opposition to Rahul Kumar's Sun can result in conflict as both individuals vie to maintain control within the relationship."
},
{
"title": "Transformation Challenges",
"description": "Rahul Kumar may be forced to undergo transformations they are not comfortable with due to the intense influence of Simran Kumari’s Pluto. Unless handled delicately, this can bring about upheaval and distress in the relationship."
},
{
"title": "Intense Attraction",
"description": "Despite the challenges, this opposition can also bring about an intensely magnetic attraction between Rahul Kumar and Simran Kumari. This passionate energy might translate to an irresistible but volatile love affair."
}
]
},
{
"p1": {
"planet": "Moon",
"full_degree": "43.0997128",
"sign": "Taurus",
"sign_no": 2,
"longitude": "13:5:59"
},
"p2": {
"planet": "Chiron",
"full_degree": "224.2841493",
"sign": "Scorpio",
"sign_no": 8,
"longitude": "14:17:3"
},
"orb": 1.18,
"aspect": "Opposition",
"aspect_type": "Hard",
"reading": [
{
"title": "Emotional Turbulence",
"description": "When Rahul Kumar's Moon is in opposition to Simran Kumari's Chiron, it may provoke emotional turbulence. Rahul Kumar's emotional reactions and instincts may often wound or trigger Simran Kumari's deep-seated pains or hidden vulnerabilities."
},
{
"title": "Shared Healing",
"description": "Despite triggering each other's wounds, this aspect also creates potential for shared healing. If both Rahul Kumar and Simran Kumari can acknowledge their emotional issues and work on healing them collectively, their bond could grow much stronger."
},
{
"title": "Depth of Understanding",
"description": "Although challenging, this opposition often leads to increased understanding between Rahul Kumar and Simran Kumari. Rahul Kumar’s emotional intuition coupled with Simran Kumari’s suffering can lead to deeper comprehension and empathy for each other's emotional states."
}
]
},
{
"p1": {
"planet": "Mercury",
"full_degree": "44.8177723",
"sign": "Taurus",
"sign_no": 2,
"longitude": "14:49:4"
},
"p2": {
"planet": "Chiron",
"full_degree": "224.2841493",
"sign": "Scorpio",
"sign_no": 8,
"longitude": "14:17:3"
},
"orb": 0.53,
"aspect": "Opposition",
"aspect_type": "Hard",
"reading": [
{
"title": "Communication clashes",
"description": "Rahul Kumar's Mercury opposition Simran Kumari's Chiron implies there might be differences how Rahul Kumar communicates and Simran Kumari's perspective towards their own wounds and healing process. This might create tension in communication."
},
{
"title": "Understanding challenges",
"description": "Rahul Kumar might inadvertently trigger Simran Kumari's deepest insecurities or past traumas, as Chiron represents wounds. This may lead to misunderstanding if Rahul Kumar seems unsympathetic or unknowingly harsh in their approach."
},
{
"title": "Potential growth",
"description": "The tension between Rahul Kumar's communication style and Simran Kumari's wounded areas could result in growth for both parties, provided they are willing to work through their issues. Rahul Kumar might learn sensitivity while Simran Kumari may find healing."
}
]
}
]
}
Below are example implementations in various programming environments.
curl --location 'https://astroapi-4.divineapi.com/western-api/v1/synastry/contrasting-aspect-reading' \
--header 'Authorization: Bearer {Your Auth Token}' \
--form 'api_key="{Your API Key}"' \
--form 'p1_full_name="Rahul Kumar"' \
--form 'p1_day="24"' \
--form 'p1_month="05"' \
--form 'p1_year="1998"' \
--form 'p1_hour="14"'
--form 'p1_min="40"' \
--form 'p1_sec="43"' \
--form 'p1_gender="male"' \
--form 'p1_place="New Delhi"' \
--form 'p1_lat="28.7041"' \
--form 'p1_lon="77.1025"' \
--form 'p1_tzone="5.5"' \
--form 'p2_full_name="Simran Kumari"' \
--form 'p2_day="24"' \
--form 'p2_month="05"' \
--form 'p2_year="1998"' \
--form 'p2_hour="14"' \
--form 'p2_min="40"' \
--form 'p2_sec="43"' \
--form 'p2_gender="female"' \
--form 'p2_place="New Delhi"' \
--form 'p2_lat="28.7041"' \
--form 'p2_lon="77.1025"' \
--form 'p2_tzone="5.5"' \
--form 'lan="en"'
var request = require('request');
var options = {
'method': 'POST',
'url': 'https://astroapi-4.divineapi.com/western-api/v1/synastry/contrasting-aspect-reading',
'headers': {
'Authorization': 'Bearer {Your Auth Token}
'
},
formData: {
'api_key': '{Your API Key}',
'p1_full_name': 'Rahul Kumar',
'p1_day': '24',
'p1_month': '05',
'p1_year': '1998',
'p1_hour': '14',
'p1_min': '40',
'p1_sec': '43',
'p1_gender': 'male',
'p1_place': 'New Delhi',
'p1_lat': '28.7041',
'p1_lon': '77.1025',
'p1_tzone': '5.5',
'p2_full_name': 'Simran Kumari',
'p2_day': '24',
'p2_month': '05',
'p2_year': '1998',
'p2_hour': '14',
'p2_min': '40',
'p2_sec': '43',
'p2_gender': 'female',
'p2_place': 'New Delhi',
'p2_lat': '28.7041',
'p2_lon': '77.1025',
'p2_tzone': '5.5',
'lan': 'en'
}
};
request(options, function (error, response) {
if (error) throw new Error(error);
console.log(response.body);
});
var form = new FormData();
form.append("api_key", "{Your API Key}");
form.append("p1_full_name", "Rahul Kumar");
form.append("p1_day", "24");
form.append("p1_month", "05");
form.append("p1_year", "1998");
form.append("p1_hour", "14");
form.append("p1_min", "40");
form.append("p1_sec", "43");
form.append("p1_gender", "male");
form.append("p1_place", "New Delhi");
form.append("p1_lat", "28.7041");
form.append("p1_lon", "77.1025");
form.append("p1_tzone", "5.5");
form.append("p2_full_name", "Simran Kumari");
form.append("p2_day", "24");
form.append("p2_month", "05");
form.append("p2_year", "1998");
form.append("p2_hour", "14");
form.append("p2_min", "40");
form.append("p2_sec", "43");
form.append("p2_gender", "female");
form.append("p2_place", "New Delhi");
form.append("p2_lat", "28.7041");
form.append("p2_lon", "77.1025");
form.append("p2_tzone", "5.5");
form.append("lan", "en");
var settings = {
"url": "https://astroapi-4.divineapi.com/western-api/v1/synastry/contrasting-aspect-reading",
"method": "POST",
"timeout": 0,
"headers": {
"Authorization": "Bearer {Your Auth Token}"
},
"processData": false,
"mimeType": "multipart/form-data",
"contentType": false,
"data": form
};
$.ajax(settings).done(function (response) {
console.log(response);
});import requests
url = "https://astroapi-4.divineapi.com/western-api/v1/synastry/contrasting-aspect-reading"
payload = {'api_key': '{Your API Key}',
'p1_full_name': 'Rahul Kumar',
'p1_day': '24',
'p1_month': '05',
'p1_year': '1998',
'p1_hour': '14',
'p1_min': '40',
'p1_sec': '43',
'p1_gender': 'male',
'p1_place': 'New Delhi',
'p1_lat': '28.7041',
'p1_lon': '77.1025',
'p1_tzone': '5.5',
'p2_full_name': 'Simran Kumari',
'p2_day': '24',
'p2_month': '05',
'p2_year': '1998',
'p2_hour': '14',
'p2_min': '40',
'p2_sec': '43',
'p2_gender': 'female',
'p2_place': 'New Delhi',
'p2_lat': '28.7041',
'p2_lon': '77.1025',
'p2_tzone': '5.5',
'lan': 'en'}
headers = {
'Authorization': 'Bearer {Your Auth Token}'
}
response = requests.request("POST", url, headers=headers, data=payload)
print(response.text)
Always secure your API key in server-side configurations.
Add retry logic for handling network or rate-limit errors (HTTP 429).
Cache responses for faster repeated lookups.