Nombre de personnalité¶
Le Nombre de personnalité (parfois appelé Nombre de Sonne) est calculé à partir de votre date et de votre mois de naissance (et non de l'année). Il reflète votre attitude générale face à la vie, votre façon de faire face aux défis, et la première impression que vous donnez aux autres.
Contrairement au Chemin de Vie ou au Destin, ce nombre montre votre attitude externe — votre "vibe" dans les interactions sociales et quotidiennes.
Important: Les nombres maîtres (11, 22, 33) sont toujours réduits à un seul chiffre (2, 4, 6). Aucune interprétation des nombres maîtres n'est renvoyée.
Point de terminaison¶
| Méthode | Chemin |
|---|---|
GET | https://api.numerologyapi.com/api/v1/attitude_number |
POST | https://api.numerologyapi.com/api/v1/attitude_number/post |
En-têtes requis¶
Vous pouvez également vous authentifier avec
Authorization: Bearer YOUR_API_KEY.Créez et gérez les clés API dans le tableau de bord Numerology API.
Paramètres¶
| Paramètre | Type | Obligatoire | Description |
|---|---|---|---|
birth_month | entier | Oui | Mois de naissance (1–12). |
birth_day | entier | Oui | Jour de naissance (1–31). Valide en fonction du mois. |
Note: L'année de naissance n'est pas utilisée — seules la date et le mois sont prises en compte.
Ajoutez le paramètre de requête facultatif
langpour localiser les réponses. Valeurs prises en charge :en,es,de,fr,pt.
Exemples de requêtes¶
Requête GET¶
curl --request GET \
--url "https://api.numerologyapi.com/api/v1/attitude_number?birth_day=16&birth_month=7&lang=en" \
--header "X-API-Key: YOUR_API_KEY"
Requête POST (Corps JSON)¶
curl --request POST \
--url "https://api.numerologyapi.com/api/v1/attitude_number/post?lang=en" \
--header "X-API-Key: YOUR_API_KEY" \
--header "Content-Type: application/json" \
--data '{
"birth_day": 16,
"birth_month": 7
}'
Exemple de réponse¶
{
"attitude_number": 5,
"summary": {
"title": "Attitude Number 5: The Free Spirit & Adventurer",
"overview": "Attitude Number 5 approaches life with curiosity, adaptability, and magnetic energy. You instinctively seek variety, freedom, and new experiences — people feel your excitement and openness to change. You bring movement, fun, and fresh perspectives wherever you go.",
"strengths": [
"Instant adaptability and resourcefulness",
"Natural charisma and love of people",
"Curiosity that makes life feel exciting",
"Courage to embrace change and risk"
],
"challenges": [
"Tendency toward restlessness or avoidance of commitment",
"Risk of excess, impulsiveness, or scattered energy",
"Difficulty with routine or deeper emotional intimacy",
"Can appear unreliable or non-committal"
],
"life_lesson": "Your greatest growth comes from discovering that true freedom includes the freedom to deepen and commit. When adventure is balanced with responsibility, your energy becomes legendary.",
"ideal_daily_expressions": [
"Seeking new experiences, conversations, or ideas",
"Bringing excitement and spontaneity to situations",
"Adapting quickly to change or new people",
"Encouraging others to try something different"
],
"spiritual_growth_tip": "Create a daily grounding practice (breathwork, journaling) alongside your adventures. When freedom and presence dance together, your life becomes infinite."
},
"detailed_meaning": "Attitude Number 5 symbolizes freedom, curiosity, and adaptable response to life's ever-changing landscape. Those with Attitude 5 enthusiastically embrace change, exploration, and new experiences with open arms and minds. They are versatile, quick-thinking, and thrive in dynamic, unpredictable environments that would overwhelm others. Your outward demeanor projects adventure, excitement, and magnetic energy that draws others into new possibilities. People perceive you as the spontaneous free spirit who makes life interesting and inspires them to break from routine. You instinctively seek variety, resist limitation, and adapt quickly to changing circumstances with resourcefulness and enthusiasm. This attitude serves you well in travel, sales, entertainment, entrepreneurship, or any dynamic field offering constant variety and challenge. Challenges include restlessness leading to unfinished projects, difficulty with commitment or routine, and appearing unreliable or flaky; developing grounding practices, seeing important projects through to completion, and balancing freedom with responsibility brings deeper satisfaction and transforms scattered energy into purposeful adventure that creates meaningful results.",
"_enterprise": {
"client": "The Numerology API",
"plan": "Enterprise",
"request_id": "8d0dd087bb861815",
"quota": "unlimited",
"usage_tracking": true
},
"_api_metadata_": {
"api_name": "The Numerology API by Dakidarts®",
"api_version": "0.1.1",
"endpoint_name": "attitude_number",
"endpoint_description": "Computes the Attitude number, indicating outlook and approach to life.",
"developer": "Dakidarts®",
"copyright": "© 2026 Dakidarts®. All rights reserved.",
"documentation_url": "https://docs.numerologyapi.com/",
"response_timestamp": "2026-02-28T07:36:24.453911+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": ""
}
}
Signification et interprétation¶
Attitude 2 – Le médiateur¶
Traits principaux: - Sensible, empathique, coopératif - Médiateur et harmonisateur naturel - Patient, soutenant, intuitif - Évite les conflits, recherche l'équilibre
Première impression: Les autres vous perçoivent comme doux, accessible et gentil — quelqu'un qui écoute et se soucie.
Rôles idéaux: - Conseiller, médiateur, enseignant, infirmier, designer, assistant
Défis: - Éviter les confrontations - Sensibilité excessive aux critiques - Difficulté à dire non
Conseils: Votre force est de mettre les gens en relation. Faites confiance à votre intuition. Fixez des limites avec grâce. Votre don est l'harmonie émotionnelle — utilisez-le pour guérir.
Note
- Calcul:
birth_month + birth_day→ réduire à un seul chiffre uniquement. - Exemple : Mai 15 → 5 + 15 = 20 → 2+0 = 2
- Exemple : Déc 25 → 12 + 25 = 37 → 3+7 = 10 → 1+0 = 1
- Exemple : Mars 11 → 3 + 11 = 14 → 1+4 = 5
- Pas de nombres maîtres: 11 → 2, 22 → 4, 33 → 6. Toujours réduit.
- Validation: Les dates invalides renvoient
400 Bad Request. - Cas d'utilisation: Idéal pour le guidage quotidien, les bios de réseaux sociaux, ou pour obtenir rapidement des informations sur la personnalité.
- Mise en cache: 30 jours de mise en cache pour les mêmes entrées.