Verificação de Alinhamento de Datas¶
O endpoint Verificação de Alinhamento de Datas retorna resultados de numerologia empresarial para pontuação de compatibilidade de datas para decisões de vida. Utilize esta página para regras de parâmetros prontas para integração, opções permitidas e exemplos de resposta.
Endpoint¶
| Método | Caminho |
|---|---|
GET | https://api.numerologyapi.com/api/v1/date-alignment-check |
POST | https://api.numerologyapi.com/api/v1/date-alignment-check |
Disponibilidade¶
- Autenticação:
X-API-Key(ouAuthorization: Bearer YOUR_API_KEY) - Valores suportados de
lang:en,es,de,fr,pt - Canal de acesso: API direta (
https://api.numerologyapi.com) - Gateway RapidAPI: Não suportado atualmente para endpoints estendidos
Parâmetros¶
Parâmetros de Consulta GET¶
| Parâmetro | Tipo | Obrigatório | Padrão | Opções | Descrição |
|---|---|---|---|---|---|
dob | string | Sim | — | padrão: ^\d{4}-\d{2}-\d{2}$ | Data de nascimento no formato YYYY-MM-DD |
target_date | string | Sim | — | padrão: ^\d{4}-\d{2}-\d{2}$ | Data da decisão para avaliação no formato YYYY-MM-DD |
context | string | Sim | — | Comprimento: 1..80; Canônico: marriage, launch, travel, interview, move, contract, surgery, exam, meeting; Alias aceitos (exemplos): wedding, engagement, trip, vacation, test, presentation, negotiation | Contexto: casamento, lançamento, viagem, entrevista, mudança, contrato, cirurgia, exame, reunião |
lang | string | Não | en | en, es, de, fr, pt | Idioma da resposta (suportado: en, es, de, fr, pt) |
Parâmetros da Requisição POST (Query Parameters)¶
| Parâmetro | Tipo | Obrigatório | Padrão | Opções | Descrição |
|---|---|---|---|---|---|
lang | string | Não | en | en, es, de, fr, pt | Idioma da resposta (suportado: en, es, de, fr, pt) |
Parâmetros do Corpo da Requisição POST (Request Body Parameters)¶
| Parâmetro | Tipo | Obrigatório | Padrão | Opções | Descrição |
|---|---|---|---|---|---|
dob | string | Sim | — | padrão: ^\d{4}-\d{2}-\d{2}$ | Data de nascimento no formato YYYY-MM-DD. |
target_date | string | Sim | — | padrão: ^\d{4}-\d{2}-\d{2}$ | Data alvo no formato YYYY-MM-DD. |
context | string | Sim | — | Comprimento: 1..80; Valores canônicos: marriage, launch, travel, interview, move, contract, surgery, exam, meeting; Alias aceitos: wedding, engagement, trip, vacation, test, presentation, negotiation | Contexto para avaliação (por exemplo, exame, casamento, lançamento, viagem). |
Exemplo de Resposta¶
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": ""
}
}
Nota
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.