Sexual Compatibility

Discover sexual alignment using Synastry API, highlighting the astrological factors affecting sexual attraction and fulfillment.

Use translator for other language:

Translator Support Article URL - https://support.divineapi.com/article/translating-tarot-api-into-a-different-language

Use translator for other language:

Update translator: https://divineapi.com/translator

en For English

hi For Hindi

pt For Portuguese

fr For French

es For Spanish

ru For Russian

de For German

nl For Dutch

it For Italian

pl For Polish

ar For Arabic

ja For Japanese

zh For Chinese

tm for Tamil

tl for Telugu

House system codes:

House System Codes Support Article URL - https://support.divineapi.com/article/how-to-change-the-house-system-code-in-natal-astrology

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 houses

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/v2/synastry/sexual-compatibility

Returns Sexual Compatibility in response

Headers

NameTypeDescription

Authorization*

String

your API Access Token

eg: Bearer {token}

Request Body

NameTypeDescription

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: male

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)

{
    "success": 1,
    "data": {
        "content": [],
        "message": [
            "Mars aspects on Venus , 5th house or Pluto have been missing in the synastry chart of Rahul Kumar and Simran Kumari. The intimacy and sexual union between the couple is below the optimum level. It could be drwan from the given match between Rahul Kumar and Simran Kumari that the sexual chemistry and compatibility is something that is lacking between them and they need to understand each other's sexual needs and desires. Given the patience and understanding that they must show to each other, they can certainly improve this aspect and strengthen their relationship."
        ]
    }
}

Take a look at how you might call this method via cURL, NodeJS or JavaScript jQuery AJAX and Python :

curl --location 'https://astroapi-4.divineapi.com/western-api/v2/synastry/sexual-compatibility' \
--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"'

Last updated