---
title: Check Numerology Compatibility API
slug: score-numerology-compatibility
url: https://apyhub.com/dosvak/service/score-numerology-compatibility
provider: Dosvak LLC
categories: [Smart Generation]
tags: [numerology, compatibility-scoring, relationship-analysis, name-analysis, birth-date-analysis]
auth: api_key
---

# Check Numerology Compatibility API

Score two people from names and birth dates. Returns compatibility_score, summary, strengths, cautions, and per-person numerology values.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `` | What it does Scores the numerology compatibility between two people based on each person’s full nam… | 100 |

## About

## What it does
Numerology Compatibility Checker scores the compatibility between two people using their full names and birth dates. Send `person_a` and `person_b`, each with a `full_name` and `birth_date`, and get back a numeric `compatibility_score` plus a written `summary`.

The response also includes `strengths` and `cautions` as arrays of strings, along with `person_a_numbers` and `person_b_numbers` objects for the underlying numerology values used in the analysis. That makes it easier to surface both the headline result and the supporting details in a relationship app, matchmaking flow, or horoscope feature.

Use it when you want a lightweight compatibility readout without building your own numerology logic. The output is structured for display, filtering, or further processing: you can show the score, explain the main positives and risks, and store the per-person number breakdown alongside the result.

Numerology Compatibility Checker is suited to consumer apps, entertainment experiences, and profile-based recommendation flows where a simple 0–100 compatibility score is enough to drive the next step.

## Usage

Authenticate with an ApyHub API key in the `apy-token` header.
Full docs and a live playground: https://apyhub.com/dosvak/service/score-numerology-compatibility
