Love compatibility by name numerology
get_love_compatibilityCompute a light-hearted compatibility score between two names using Pythagorean numerology. For entertainment only.
Instructions
Returns a light-hearted name-compatibility score between two people from Pythagorean numerology: each name reduces to a digit 1-9 (any master number 11/22/33 is reported alongside), the pair maps to a 0-100 score, and a short fixed reading and band come with it. Use this ONLY for entertainment, and say so when presenting it. It uses names, not birth data, so it can say nothing real about a relationship: for genuine marriage matching call get_kundli_match, which scores both birth charts on the Ashtakoot system. Read-only deterministic arithmetic over a fixed number table -- no ephemeris, no birth details, no writes, no auth, at least 30 requests/min/IP per server instance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name_a | Yes | First person's name in Latin letters, e.g. "Rahul". Must contain at least one A-Z letter; digits and punctuation are ignored when scoring. | |
| name_b | Yes | Second person's name in Latin letters, e.g. "Priya". Same rules as name_a. |