Numerology Match Making

FREEMIUM
By Sairam V | Updated un mese fa | Other
Popularity

9.6 / 10

Latency

81ms

Service Level

100%

Health Check

100%

README

Numerology Match Making API does match making using Numerology and returns results of 9 matches along with overall match and its percentage. You can enter your name and date of birth and your partnerโ€™s name and date of birth and know how is your relationship going to work.
It provides matches based on Life Path, Birth, Expression, Heart, Personaility, Habit, Maturity and Rational Thinking. It also provides an overall match score (in percentage) and how is the overall match between you and your partner - Very Good or Good or Medium or Conflicting.

MatchMaking

This end-point does match making using Numerology and returns results of 9 matches along with overall match and its percentage. Response structure is as below -

{
    "status": "SUCCESS",
    "message": "",
    "data": {
        "BirthMatch": "Good",
        "HabitMatch": "Conditionally Favourable",
        "HeartMatch": "Poor / Conflicting",
        "LifePathMatch": "Medium",
        "MaturityMatch": "Very Good",
        "ExpressionMatch": "Medium",
        "PersonalityMatch": "Very Good",
        "HiddenPassionMatch": "Medium",
        "OverallMatchPercent": "49%",
        "RationalThinkingMatch": "Medium",
        "OverallMatchDescription": "Good"
    }
}

NumerologicalNumbers

This end-point will get all the important numerological numbers for the person whose details are provided. Response Structure is as below -

{
    "status": "SUCCESS",
    "message": "",
    "data": {
        "LifePathNumber": 1,
        "BirthdayNumber": 1,
        "ExpressionNumber": 6,
        "HeartNumber": 5,
        "PersonalityNumber": 1,
        "HabitNumber": 8,
        "HiddenPassionNumber": 1,
        "RationalThoughtNumber": 1,
        "MaturityOrUltimateNumber": 7
    }
}
Followers: 37
API Creator:
Rapid account: Sairam V
Sairam V
vijaysairamv
Log In to Rate API
Rating: 4.9 - Votes: 37