Vérification de l'alignement des dates¶
L'endpoint Vérification de l'alignement des dates renvoie des résultats de numérologie d'entreprise pour l'évaluation de la compatibilité des dates pour les décisions de vie. Utilisez cette page pour les règles de paramètres prêtes à l'emploi, les options autorisées et les exemples de réponses.
Endpoint¶
| Méthode | Chemin |
|---|---|
GET | https://api.numerologyapi.com/api/v1/date-alignment-check |
POST | https://api.numerologyapi.com/api/v1/date-alignment-check |
Disponibilité¶
- Authentification :
X-API-Key(ouAuthorization: Bearer YOUR_API_KEY) - Valeurs de
langprises en charge :en,es,de,fr,pt - Canal d'accès : API directe (
https://api.numerologyapi.com) - Passerelle RapidAPI : Non actuellement prise en charge pour les endpoints étendus
Paramètres¶
Paramètres de requête GET¶
| Paramètre | Type | Obligatoire | Valeur par défaut | Options | Description |
|---|---|---|---|---|---|
dob | string | Oui | — | pattern: ^\d{4}-\d{2}-\d{2}$ | Date de naissance au format YYYY-MM-DD |
target_date | string | Oui | — | pattern: ^\d{4}-\d{2}-\d{2}$ | Date de décision pour l'évaluation au format YYYY-MM-DD |
context | string | Oui | — | length: 1..80; valeurs canoniques: marriage, launch, travel, interview, move, contract, surgery, exam, meeting; alias acceptés (exemples): wedding, engagement, trip, vacation, test, presentation, negotiation | Contexte tel que mariage, lancement, voyage, entretien, déménagement, contrat, chirurgie, examen, réunion |
lang | string | Non | en | en, es, de, fr, pt | Langue de réponse (supportées: en, es, de, fr, pt) |
Paramètres de requête POST¶
| Paramètre | Type | Obligatoire | Valeur par défaut | Options | Description |
|---|---|---|---|---|---|
lang | string | Non | en | en, es, de, fr, pt | Langue de réponse (supportées: en, es, de, fr, pt) |
Paramètres du corps POST¶
| Paramètre | Type | Obligatoire | Valeur par défaut | Options | Description |
|---|---|---|---|---|---|
dob | string | Oui | — | pattern: ^\d{4}-\d{2}-\d{2}$ | Date de naissance au format YYYY-MM-DD. |
target_date | string | Oui | — | pattern: ^\d{4}-\d{2}-\d{2}$ | Date cible au format YYYY-MM-DD. |
context | string | Oui | — | longueur: 1..80; Valeurs canoniques: marriage, launch, travel, interview, move, contract, surgery, exam, meeting; Alias acceptés: wedding, engagement, trip, vacation, test, presentation, negotiation | Contexte d'évaluation (par exemple, examen, mariage, lancement, voyage). |
Exemple de réponse¶
GET¶
{
"dob": "1992-07-16",
"target_date": "2026-02-27",
"context": "test",
"normalized_context": "exam",
"alignment_score": 82,
"alignment_label": "Strong Alignment",
"recommendation": "Good date with strong supportive energy.",
"numbers": {
"life_path_number": 8,
"personal_year_number": 6,
"personal_month_number": 8,
"personal_day_number": 8,
"universal_year_number": 1,
"universal_month_number": 3,
"universal_day_number": 3,
"day_of_month_number": 9
},
"component_scores": {
"personal_day": 22,
"personal_month": 10,
"personal_year": 3,
"universal_day": 16,
"universal_month": 8,
"day_of_month": 4,
"life_path_bridge": 14,
"master_support": 5
},
"context_profile": {
"favored_numbers": [
3,
4,
7,
8,
11
],
"caution_numbers": [
5,
6,
9
],
"best_vibes": [
"focus",
"clarity",
"memory",
"precision",
"mental discipline"
]
},
"strengths": [
"Personal Day strongly supports the chosen context",
"Universal Day is favorable for collective timing",
"Personal Month supports the broader timing window"
],
"cautions": [
"Day-of-month vibration may amplify less favorable themes"
],
"meaning": {
"title": "Exam Date: Strong Alignment",
"overview": "A strong and supportive date for exams or mentally demanding evaluation.",
"core_message": "A very good date for exams and focused performance.",
"why_this_is_supportive": [
"The timing supports strong concentration and good mental pacing",
"It favors organized thinking, retention, and disciplined effort",
"The energy helps maintain composure under pressure",
"Recognition and clear expression of knowledge feel naturally supported"
],
"best_used_for": [
"Important academic exams and tests",
"Professional evaluations and assessments",
"Certifications and qualifying examinations",
"Performance situations requiring mental focus"
],
"energetic_advantages": [
"Reliable focus and mental steadiness",
"Good support for organized thinking and pacing",
"Helpful energetic rhythm for sustained effort",
"Favors calm delivery and clear recall"
],
"watch_out": [
"Preparation and consistent revision still matter more than timing alone",
"Do not rely solely on the date — thorough study is key",
"Ensure adequate rest and stress management",
"Avoid last-minute cramming despite favorable energy"
],
"guidance": "A strong day to demonstrate what you know. Combine the supportive timing with disciplined preparation and calm presence.",
"affirmation": "I show up focused, prepared, composed, and confident."
},
"detailed_meaning": "This date offers favorable and focused energy for an exam, indicating a high likelihood of performing well and accessing your knowledge effectively. The timing supports concentration, logical reasoning, and managing time wisely. Minor nerves or tricky questions may arise, but the overall vibration supports your ability to navigate them with poise. Proceed with confidence in your preparation, read questions carefully, and trust your first instincts. The universe encourages your effort, providing mental clarity for a successful outcome.",
"_enterprise": {
"client": "The Numerology API",
"plan": "Enterprise",
"request_id": "d82a9455b5aeecfa",
"quota": "unlimited",
"usage_tracking": true,
"decision_api": true
},
"_api_metadata_": {
"api_name": "The Numerology API by Dakidarts®",
"api_version": "1.0.0",
"endpoint_name": "date_alignment_check",
"endpoint_description": "Evaluates how aligned a target date is for a specific life context using personal and universal numerology cycles.",
"developer": "Dakidarts®",
"copyright": "© 2026 Dakidarts®. All rights reserved.",
"documentation_url": "https://docs.numerologyapi.com/",
"response_timestamp": "2026-03-28T14:37:50.345362+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": ""
}
}
¶
{
"dob": "1992-07-16",
"target_date": "2026-02-27",
"context": "test",
"normalized_context": "exam",
"alignment_score": 82,
"alignment_label": "Strong Alignment",
"recommendation": "Good date with strong supportive energy.",
"numbers": {
"life_path_number": 8,
"personal_year_number": 6,
"personal_month_number": 8,
"personal_day_number": 8,
"universal_year_number": 1,
"universal_month_number": 3,
"universal_day_number": 3,
"day_of_month_number": 9
},
"component_scores": {
"personal_day": 22,
"personal_month": 10,
"personal_year": 3,
"universal_day": 16,
"universal_month": 8,
"day_of_month": 4,
"life_path_bridge": 14,
"master_support": 5
},
"context_profile": {
"favored_numbers": [
3,
4,
7,
8,
11
],
"caution_numbers": [
5,
6,
9
],
"best_vibes": [
"focus",
"clarity",
"memory",
"precision",
"mental discipline"
]
},
"strengths": [
"Personal Day strongly supports the chosen context",
"Universal Day is favorable for collective timing",
"Personal Month supports the broader timing window"
],
"cautions": [
"Day-of-month vibration may amplify less favorable themes"
],
"meaning": {
"title": "Exam Date: Strong Alignment",
"overview": "A strong and supportive date for exams or mentally demanding evaluation.",
"core_message": "A very good date for exams and focused performance.",
"why_this_is_supportive": [
"The timing supports strong concentration and good mental pacing",
"It favors organized thinking, retention, and disciplined effort",
"The energy helps maintain composure under pressure",
"Recognition and clear expression of knowledge feel naturally supported"
],
"best_used_for": [
"Important academic exams and tests",
"Professional evaluations and assessments",
"Certifications and qualifying examinations",
"Performance situations requiring mental focus"
],
"energetic_advantages": [
"Reliable focus and mental steadiness",
"Good support for organized thinking and pacing",
"Helpful energetic rhythm for sustained effort",
"Favors calm delivery and clear recall"
],
"watch_out": [
"Preparation and consistent revision still matter more than timing alone",
"Do not rely solely on the date — thorough study is key",
"Ensure adequate rest and stress management",
"Avoid last-minute cramming despite favorable energy"
],
"guidance": "A strong day to demonstrate what you know. Combine the supportive timing with disciplined preparation and calm presence.",
"affirmation": "I show up focused, prepared, composed, and confident."
},
"detailed_meaning": "This date offers favorable and focused energy for an exam, indicating a high likelihood of performing well and accessing your knowledge effectively. The timing supports concentration, logical reasoning, and managing time wisely. Minor nerves or tricky questions may arise, but the overall vibration supports your ability to navigate them with poise. Proceed with confidence in your preparation, read questions carefully, and trust your first instincts. The universe encourages your effort, providing mental clarity for a successful outcome.",
"_enterprise": {
"client": "The Numerology API",
"plan": "Enterprise",
"request_id": "d82a9455b5aeecfa",
"quota": "unlimited",
"usage_tracking": true,
"decision_api": true
},
"_api_metadata_": {
"api_name": "The Numerology API by Dakidarts®",
"api_version": "1.0.0",
"endpoint_name": "date_alignment_check",
"endpoint_description": "Evaluates how aligned a target date is for a specific life context using personal and universal numerology cycles.",
"developer": "Dakidarts®",
"copyright": "© 2026 Dakidarts®. All rights reserved.",
"documentation_url": "https://docs.numerologyapi.com/",
"response_timestamp": "2026-03-28T14:37:50.345362+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": ""
}
}
Note
This endpoint belongs to the Extended suite and is available through direct API access at https://api.numerologyapi.com. It is currently not supported via the RapidAPI gateway.