Verificarea Aliniamentului Datelor¶
Endpoint-ul Verificarea Aliniamentului Datelor returnează rezultate de numerologie pentru evaluarea compatibilității datelor în luarea deciziilor legate de viață. Utilizați această pagină pentru reguli de parametri pregătite pentru integrare, opțiuni permise și exemple de răspunsuri.
Endpoint¶
| Metodă | Cale |
|---|---|
GET | https://api.numerologyapi.com/api/v1/date-alignment-check |
POST | https://api.numerologyapi.com/api/v1/date-alignment-check |
Disponibilitate¶
- Autentificare:
X-API-Key(sauAuthorization: Bearer YOUR_API_KEY) - Valori suportate pentru
lang:en,es,de,fr,pt - Canal de acces: API direct (
https://api.numerologyapi.com) - Gateway RapidAPI: Nu este suportat în prezent pentru endpoint-uri extinse
Parametri¶
Parametri GET| Parametru | Tip | Obligatoriu | Implicit | Opțiuni | Descriere |¶
|---|---|---|---|---|---| | dob | string | Da | — | pattern ^\d{4}-\d{2}-\d{2}$ | Data de naștere în formatul YYYY-MM-DD | | target_date | string | Da | — | pattern ^\d{4}-\d{2}-\d{2}$ | Data la care se evaluează decizia în formatul YYYY-MM-DD | | context | string | Da | — | lungime 1..80; canonical: marriage, launch, travel, interview, move, contract, surgery, exam, meeting; alias-uri acceptate (exemple): wedding, engagement, trip, vacation, test, presentation, negotiation | Context, cum ar fi căsătoria, lansarea, călătoria, interviul, mutarea, contractul, operația, examenul, întâlnirea | | lang | string | Nu | en | en, es, de, fr, pt | Limbă de răspuns (suportate: en, es, de, fr, pt) |
Parametri pentru cererea POST¶
| Parametru | Tip | Obligatoriu | Implicit | Opțiuni | Descriere |
|---|---|---|---|---|---|
lang | string | Nu | en | en, es, de, fr, pt | Limbă de răspuns (suportate: en, es, de, fr, pt) |
Parametri pentru corpul cererii POST| Parametru | Tip | Obligatoriu | Implicit | Opțiuni | Descriere |¶
|---|---|---|---|---|---| | dob | string | Da | — | pattern ^\d{4}-\d{2}-\d{2}$ | Data de naștere în formatul YYYY-MM-DD. | | target_date | string | Da | — | pattern ^\d{4}-\d{2}-\d{2}$ | Data țintă în formatul YYYY-MM-DD. | | context | string | Da | — | lungime 1..80; valori valide: marriage, launch, travel, interview, move, contract, surgery, exam, meeting; alias acceptate: wedding, engagement, trip, vacation, test, presentation, negotiation | Context pentru evaluare (de exemplu, examen, căsătorie, lansare, călătorie). |
Exemplu de răspuns¶
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.1",
"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.1",
"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": ""
}
}
Notă
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.