API Αριθμολογίας

Υπολογίστε αριθμούς μονοπατιού ζωής, έκφρασης, προσωπικότητας, επιθυμίας ψυχής και πρόκλησης χρησιμοποιώντας το πυθαγόρειο σύστημα, με αναγνώσεις τεχνητής νοημοσύνης και προβλέψεις προσωπικής ημέρας/μήνα/έτους.

99.9 % Διαθεσιμότητα
18899.3ms Απάντηση
20 req/s
0.03 Πιστωτικές μονάδες / αίτημα

All Numerological Numbers


POST https://api.yeb.to/v1/numerology/numerological-numbers
ΠαράμετροςΤύποςΑπαιτ.Περιγραφή
api_key string ναι Your API key
birth_date string ναι Date of birth in YYYY-MM-DD format
full_name string προαιρ. Full birth name (first + middle + last). Required for name-based numbers (expression, soul urge, personality, subconscious self).
language string προαιρ. Language code for the AI reading (e.g. en, es, fr). Default: en

Παράδειγμα

curl -X POST https://api.yeb.to/v1/numerology/numerological-numbers \
  -H "Content-Type: application/json" \
  -d '{
  "api_key": "YOUR_KEY",
  "birth_date": "1990-03-15",
  "full_name": "John Michael Smith",
  "language": "en"
}'

Παράδειγμα απάντησης

{
  "computed_data": {
    "life_path": 7,
    "expression": 5,
    "soul_urge": 3,
    "personality": 2,
    "challenge": [3, 1, 4, 2],
    "subconscious_self": 6,
    "personal_year": 9,
    "personal_month": 1,
    "personal_day": 4
  },
  "reading": {
    "life_path": "Your life path 7 indicates a deep spiritual seeker...",
    "expression": "Expression 5 reveals a versatile communicator...",
    "soul_urge": "Soul urge 3 drives your creative aspirations...",
    "overall": "The combination of 7 life path with 5 expression..."
  }
}
{"error":"birth_date is required","code":422}

Κωδικοί απάντησης

ΚωδικόςΠεριγραφή
200 SuccessΤο αίτημα επεξεργάστηκε επιτυχώς.
400 Bad RequestΗ επικύρωση εισόδου απέτυχε.
401 UnauthorizedΚλειδί API λείπει ή είναι λάθος.
403 ForbiddenΚλειδί ανενεργό ή μη επιτρεπόμενο.
429 Rate LimitΠάρα πολλά αιτήματα.
500 Server ErrorΜη αναμενόμενο σφάλμα.

All Numerological Numbers

numerology/numerological-numbers 0.0300 credits

Parameters

API Key
body · string · required
Birth Date
body · string · required
Full Name
body · string
Language
body · string

Code Samples


                
                
                
            

Response

Status:
Headers

                
Body

                

Life Path Number


POST https://api.yeb.to/v1/numerology/lifepath-number
ΠαράμετροςΤύποςΑπαιτ.Περιγραφή
api_key string ναι Your API key
birth_date string ναι Date of birth in YYYY-MM-DD format
language string προαιρ. Language code for the AI reading (e.g. en, es, fr). Default: en

Παράδειγμα

curl -X POST https://api.yeb.to/v1/numerology/lifepath-number \
  -H "Content-Type: application/json" \
  -d '{
  "api_key": "YOUR_KEY",
  "birth_date": "1990-03-15"
}'

Παράδειγμα απάντησης

{
  "computed_data": {
    "type": "lifepath",
    "number": 7
  },
  "reading": {
    "number": 7,
    "title": "The Seeker",
    "meaning": "Life path 7 is the path of the spiritual seeker. You are driven by a deep desire to understand the mysteries of life, constantly searching for truth and wisdom beneath the surface.",
    "strengths": ["analytical", "introspective", "wise"],
    "challenges": ["isolation", "over-thinking"],
    "career": "Research, analysis, spirituality, science, technology, writing, philosophy",
    "relationships": "Needs intellectual connection and respects personal space. Best matched with partners who value depth over superficiality."
  }
}
{"error":"birth_date is required","code":422}

Κωδικοί απάντησης

ΚωδικόςΠεριγραφή
200 SuccessΤο αίτημα επεξεργάστηκε επιτυχώς.
400 Bad RequestΗ επικύρωση εισόδου απέτυχε.
401 UnauthorizedΚλειδί API λείπει ή είναι λάθος.
403 ForbiddenΚλειδί ανενεργό ή μη επιτρεπόμενο.
429 Rate LimitΠάρα πολλά αιτήματα.
500 Server ErrorΜη αναμενόμενο σφάλμα.

Life Path Number

numerology/lifepath-number 0.0200 credits

Parameters

API Key
body · string · required
Birth Date
body · string · required
Language
body · string

Code Samples


                
                
                
            

Response

Status:
Headers

                
Body

                

Personality Number


POST https://api.yeb.to/v1/numerology/personality-number
ΠαράμετροςΤύποςΑπαιτ.Περιγραφή
api_key string ναι Your API key
full_name string ναι Full birth name (first + middle + last)
language string προαιρ. Language code for the AI reading (e.g. en, es, fr). Default: en

Παράδειγμα

curl -X POST https://api.yeb.to/v1/numerology/personality-number \
  -H "Content-Type: application/json" \
  -d '{
  "api_key": "YOUR_KEY",
  "full_name": "John Michael Smith"
}'

Παράδειγμα απάντησης

{
  "computed_data": {
    "type": "personality",
    "number": 2
  },
  "reading": {
    "number": 2,
    "title": "The Diplomat",
    "meaning": "Personality number 2 projects an aura of warmth, cooperation, and approachability. Others see you as a gentle mediator who naturally puts people at ease.",
    "first_impression": "People perceive you as tactful, considerate, and easy to talk to. You radiate a calming energy that makes others feel heard and understood."
  }
}
{"error":"full_name is required","code":422}

Κωδικοί απάντησης

ΚωδικόςΠεριγραφή
200 SuccessΤο αίτημα επεξεργάστηκε επιτυχώς.
400 Bad RequestΗ επικύρωση εισόδου απέτυχε.
401 UnauthorizedΚλειδί API λείπει ή είναι λάθος.
403 ForbiddenΚλειδί ανενεργό ή μη επιτρεπόμενο.
429 Rate LimitΠάρα πολλά αιτήματα.
500 Server ErrorΜη αναμενόμενο σφάλμα.

Personality Number

numerology/personality-number 0.0200 credits

Parameters

API Key
body · string · required
Full Name
body · string · required
Language
body · string

Code Samples


                
                
                
            

Response

Status:
Headers

                
Body

                

Expression (Destiny) Number


POST https://api.yeb.to/v1/numerology/expression-number
ΠαράμετροςΤύποςΑπαιτ.Περιγραφή
api_key string ναι Your API key
full_name string ναι Full birth name (first + middle + last)
language string προαιρ. Language code for the AI reading (e.g. en, es, fr). Default: en

Παράδειγμα

curl -X POST https://api.yeb.to/v1/numerology/expression-number \
  -H "Content-Type: application/json" \
  -d '{
  "api_key": "YOUR_KEY",
  "full_name": "John Michael Smith"
}'

Παράδειγμα απάντησης

{
  "computed_data": {
    "type": "expression",
    "number": 5
  },
  "reading": {
    "number": 5,
    "title": "The Freedom Seeker",
    "meaning": "Expression number 5 reveals a soul wired for adventure, versatility, and dynamic change. You are a natural communicator who thrives on variety and new experiences.",
    "talents": ["adaptability", "communication", "resourcefulness", "curiosity", "persuasion"]
  }
}
{"error":"full_name is required","code":422}

Κωδικοί απάντησης

ΚωδικόςΠεριγραφή
200 SuccessΤο αίτημα επεξεργάστηκε επιτυχώς.
400 Bad RequestΗ επικύρωση εισόδου απέτυχε.
401 UnauthorizedΚλειδί API λείπει ή είναι λάθος.
403 ForbiddenΚλειδί ανενεργό ή μη επιτρεπόμενο.
429 Rate LimitΠάρα πολλά αιτήματα.
500 Server ErrorΜη αναμενόμενο σφάλμα.

Expression Number

numerology/expression-number 0.0200 credits

Parameters

API Key
body · string · required
Full Name
body · string · required
Language
body · string

Code Samples


                
                
                
            

Response

Status:
Headers

                
Body

                

Soul Urge (Heart's Desire) Number


POST https://api.yeb.to/v1/numerology/soul-urge-number
ΠαράμετροςΤύποςΑπαιτ.Περιγραφή
api_key string ναι Your API key
full_name string ναι Full birth name (first + middle + last)
language string προαιρ. Language code for the AI reading (e.g. en, es, fr). Default: en

Παράδειγμα

curl -X POST https://api.yeb.to/v1/numerology/soul-urge-number \
  -H "Content-Type: application/json" \
  -d '{
  "api_key": "YOUR_KEY",
  "full_name": "John Michael Smith"
}'

Παράδειγμα απάντησης

{
  "computed_data": {
    "type": "soul_urge",
    "number": 3
  },
  "reading": {
    "number": 3,
    "title": "The Creative Spirit",
    "meaning": "Soul urge 3 reveals a deep inner drive toward creative expression, joy, and communication. At your core, you crave opportunities to express yourself artistically and inspire others.",
    "desires": ["creative expression", "social connection", "joyful experiences", "artistic fulfillment", "inspiring others"]
  }
}
{"error":"full_name is required","code":422}

Κωδικοί απάντησης

ΚωδικόςΠεριγραφή
200 SuccessΤο αίτημα επεξεργάστηκε επιτυχώς.
400 Bad RequestΗ επικύρωση εισόδου απέτυχε.
401 UnauthorizedΚλειδί API λείπει ή είναι λάθος.
403 ForbiddenΚλειδί ανενεργό ή μη επιτρεπόμενο.
429 Rate LimitΠάρα πολλά αιτήματα.
500 Server ErrorΜη αναμενόμενο σφάλμα.

Soul Urge Number

numerology/soul-urge-number 0.0200 credits

Parameters

API Key
body · string · required
Full Name
body · string · required
Language
body · string

Code Samples


                
                
                
            

Response

Status:
Headers

                
Body

                

Challenge Numbers


POST https://api.yeb.to/v1/numerology/challenge-numbers
ΠαράμετροςΤύποςΑπαιτ.Περιγραφή
api_key string ναι Your API key
birth_date string ναι Date of birth in YYYY-MM-DD format
language string προαιρ. Language code for the AI reading (e.g. en, es, fr). Default: en

Παράδειγμα

curl -X POST https://api.yeb.to/v1/numerology/challenge-numbers \
  -H "Content-Type: application/json" \
  -d '{
  "api_key": "YOUR_KEY",
  "birth_date": "1990-03-15"
}'

Παράδειγμα απάντησης

{
  "computed_data": {
    "type": "challenge",
    "number": [3, 1, 4, 2]
  },
  "reading": {
    "first_challenge": {
      "number": 3,
      "meaning": "Your first challenge is scattered energy. Early in life you may struggle to focus your creative talents, spreading yourself too thin across too many interests."
    },
    "second_challenge": {
      "number": 1,
      "meaning": "Your second challenge involves independence. You must learn to stand on your own and trust your abilities without seeking constant validation."
    },
    "third_challenge": {
      "number": 4,
      "meaning": "The main challenge of your life centers on discipline and structure. Building solid foundations requires patience and consistent effort."
    },
    "fourth_challenge": {
      "number": 2,
      "meaning": "Your final challenge is about cooperation and sensitivity. Learning to balance your needs with others without losing yourself is the key lesson."
    }
  }
}
{"error":"birth_date is required","code":422}

Κωδικοί απάντησης

ΚωδικόςΠεριγραφή
200 SuccessΤο αίτημα επεξεργάστηκε επιτυχώς.
400 Bad RequestΗ επικύρωση εισόδου απέτυχε.
401 UnauthorizedΚλειδί API λείπει ή είναι λάθος.
403 ForbiddenΚλειδί ανενεργό ή μη επιτρεπόμενο.
429 Rate LimitΠάρα πολλά αιτήματα.
500 Server ErrorΜη αναμενόμενο σφάλμα.

Challenge Numbers

numerology/challenge-numbers 0.0200 credits

Parameters

API Key
body · string · required
Birth Date
body · string · required
Language
body · string

Code Samples


                
                
                
            

Response

Status:
Headers

                
Body

                

Subconscious Self Number


POST https://api.yeb.to/v1/numerology/subconscious-self-number
ΠαράμετροςΤύποςΑπαιτ.Περιγραφή
api_key string ναι Your API key
full_name string ναι Full birth name (first + middle + last)
language string προαιρ. Language code for the AI reading (e.g. en, es, fr). Default: en

Παράδειγμα

curl -X POST https://api.yeb.to/v1/numerology/subconscious-self-number \
  -H "Content-Type: application/json" \
  -d '{
  "api_key": "YOUR_KEY",
  "full_name": "John Michael Smith"
}'

Παράδειγμα απάντησης

{
  "computed_data": {
    "type": "subconscious_self",
    "number": 6
  },
  "reading": {
    "number": 6,
    "meaning": "A subconscious self number of 6 indicates that you draw upon a wide range of inner resources when faced with unexpected situations. You have 6 of the 9 core energies represented in your name.",
    "crisis_response": "In times of crisis, you instinctively take on a nurturing and responsible role. You become the pillar others lean on, offering practical support and emotional stability."
  }
}
{"error":"full_name is required","code":422}

Κωδικοί απάντησης

ΚωδικόςΠεριγραφή
200 SuccessΤο αίτημα επεξεργάστηκε επιτυχώς.
400 Bad RequestΗ επικύρωση εισόδου απέτυχε.
401 UnauthorizedΚλειδί API λείπει ή είναι λάθος.
403 ForbiddenΚλειδί ανενεργό ή μη επιτρεπόμενο.
429 Rate LimitΠάρα πολλά αιτήματα.
500 Server ErrorΜη αναμενόμενο σφάλμα.

Subconscious Self Number

numerology/subconscious-self-number 0.0200 credits

Parameters

API Key
body · string · required
Full Name
body · string · required
Language
body · string

Code Samples


                
                
                
            

Response

Status:
Headers

                
Body

                

Personal Day Prediction


POST https://api.yeb.to/v1/numerology/personal-day-prediction
ΠαράμετροςΤύποςΑπαιτ.Περιγραφή
api_key string ναι Your API key
birth_date string ναι Date of birth in YYYY-MM-DD format
date string προαιρ. Target date in YYYY-MM-DD format. Default: today
language string προαιρ. Language code for the AI reading (e.g. en, es, fr). Default: en

Παράδειγμα

curl -X POST https://api.yeb.to/v1/numerology/personal-day-prediction \
  -H "Content-Type: application/json" \
  -d '{
  "api_key": "YOUR_KEY",
  "birth_date": "1990-03-15",
  "date": "2026-02-20"
}'

Παράδειγμα απάντησης

{
  "computed_data": {
    "type": "personal_day",
    "number": 4
  },
  "reading": {
    "number": 4,
    "date": "2026-02-20",
    "theme": "Structure & Foundation",
    "advice": "Today favors practical tasks, organization, and building solid foundations. Focus on completing projects rather than starting new ones. Attention to detail will be rewarded.",
    "best_for": ["organizing", "planning", "finishing tasks", "home improvement", "financial review"],
    "avoid": ["impulsive decisions", "risky ventures", "shortcuts"]
  }
}
{"error":"birth_date is required","code":422}

Κωδικοί απάντησης

ΚωδικόςΠεριγραφή
200 SuccessΤο αίτημα επεξεργάστηκε επιτυχώς.
400 Bad RequestΗ επικύρωση εισόδου απέτυχε.
401 UnauthorizedΚλειδί API λείπει ή είναι λάθος.
403 ForbiddenΚλειδί ανενεργό ή μη επιτρεπόμενο.
429 Rate LimitΠάρα πολλά αιτήματα.
500 Server ErrorΜη αναμενόμενο σφάλμα.

Personal Day Prediction

numerology/personal-day-prediction 0.0200 credits

Parameters

API Key
body · string · required
Birth Date
body · string · required
Date
body · string
Language
body · string

Code Samples


                
                
                
            

Response

Status:
Headers

                
Body

                

Personal Month Prediction


POST https://api.yeb.to/v1/numerology/personal-month-prediction
ΠαράμετροςΤύποςΑπαιτ.Περιγραφή
api_key string ναι Your API key
birth_date string ναι Date of birth in YYYY-MM-DD format
month string προαιρ. Target month in YYYY-MM format. Default: current month
language string προαιρ. Language code for the AI reading (e.g. en, es, fr). Default: en

Παράδειγμα

curl -X POST https://api.yeb.to/v1/numerology/personal-month-prediction \
  -H "Content-Type: application/json" \
  -d '{
  "api_key": "YOUR_KEY",
  "birth_date": "1990-03-15",
  "month": "2026-02"
}'

Παράδειγμα απάντησης

{
  "computed_data": {
    "type": "personal_month",
    "number": 1
  },
  "reading": {
    "number": 1,
    "month": "2026-02",
    "theme": "New Beginnings",
    "overview": "This is a month of fresh starts and initiative. The energy supports launching new projects, asserting yourself, and taking the lead. Trust your instincts and act decisively.",
    "focus_areas": ["launching new projects", "self-promotion", "independence", "bold decisions", "setting intentions"]
  }
}
{"error":"birth_date is required","code":422}

Κωδικοί απάντησης

ΚωδικόςΠεριγραφή
200 SuccessΤο αίτημα επεξεργάστηκε επιτυχώς.
400 Bad RequestΗ επικύρωση εισόδου απέτυχε.
401 UnauthorizedΚλειδί API λείπει ή είναι λάθος.
403 ForbiddenΚλειδί ανενεργό ή μη επιτρεπόμενο.
429 Rate LimitΠάρα πολλά αιτήματα.
500 Server ErrorΜη αναμενόμενο σφάλμα.

Personal Month Prediction

numerology/personal-month-prediction 0.0200 credits

Parameters

API Key
body · string · required
Birth Date
body · string · required
Month
body · string
Language
body · string

Code Samples


                
                
                
            

Response

Status:
Headers

                
Body

                

Personal Year Prediction


POST https://api.yeb.to/v1/numerology/personal-year-prediction
ΠαράμετροςΤύποςΑπαιτ.Περιγραφή
api_key string ναι Your API key
birth_date string ναι Date of birth in YYYY-MM-DD format
year integer προαιρ. 4-digit target year (e.g. 2026). Default: current year
language string προαιρ. Language code for the AI reading (e.g. en, es, fr). Default: en

Παράδειγμα

curl -X POST https://api.yeb.to/v1/numerology/personal-year-prediction \
  -H "Content-Type: application/json" \
  -d '{
  "api_key": "YOUR_KEY",
  "birth_date": "1990-03-15",
  "year": 2026
}'

Παράδειγμα απάντησης

{
  "computed_data": {
    "type": "personal_year",
    "number": 9
  },
  "reading": {
    "number": 9,
    "year": 2026,
    "theme": "Completion & Wisdom",
    "overview": "This is the final year of your current 9-year cycle. It is a time of completion, release, and reflection. Let go of what no longer serves you to make space for the new beginnings coming next year.",
    "key_months": {
      "best": [3, 7],
      "challenging": [5, 11]
    }
  }
}
{"error":"birth_date is required","code":422}

Κωδικοί απάντησης

ΚωδικόςΠεριγραφή
200 SuccessΤο αίτημα επεξεργάστηκε επιτυχώς.
400 Bad RequestΗ επικύρωση εισόδου απέτυχε.
401 UnauthorizedΚλειδί API λείπει ή είναι λάθος.
403 ForbiddenΚλειδί ανενεργό ή μη επιτρεπόμενο.
429 Rate LimitΠάρα πολλά αιτήματα.
500 Server ErrorΜη αναμενόμενο σφάλμα.

Personal Year Prediction

numerology/personal-year-prediction 0.0200 credits

Parameters

API Key
body · string · required
Birth Date
body · string · required
Year
body · string
Language
body · string

Code Samples


                
                
                
            

Response

Status:
Headers

                
Body

                

API Αριθμολογίας — Practical Guide

A comprehensive guide to the Numerology API: calculate life path numbers, expression numbers, soul urge numbers, personality numbers, challenge numbers, and personal cycle predictions. Learn how the Pythagorean system works, how master numbers are handled, and how to integrate AI-powered numerological readings into your applications.

#What the Numerology API does

The Numerology API provides 10 specialized endpoints for professional numerological analysis: calculate all core numbers from a birth date and full name, retrieve individual number readings with AI-powered interpretations, and generate personal cycle predictions for days, months, and years. Every calculation follows the Pythagorean numerology system with proper handling of master numbers (11, 22, 33).

#The Pythagorean numerology system

Pythagorean numerology (also called Western or modern numerology) is the most widely used system. It maps each letter of the alphabet to a digit from 1 to 9:

123456789
ABCDEFGHI
JKLMNOPQR
STUVWXYZ

To calculate a number, each letter is converted to its digit, the digits are summed, and the result is repeatedly reduced until a single digit (1-9) is reached — unless a master number appears during the reduction process.

#Master numbers: 11, 22, 33

Master numbers are double-digit numbers that carry amplified spiritual significance. When the reduction process produces 11, 22, or 33, the number is not reduced further:

  • 11 — The Master Intuitive: Heightened intuition, spiritual insight, and visionary leadership. Combines the qualities of 1 (leadership) doubled with 2 (cooperation).
  • 22 — The Master Builder: Ability to turn grand visions into reality. Merges the idealism of 11 with the practical power of 4.
  • 33 — The Master Teacher: Selfless devotion to uplifting humanity. Combines the vision of 11 and the building capacity of 22 through compassion (6).

#How each number is calculated

#Life Path Number

Derived from birth date. Each component (month, day, year) is reduced individually, then the three results are summed and reduced to a single digit or master number.

# Example: March 15, 1990
Month: 0 + 3 = 3
Day:   1 + 5 = 6
Year:  1 + 9 + 9 + 0 = 19 -> 1 + 9 = 10 -> 1 + 0 = 1
Total: 3 + 6 + 1 = 10 -> 1 + 0 = 1
Life Path = 1

#Expression (Destiny) Number

Derived from all letters of the full birth name. Each letter is mapped to its Pythagorean value, summed, and reduced.

#Soul Urge (Heart's Desire) Number

Derived from the vowels only (A, E, I, O, U) in the full name. Represents inner motivations and what truly drives you.

#Personality Number

Derived from the consonants only in the full name. Represents the outer persona and how others perceive you.

#Challenge Numbers

Four challenge numbers are derived from the birth date. They represent obstacles to overcome during different life phases:

  • First Challenge: Difference between month and day digits
  • Second Challenge: Difference between day and year digits
  • Third Challenge: Difference between first and second challenges
  • Fourth Challenge: Difference between month and year digits

#Subconscious Self Number

Counts how many of the digits 1-9 appear in the full name. The total number of unique digits present reveals your instinctive response in times of crisis.

#Personal cycles: day, month, year

Numerology maps personal time cycles based on the birth date. Each cycle carries a specific vibration that influences energy, opportunities, and focus areas:

  • Personal Year: Calculated from birth month + birth day + current calendar year. A 9-year cycle where each year has a theme (1=new beginnings, 9=completion).
  • Personal Month: Personal year number + calendar month. Provides monthly focus within the yearly theme.
  • Personal Day: Personal month number + calendar day. Daily energy and optimal activities.

#Endpoints at a glance

Endpoint What it does Credits
numerological-numbers Calculate ALL numerological numbers at once (life path, expression, soul urge, personality, challenge, subconscious self, personal year/month/day) 0.03
lifepath-number Life path number calculation with detailed AI interpretation 0.02
personality-number Personality number from consonants with AI reading 0.02
expression-number Expression/destiny number from full name with AI reading 0.02
soul-urge-number Heart’s desire number from vowels with AI reading 0.02
challenge-numbers 4 challenge numbers from birth date with AI interpretation 0.02
subconscious-self-number Subconscious self number with crisis response analysis 0.02
personal-day-prediction Personal day number with daily AI prediction and advice 0.02
personal-month-prediction Personal month number with monthly AI prediction 0.02
personal-year-prediction Personal year number with yearly AI overview 0.02

#Quick start examples

#Get all numbers at once

curl -X POST "https://api.yeb.to/v1/numerology/numerological-numbers" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: YOUR_KEY" \
  -d '{
    "birth_date": "1990-03-15",
    "full_name": "John Michael Smith"
  }'

#Life path number only

curl -X POST "https://api.yeb.to/v1/numerology/lifepath-number" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: YOUR_KEY" \
  -d '{"birth_date": "1990-03-15"}'

#Daily prediction

curl -X POST "https://api.yeb.to/v1/numerology/personal-day-prediction" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: YOUR_KEY" \
  -d '{
    "birth_date": "1990-03-15",
    "date": "2026-02-20"
  }'

#Key parameters explained

ParamUsed inWhat to passWhy it matters
api_key All Via header (X-API-Key) or body param Authentication & rate limiting
birth_date numerological-numbers, lifepath, challenge, personal-* YYYY-MM-DD format Required for all date-based calculations (life path, challenges, personal cycles)
full_name numerological-numbers, personality, expression, soul-urge, subconscious-self Full birth name (first + middle + last) Required for all name-based calculations. Use the birth name for most accurate results.
language All Language code (e.g. en, es, fr, de) Language for the AI-generated reading text. Default: en
date personal-day-prediction YYYY-MM-DD format The specific date for the daily prediction. Default: today
month personal-month-prediction YYYY-MM format The specific month for the monthly prediction. Default: current month
year personal-year-prediction 4-digit year (e.g. 2026) The specific year for the yearly prediction. Default: current year

#Reading & handling responses

Every endpoint returns a consistent structure with two main objects:

  • computed_data — The raw numerological calculations (numbers, types). Use this for your own logic or display.
  • reading — AI-generated interpretation with meanings, strengths, challenges, and advice. Ready to display to end users.

#Error responses

{ "error": "birth_date is required", "code": 422 }
{ "error": "Invalid API key", "code": 401 }
  • 401: Invalid or missing API key
  • 422: Missing required parameters or invalid format (e.g. bad date format)
  • 429: Rate limit exceeded (20 req/s)
  • 402: Insufficient credits
  • 500: Server error (retry with exponential backoff)

#Real-world use cases

#Horoscope & spiritual apps

Challenge: Provide personalized numerology readings alongside astrology content
Solution: Use numerological-numbers for the full profile on sign-up, then personal-day-prediction for daily content

#Dating & compatibility apps

Challenge: Add a numerology-based compatibility score
Solution: Compare life path, expression, and soul urge numbers between two users to generate a compatibility analysis

#Wellness & self-improvement

Challenge: Offer personalized daily guidance
Solution: Use personal-day-prediction for daily tips, personal-month-prediction for monthly goals, and challenge-numbers for growth areas

#Baby naming & branding tools

Challenge: Analyze the numerological significance of potential names
Solution: Use expression-number, soul-urge-number, and personality-number to evaluate how a name’s vibration aligns with desired qualities

#Best practices

  1. Use numerological-numbers for profiles: Fetch all numbers in one call instead of making 6+ separate requests. More efficient and cheaper.
  2. Use birth name: For the most accurate readings, use the full name given at birth (including middle names), not nicknames or married names.
  3. Cache static readings: Life path, expression, soul urge, and personality numbers never change. Cache them per user and only refresh personal cycle predictions.
  4. Date format matters: Always use YYYY-MM-DD for birth_date and date. The API will return 422 for invalid formats.
  5. Multilingual support: Pass language to get readings in the user’s preferred language. AI generates native-quality text, not translations.
  6. Handle master numbers: Display master numbers (11, 22, 33) prominently — they carry special significance. The API flags them in responses.
  7. Handle rate limits: Implement exponential backoff for 429 responses.

#API Changelog

2026-02-20
v1.0 Launch: Numerology API with 10 endpoints — numerological-numbers (all-in-one), lifepath-number, personality-number, expression-number, soul-urge-number, challenge-numbers, subconscious-self-number, personal-day-prediction, personal-month-prediction, personal-year-prediction. Pythagorean system with master number support. Multilingual AI readings.

Συχνές Ερωτήσεις

Το πυθαγόρειο (δυτικό) σύστημα. Τα γράμματα αντιστοιχίζονται στα ψηφία 1-9 και η μείωση ψηφίων διατηρεί τους κύριους αριθμούς 11, 22 και 33.

Ναι. Το endpoint numerological-numbers υπολογίζει κάθε αριθμό (μονοπάτι ζωής, έκφραση, προσωπικότητα, επιθυμία ψυχής, πρόκληση και υποσυνείδητο εαυτό) σε ένα μόνο αίτημα και επιστρέφει ερμηνείες AI για καθέναν.

Χρησιμοποιήστε το πλήρες όνομα γέννησης (μικρό, μεσαίο, επώνυμο) όπως εμφανίζεται στο πιστοποιητικό γέννησης. Τα υποκοριστικά ή τα ονόματα μετά τον γάμο θα παράγουν διαφορετικούς αριθμούς.

Αυτά τα endpoints υπολογίζουν σε ποιον αριθμολογικό κύκλο βρίσκεστε με βάση την ημερομηνία γέννησής σας και την τρέχουσα ημερομηνία. Στη συνέχεια, η AI παρέχει μια εξατομικευμένη πρόβλεψη για τη συγκεκριμένη περίοδο.

Περάστε οποιονδήποτε κωδικό ISO 639-1 στην παράμετρο γλώσσας. Η AI δημιουργεί ολόκληρη την ανάγνωση στη ζητούμενη γλώσσα διατηρώντας τους υπολογισμένους αριθμούς αμετάβλητους.

Τα endpoints μεμονωμένων αριθμών κοστίζουν 0,02 πιστώσεις το καθένα. Το συνολικό endpoint numerological-numbers κοστίζει 0,03 πιστώσεις.

Ναι. Κάθε αίτημα, ακόμα και αυτά που καταλήγουν σε σφάλμα, καταναλώνει πιστωτικές μονάδες. Οι πιστωτικές μονάδες σας συνδέονται με τον αριθμό αιτημάτων, ανεξάρτητα από επιτυχία ή αποτυχία. Εάν το σφάλμα οφείλεται σαφώς σε πρόβλημα της πλατφόρμας από τη δική μας πλευρά, θα αποκαταστήσουμε τις επηρεαζόμενες πιστωτικές μονάδες (χωρίς επιστροφή χρημάτων).

Επικοινωνήστε μαζί μας στο [email protected]. Λαμβάνουμε τα σχόλια σοβαρά—εάν η αναφορά σφάλματος ή το αίτημα λειτουργίας είναι ουσιαστικό, μπορούμε να διορθώσουμε ή να βελτιώσουμε το API γρήγορα και να σας χορηγήσουμε 50 δωρεάν πιστωτικές μονάδες ως ευχαριστώ.

Εξαρτάται από το API και μερικές φορές ακόμα και από το endpoint. Ορισμένα endpoints χρησιμοποιούν δεδομένα από εξωτερικές πηγές, που μπορεί να έχουν αυστηρότερα όρια. Επιβάλλουμε επίσης όρια για να αποτρέψουμε κατάχρηση και να διατηρήσουμε την πλατφόρμα μας σταθερή. Ελέγξτε την τεκμηρίωση για το συγκεκριμένο όριο κάθε endpoint.

Λειτουργούμε με σύστημα πιστωτικών μονάδων. Οι πιστωτικές μονάδες είναι προπληρωμένες, μη επιστρέψιμες μονάδες που ξοδεύετε σε κλήσεις API και εργαλεία. Καταναλώνονται με τη μέθοδο FIFO (παλαιότερες πρώτα) και ισχύουν για 12 μήνες από την ημερομηνία αγοράς. Ο πίνακας ελέγχου δείχνει κάθε ημερομηνία αγοράς και τη λήξη της.

Ναι. Όλες οι αγορασμένες πιστωτικές μονάδες (συμπεριλαμβανομένων κλασματικών υπολοίπων) ισχύουν για 12 μήνες από την αγορά. Οι αχρησιμοποίητες πιστωτικές μονάδες λήγουν αυτόματα και διαγράφονται μόνιμα στο τέλος της περιόδου ισχύος. Οι ληγμένες πιστωτικές μονάδες δεν μπορούν να αποκατασταθούν ή να μετατραπούν σε μετρητά ή άλλη αξία. Μεταβατικός κανόνας: πιστωτικές μονάδες που αγοράστηκαν πριν τις 22 Σεπ. 2025 θεωρούνται αγορασμένες στις 22 Σεπ. 2025 και λήγουν στις 22 Σεπ. 2026 (εκτός αν αναφέρθηκε νωρίτερη λήξη κατά την αγορά).

Ναι—εντός της περιόδου ισχύος τους. Οι αχρησιμοποίητες πιστωτικές μονάδες παραμένουν διαθέσιμες και μεταφέρονται από μήνα σε μήνα μέχρι να λήξουν 12 μήνες μετά την αγορά.

Οι πιστωτικές μονάδες είναι μη επιστρέψιμες. Αγοράστε μόνο ό,τι χρειάζεστε—μπορείτε πάντα να αναπληρώσετε αργότερα. Εάν ένα σφάλμα πλατφόρμας προκαλέσει αποτυχημένη χρέωση, μπορούμε να αποκαταστήσουμε τις επηρεαζόμενες πιστωτικές μονάδες μετά από έρευνα. Καμία επιστροφή χρημάτων.

Οι τιμές ορίζονται σε πιστωτικές μονάδες, όχι σε δολάρια. Κάθε endpoint έχει το δικό του κόστος—δείτε το σήμα «Πιστωτικές μονάδες / αίτημα» παραπάνω. Θα ξέρετε πάντα ακριβώς τι ξοδεύετε.
← Πίσω στα API