Persönliche Woche¶
Der Endpunkt Persönliche Woche gibt numerologische Ausgaben für den persönlichen Wochenzyklus und die wöchentliche numerologische Anleitung zurück. Verwenden Sie diese Seite für Parameterregeln, zulässige Optionen und Beispielantworten, die für die Integration geeignet sind.
Endpunkt¶
| Methode | Pfad |
|---|---|
GET | https://api.numerologyapi.com/api/v1/personal-week |
POST | https://api.numerologyapi.com/api/v1/personal-week |
Verfügbarkeit¶
- Authentifizierung:
X-API-Key(oderAuthorization: Bearer YOUR_API_KEY) - Unterstützte Werte für
lang:en,es,de,fr,pt - Zugriffskanal: Direkter API-Aufruf (
https://api.numerologyapi.com) - RapidAPI-Gateway: Derzeit nicht unterstützt für erweiterte Endpunkte
Parameter¶
GET-Abfrageparameter¶
| Parameter | Typ | Erforderlich | Standard | Optionen | Beschreibung |
|---|---|---|---|---|---|
dob | string | Ja | — | Muster: ^\d{4}-\d{2}-\d{2}$ | Geburtsdatum im Format YYYY-MM-DD |
target_date | string|null | Nein | — | Muster: ^\d{4}-\d{2}-\d{2}$ | Zieldatum im Format YYYY-MM-DD |
timezone_offset | string | Nein | Europe/Paris | IANA-Zeitzonen-String (z.B. Europe/Paris) | Zeitzonen-Offset, Standard: Europe/Paris |
lang | string | Nein | en | en, es, de, fr, pt | Antwortsprache (unterstützt: en, es, de, fr, pt) |
POST-Abfrageparameter¶
| Parameter | Typ | Erforderlich | Standard | Optionen | Beschreibung |
|---|---|---|---|---|---|
lang | string | Nein | en | en, es, de, fr, pt | Antwortsprache (unterstützt: en, es, de, fr, pt) |
POST-Body-Parameter¶
| Parameter | Typ | Erforderlich | Standard | Optionen | Beschreibung |
|---|---|---|---|---|---|
dob | string | Ja | — | pattern ^\d{4}-\d{2}-\d{2}$ | Geburtsdatum im Format YYYY-MM-DD. |
target_date | string|null | Nein | — | pattern ^\d{4}-\d{2}-\d{2}$ | Zieldatum im Format YYYY-MM-DD. |
timezone_offset | string | Nein | Europe/Paris | IANA Zeitzonen-String (z.B. Europe/Paris) | IANA Zeitzonenname (z.B. Europe/Paris). |
Beispielantwort¶
GET¶
{
"birthdate": "1992-07-16",
"target_date": "2026-02-27",
"timezone": "Europe/Paris",
"week_start": "2026-02-23",
"week_end": "2026-03-01",
"iso_week_number": 9,
"iso_week_year": 2026,
"personal_week_number": 6,
"meaning": {
"title": "Personal Week 6: Harmony, Responsibility & Heart-Centered Care",
"overview": "This week emphasizes love, responsibility, healing, home, beauty, and relational balance. Your attention may turn toward family, emotional obligations, caregiving, harmony, or improving the atmosphere around you. The energy supports service, compassion, and restoration. It asks you to nurture what matters while also remembering that care must include yourself, not only others.",
"core_energy": "Nurturing • Responsible • Loving • Balancing • Healing",
"weekly_theme": "What you care for begins to flourish. This week asks for love expressed through presence, responsibility, and meaningful support.",
"energy_manifestation": [
"Greater concern for family, home, love, or emotional wellbeing",
"Desire to create peace, beauty, and emotional order",
"Responsibilities around people who depend on you",
"Heightened awareness of where healing and forgiveness are needed"
],
"opportunities_this_week": [
"Repair a relationship through mature communication and compassion",
"Beautify your environment and raise the quality of your daily life",
"Show up for loved ones in practical and heartfelt ways",
"Balance giving with healthier boundaries and self-respect"
],
"best_actions": [
"Offer support where it is genuinely needed",
"Tend to home, family, and emotional loose ends",
"Create warmth in your environment through beauty and intention",
"Practice care without falling into over-responsibility"
],
"watch_out": [
"Martyrdom, people-pleasing, or carrying what is not yours",
"Overcontrolling loved ones in the name of helping",
"Perfectionism around family, appearance, or emotional harmony",
"Neglecting your own needs while caring for everyone else"
],
"love_and_relationships": "This is a highly relational week for tenderness, commitment, reconciliation, and emotional depth. If single, you may crave something sincere and supportive rather than casual. If partnered, nurturing the bond through quality time and honest care can bring healing.",
"career_and_money": "Good for service-based work, client care, counseling, wellness, hospitality, design, and community-oriented leadership. Financially, spending may lean toward home, family, beauty, or responsibilities. Stay generous but balanced.",
"spiritual_message": "Love becomes sacred when expressed with wisdom, maturity, and clean intention. True care does not require self-abandonment.",
"spiritual_growth_tip": "Ask yourself where you are giving from love and where you are giving from guilt. Strengthen the difference.",
"affirmation": "I create harmony with love, wisdom, and healthy boundaries. I care deeply without losing myself."
},
"detailed_meaning": "Personal Week 6 focuses on responsibility, home, family, and service—calling you to nurture your environment and relationships. This is a time for domestic tasks, caring for loved ones, or resolving interpersonal harmonies. You may feel a strong desire to fix things for others, but ensure you aren't enabling dependency. Beauty, comfort, and aesthetics are highlighted; improving your living space can boost your mood. Challenges may arise from overburdening yourself with others' problems or becoming overly critical of imperfections. The shadow side includes martyrdom, interference, or sacrificing your well-being for the sake of peace. To align, offer help where it is welcomed, set healthy boundaries, and find beauty in ordinary moments. Avoid neglecting your own needs while caring for others. When embraced, Personal Week 6 fosters love and stability—proving that service grounded in respect creates lasting harmony.",
"_enterprise": {
"client": "The Numerology API",
"plan": "Enterprise",
"request_id": "20ef041dd60e06f1",
"quota": "unlimited",
"usage_tracking": true
},
"_api_metadata_": {
"api_name": "The Numerology API by Dakidarts®",
"api_version": "1.0.0",
"endpoint_name": "personal_week",
"endpoint_description": "Computes the Personal Week number to guide weekly energy, focus, and decisions.",
"developer": "Dakidarts®",
"copyright": "© 2026 Dakidarts®. All rights reserved.",
"documentation_url": "https://docs.numerologyapi.com/",
"response_timestamp": "2026-03-28T14:37:57.985690+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": ""
}
}
¶
{
"birthdate": "1992-07-16",
"target_date": "2026-02-27",
"timezone": "Europe/Paris",
"week_start": "2026-02-23",
"week_end": "2026-03-01",
"iso_week_number": 9,
"iso_week_year": 2026,
"personal_week_number": 6,
"meaning": {
"title": "Personal Week 6: Harmony, Responsibility & Heart-Centered Care",
"overview": "This week emphasizes love, responsibility, healing, home, beauty, and relational balance. Your attention may turn toward family, emotional obligations, caregiving, harmony, or improving the atmosphere around you. The energy supports service, compassion, and restoration. It asks you to nurture what matters while also remembering that care must include yourself, not only others.",
"core_energy": "Nurturing • Responsible • Loving • Balancing • Healing",
"weekly_theme": "What you care for begins to flourish. This week asks for love expressed through presence, responsibility, and meaningful support.",
"energy_manifestation": [
"Greater concern for family, home, love, or emotional wellbeing",
"Desire to create peace, beauty, and emotional order",
"Responsibilities around people who depend on you",
"Heightened awareness of where healing and forgiveness are needed"
],
"opportunities_this_week": [
"Repair a relationship through mature communication and compassion",
"Beautify your environment and raise the quality of your daily life",
"Show up for loved ones in practical and heartfelt ways",
"Balance giving with healthier boundaries and self-respect"
],
"best_actions": [
"Offer support where it is genuinely needed",
"Tend to home, family, and emotional loose ends",
"Create warmth in your environment through beauty and intention",
"Practice care without falling into over-responsibility"
],
"watch_out": [
"Martyrdom, people-pleasing, or carrying what is not yours",
"Overcontrolling loved ones in the name of helping",
"Perfectionism around family, appearance, or emotional harmony",
"Neglecting your own needs while caring for everyone else"
],
"love_and_relationships": "This is a highly relational week for tenderness, commitment, reconciliation, and emotional depth. If single, you may crave something sincere and supportive rather than casual. If partnered, nurturing the bond through quality time and honest care can bring healing.",
"career_and_money": "Good for service-based work, client care, counseling, wellness, hospitality, design, and community-oriented leadership. Financially, spending may lean toward home, family, beauty, or responsibilities. Stay generous but balanced.",
"spiritual_message": "Love becomes sacred when expressed with wisdom, maturity, and clean intention. True care does not require self-abandonment.",
"spiritual_growth_tip": "Ask yourself where you are giving from love and where you are giving from guilt. Strengthen the difference.",
"affirmation": "I create harmony with love, wisdom, and healthy boundaries. I care deeply without losing myself."
},
"detailed_meaning": "Personal Week 6 focuses on responsibility, home, family, and service—calling you to nurture your environment and relationships. This is a time for domestic tasks, caring for loved ones, or resolving interpersonal harmonies. You may feel a strong desire to fix things for others, but ensure you aren't enabling dependency. Beauty, comfort, and aesthetics are highlighted; improving your living space can boost your mood. Challenges may arise from overburdening yourself with others' problems or becoming overly critical of imperfections. The shadow side includes martyrdom, interference, or sacrificing your well-being for the sake of peace. To align, offer help where it is welcomed, set healthy boundaries, and find beauty in ordinary moments. Avoid neglecting your own needs while caring for others. When embraced, Personal Week 6 fosters love and stability—proving that service grounded in respect creates lasting harmony.",
"_enterprise": {
"client": "The Numerology API",
"plan": "Enterprise",
"request_id": "20ef041dd60e06f1",
"quota": "unlimited",
"usage_tracking": true
},
"_api_metadata_": {
"api_name": "The Numerology API by Dakidarts®",
"api_version": "1.0.0",
"endpoint_name": "personal_week",
"endpoint_description": "Computes the Personal Week number to guide weekly energy, focus, and decisions.",
"developer": "Dakidarts®",
"copyright": "© 2026 Dakidarts®. All rights reserved.",
"documentation_url": "https://docs.numerologyapi.com/",
"response_timestamp": "2026-03-28T14:37:57.985690+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": ""
}
}
Hinweis
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.