Love Compatibility

Introducing our Love Compatibility API, a powerful tool to gauge romantic connections. Easily integrate love compatibility calculations into your website and applications, helping users find and nurture meaningful relationships based on astrological and personality insights.

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

POST https://astroapi-5.divineapi.com/api/v2/love-compatibility

Returns Love Compatibility in response

Request Body

NameTypeDescription

api_key*

String

Your API Key (can be found on your Divineapi dashboard)

sign 1*

String

A zodiac sign. (eg: Aries,Capricorn)

sign 2*

String

A zodiac sign. (eg: Aries,Capricorn)

lan

String

Language en/hi, default en

{
    "success": 1,
    "data": {
        "prediction": {
            "sign_1": "Aries",
            "sign_2": "Aries",
            "overall_compatibility": "There are going to be sparked when two Aries start a relationship. \r\nThese two are constantly fighting, resulting in an excellent tough match. Aries-Aries relationships are like staring into a mirror: Aries recognize their partner's demand for autonomy because they are independent. However, they may be territorial at times, resulting in a rivalry between the two Rams. They must learn to cooperate rather than fight with one another. If they succeed, their union has the potential to be tremendously strong.\r\nA love match between two Aries is a union of two powerful souls; the partnership is often joyful and passionate. They enjoy trying new things, usually extreme athletics or other high-intensity activities. Since the two egos are continually fighting, resolving the inherent conflicts of a tight relationship can be difficult. They must learn to cooperate. Both partners must make a concerted effort not to be selfish because they want things to go their way. However, because Aries is a generous sign, two Aries may quickly learn to take shifts delighting each other.",
            "positive_aspects": "Explosive! Aries and Aries are two fire sign stars who will encounter on one stage in a once-in-a-lifetime event that will either be exhilarating or explosive. You're drawn to each other's ambitious, outgoing personalities. There's Aries is a sign of solid loyalty, and you don't put your trust in just anyone. It can be a dream come true to find someone who understands both your passion and your paranoia. You both enjoy being pampered and, yes, coddled. All of this is fine if you can turn off from playing Mama or Dada. Although having children may appear to be a needless extra, combining parental responsibilities can be an energizing event for the two of you as you recapture your youthful exuberance through your brood. ",
            "negative_aspects": "Watch beware if you both have a short temper at the same time! Plates are smashed, Jimmy Choos are stomped on, and it isn't pleasant. While you both make a lot of money, you burn through it just as fast. As the \"third\" party in your partnership, employ a wealth manager. Here, too, individuals have a chance to get lost in each other. Don't get too caught up in each other that you fail to call your friends and relatives!",
            "elements": "Aries is the first sign of the zodiac, and it is associated with fire. It's unusual for one partner to become fatigued while the other wish to retain going; two Aries will work hard together again and tire out at the exact moment. A continual conflict rages between two Aries over who will be the ruler. Because neither partner enjoys submitting, balance is needed. The partnership will run smoothly if these two can keep their egos in control.",
            "ideal_date": "An ideal date would be staying in together and warming up to one another.",
            "score": {
                "general": "7.5",
                "communication": "8.5",
                "sex": "6.5"
            }
        }
    }
}

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

curl --location 'https://astroapi-5.divineapi.com/api/v2/love-compatibility' \
--header 'Authorization: Bearer {Your Auth Token}' \
--form 'api_key="{Your API Key}"' \
--form 'sign_1="Aries"' \
--form 'sign_2="Aries"' \
--form 'lan="en"'

Last updated