Semana Personal¶
El punto final Semana Personal devuelve resultados de numerología empresarial para el ciclo semanal y la orientación numerológica semanal. Utilice esta página para las reglas de parámetros listas para la integración, las opciones permitidas y los ejemplos de respuesta.
Punto Final¶
| Método | Ruta |
|---|---|
GET | https://api.numerologyapi.com/api/v1/personal-week |
POST | https://api.numerologyapi.com/api/v1/personal-week |
Disponibilidad¶
- Autenticación:
X-API-Key(oAuthorization: Bearer YOUR_API_KEY) - Valores admitidos de
lang:en,es,de,fr,pt - Canal de acceso: API directa (
https://api.numerologyapi.com) - Gateway de RapidAPI: Actualmente no soportado para puntos finales extendidos
Parámetros¶
Parámetros de consulta GET¶
| Parámetro | Tipo | Requerido | Valor Predeterminado | Opciones | Descripción |
|---|---|---|---|---|---|
dob | string | Sí | — | patrón ^\d{4}-\d{2}-\d{2}$ | Fecha de nacimiento en formato YYYY-MM-DD |
target_date | string|null | No | — | patrón ^\d{4}-\d{2}-\d{2}$ | Fecha objetivo en formato YYYY-MM-DD |
timezone_offset | string | No | Europe/Paris | Cadena de zona horaria IANA (ejemplo: Europe/Paris) | Desplazamiento de la zona horaria, por defecto: Europe/Paris |
lang | string | No | en | en, es, de, fr, pt | Idioma de la respuesta (soportado: en, es, de, fr, pt) |
Parámetros de la consulta POST¶
| Parámetro | Tipo | Requerido | Valor Predeterminado | Opciones | Descripción |
|---|---|---|---|---|---|
lang | string | No | en | en, es, de, fr, pt | Idioma de la respuesta (soportado: en, es, de, fr, pt) |
Parámetros del cuerpo POST¶
| Parámetro | Tipo | Obligatorio | Predeterminado | Opciones | Descripción |
|---|---|---|---|---|---|
dob | string | Sí | — | Patrón ^\d{4}-\d{2}-\d{2}$ | Fecha de nacimiento en formato YYYY-MM-DD. |
target_date | string|null | No | — | Patrón ^\d{4}-\d{2}-\d{2}$ | Fecha objetivo en formato YYYY-MM-DD. |
timezone_offset | string | No | Europe/Paris | Cadena de zona horaria IANA (ejemplo: Europe/Paris) | Nombre de zona horaria IANA (por ejemplo Europe/Paris). |
Ejemplo de Respuesta¶
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": ""
}
}
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.