Afirmações para o Dia Pessoal¶
Afirmações para o Dia Pessoal são declarações personalizadas que se alinham com a energia vibracional do seu dia pessoal. Elas ajudam você a focar seus propósitos, aumentar a confiança e manifestar seu potencial máximo a cada dia.
Use estas afirmações para harmonizar suas ações com a energia numerológica diária e desbloquear uma maior consciência, criatividade e inspiração.
Endpoint¶
| Método | Caminho |
|---|---|
GET | https://api.numerologyapi.com/api/v1/personal-day-affirmations |
POST | https://api.numerologyapi.com/api/v1/personal-day-affirmations |
Cabeçalhos Obrigatórios¶
Você também pode se autenticar com
Authorization: Bearer YOUR_API_KEY.Crie e gerencie chaves de API no Painel da API de Numerologia.
Parâmetros¶
| Parâmetro | Tipo | Obrigatório | Valor Padrão | Descrição |
|---|---|---|---|---|
dob | string | Sim | — | Data de nascimento no formato YYYY-MM-DD (por exemplo, "1997-07-17"). |
target_date | string | Não | Hoje | Dia específico para calcular as afirmações (formato YYYY-MM-DD). Por padrão, é o dia atual. |
Adicione o parâmetro de consulta opcional
langpara localizar as respostas. Valores suportados:en,es,de,fr,pt.
Exemplos de Requisições¶
Requisição GET¶
curl --request GET \
--url "https://api.numerologyapi.com/api/v1/personal-day-affirmations?dob=1992-07-16&target_date=2026-02-27&lang=en" \
--header "X-API-Key: YOUR_API_KEY"
Requisição POST (Corpo JSON)¶
curl --request POST \
--url "https://api.numerologyapi.com/api/v1/personal-day-affirmations?lang=en" \
--header "X-API-Key: YOUR_API_KEY" \
--header "Content-Type: application/json" \
--data '{
"dob": "1992-07-16",
"target_date": "2026-02-27"
}'
Exemplo de Resposta¶
{
"dob": "1992-07-16",
"target_date": "2026-02-27",
"personal_day_number": 8,
"affirmation": {
"title": "Personal Day 8 Affirmation",
"affirmation": "Action is power. I move with purpose, build wisely, and claim abundance with integrity and gratitude.",
"overview": "This affirmation activates your manifesting power and authority. It reminds you that disciplined action creates results. Use it to stay focused, empowered, and abundant-minded.",
"when_to_use": [
"During important tasks, meetings, or financial moments",
"When needing motivation or confidence",
"Before claiming your power or setting big goals",
"Anytime you feel scattered or powerless"
],
"spiritual_effect": "This mantra activates your solar plexus and root chakras, grounding ambition in integrity and magnetizing success.",
"variation_for_deeper_resonance": "I wield power with wisdom and love. Abundance flows through me for the highest good.",
"daily_intention_tip": "Stand tall, shoulders back, and repeat this while visualizing golden energy flowing through you."
},
"_enterprise": {
"client": "The Numerology API",
"plan": "Enterprise",
"request_id": "f8c997e7021f7b7a",
"quota": "unlimited",
"usage_tracking": true
},
"_api_metadata_": {
"api_name": "The Numerology API by Dakidarts®",
"api_version": "0.1.1",
"endpoint_name": "personal_day_affirmations",
"endpoint_description": "Calculates the Personal Day number for understanding daily energy and opportunities.",
"developer": "Dakidarts®",
"copyright": "© 2026 Dakidarts®. All rights reserved.",
"documentation_url": "https://docs.numerologyapi.com/",
"response_timestamp": "2026-02-28T07:36:39.007818+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
- A entrada deve incluir data de nascimento.
- A data de destino é opcional — por padrão, é o dia atual.
- As afirmações estão vinculadas ao seu Número Pessoal do Dia, refletindo sua energia e oportunidades diárias.
- Ideal para mindfulness, alinhamento espiritual, definição de propósitos e crescimento pessoal.