Przejdź do treści

Mały Numer Osobisty

Mały Numer Osobisty jest obliczany na podstawie spółgłosek w Twoim krótkim imieniu (imię i nazwisko). Odzwierciedla Twój publiczny wizerunek – sposób, w jaki inni Cię postrzegają w krótkich lub nieformalnych interakcjach.

Jest to subtelna warstwa Twojej zewnętrznej osobowości – mniej dominująca niż pełny Numer Osobisty, ale nadal wpływowa.

Brak Liczb Mistrzowskich: Zawsze redukowany do pojedynczej cyfry (1–9).


Endpoint

Metoda Ścieżka
GET https://api.numerologyapi.com/api/v1/minor-personality
POST https://api.numerologyapi.com/api/v1/minor-personality

Uwaga: Metoda POST używa tej samej ścieżki co GET – bez sufiksu /post.


Wymagane Nagłówki

X-API-Key: YOUR_API_KEY
Content-Type: application/json   (POST only)
Host: api.numerologyapi.com

Możesz również uwierzytelnić się za pomocą Authorization: Bearer YOUR_API_KEY.

Twórz i zarządzaj kluczami API w panelu Numerology API.


Parametry

Parametr Typ Wymagane Opis
short_name string Tak Pełne krótkie imię (np. "Alex Chen").
num_sys string Nie Opcjonalny system numerologii. Dostępne wartości: pythagorean, chaldean, vedic. Domyślna wartość: pythagorean.

Tylko jedno pole: short_name – musi zawierać co najmniej jedną spółgłoskę.> Add the optional lang query parameter to localize responses. Supported values: en, es, de, fr, pt.

Przykładowe żądania

Żądanie GET

curl --request GET \
  --url "https://api.numerologyapi.com/api/v1/minor-personality?short_name=John+Doe&lang=en&num_sys=pythagorean" \
  --header "X-API-Key: YOUR_API_KEY"

Żądanie POST (Ciało w formacie JSON)

curl --request POST \
  --url "https://api.numerologyapi.com/api/v1/minor-personality?lang=en" \
  --header "X-API-Key: YOUR_API_KEY" \
  --header "Content-Type: application/json" \
  --data '{
  "short_name": "John Doe",
  "num_sys": "pythagorean"
}'

Przykład Odpowiedzi

{
  "numerology_system": "pythagorean",
  "short_name": "John Doe",
  "minor_personality_number": 9,
  "keyword": "The Universal Humanitarian",
  "meaning": "Compassionate, idealistic, and selfless. You project wisdom and global love—the world sees you as the wise elder, healer, or teacher whose heart beats for humanity and whose presence offers forgiveness and hope.",
  "detailed_meaning": "People sense your deep connection to something larger than yourself—you radiate a calm, inclusive love that makes others feel forgiven, accepted, and reminded of their inherent worth, regardless of their past or present struggles. The world perceives you as spiritually evolved, globally conscious, and naturally inclined toward service, often assuming you’re the one who will offer wisdom in crisis, comfort in grief, or guidance toward higher purpose. This vibration draws you to humanitarian causes, teaching, healing, or creative expression that serves the collective, where your ability to see the divine in all beings becomes a beacon for those lost in separation or despair. However, this projection may challenge you with assumptions that you’re always available to give, or that your compassion means you don’t feel pain, set boundaries, or need support yourself. Karmically, your soul is learning that universal love includes self-love—that you cannot heal the world from depletion, and that your presence, not just your action, is a form of service when you are grounded in your own wholeness. Your greatest alignment comes from practicing fierce self-honour: setting boundaries that protect your energy, receiving care as openly as you give it, and trusting that your replenishment is part of your mission. Guard against bitterness by releasing attachment to outcomes—practice forgiveness daily (of self and others), and remember that even unreturned love completes the soul and contributes to the collective healing. When fully embodied, your Minor Personality 9 becomes a vessel of divine grace—proving that the highest wisdom isn’t about having all the answers, but about holding space for others to find their own, exactly as they are.",
  "vibration": "You are perceived as wise, generous, and spiritually evolved.",
  "note": "Derived from consonants only. This is how the world perceives you.",
  "_enterprise": {
    "client": "The Numerology API",
    "plan": "Enterprise",
    "request_id": "ac271749a1ae17ca",
    "quota": "unlimited",
    "usage_tracking": true
  },
  "_api_metadata_": {
    "api_name": "The Numerology API by Dakidarts®",
    "api_version": "0.1.1",
    "endpoint_name": "minor_personality",
    "endpoint_description": "Determines the Minor Personality from consonants in current name.",
    "developer": "Dakidarts®",
    "copyright": "© 2026 Dakidarts®. All rights reserved.",
    "documentation_url": "https://docs.numerologyapi.com/",
    "response_timestamp": "2026-02-28T07:36:36.418615+01:00",
    "data_source": "Internal Engine / Astro Numerology Interpretation Engine (ANIE)",
    "cacheable_status": true,
    "report_issue": "https://github.com/dakidarts/the-numerology-api/issues",
    "response_language": "en",
    "supported_languages": [
      "en",
      "es",
      "de",
      "fr",
      "pt"
    ],
    "notes": ""
  }
}

Znaczenie i Interpretacja

Mała osobowość typu 5 – Dynamiczny Człowiek, który Przyciąga


Public Impression:

---- Elastyczne, energiczne, wszechstronne

---- Szybkie i angażujące

---- Lubi różnorodność i zmiany

---- Charisma w nieformalnych sytuacjach


Jak inni Cię postrzegają:

---> „Ta osoba jest zabawna, elastyczna i zawsze gotowa na nowe doświadczenia.” Najlepsze konteksty:- Sieci, podróże, sprzedaż, media społecznościowe, role kreatywne Wyzwania:- Wyglądanie jako niezawodne lub rozproszone- Unrealizowanie zobowiązań

---- Nadmierne pobudzenie Porady:Your energy is magnetic. Channel it. Your gift is connecting instantly — follow up with consistency.


Open Dashboard


Uwaga

  • Wejście: Tylko short_name (np. "John Doe").
  • Tylko spółgłoski: Wykluczone A, E, I, O, U (Y traktowane jako spółgłoska).
  • Obliczenia: Suma wartości spółgłosek → obniżona do tylko jednej cyfry (1–9).
  • Brak liczb mistrzowskich: Zawsze obniżane.
  • Walidacja:
  • Brak short_name400
  • Brak spółgłosek → 400
  • Zastosowanie: Strategia społeczna, marka, pierwsze wrażenie.
  • Buforowanie: 30-dniowy bufor dla identycznych short_name.