Ir para o conteúdo

Dívida Karmica

Números de Dívida Karmica revelam lições não resolvidas de vidas passadas que precisam ser integradas nesta encarnação. Possíveis dívidas kármicas: 13, 14, 16 e 19.

Utilize as informações sobre a Dívida Karmica para compreender desafios recorrentes, desenvolver disciplina e reequilibrar escolhas de vida.


Endpoint

Método Caminho
GET https://api.numerologyapi.com/api/v1/karmic_debt
POST https://api.numerologyapi.com/api/v1/karmic_debt/post

Cabeçalhos Necessários

X-API-Key: YOUR_API_KEY
Content-Type: application/json   (POST only)
Host: api.numerologyapi.com

Você também pode 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 Descrição
birth_year int Sim Ano de nascimento (AAAA)
birth_month int Sim Mês de nascimento (1–12)
birth_day int Sim Dia de nascimento (1–31)

Compatibilidade com o formato legado

Você ainda pode usar os nomes antigos: year, month, day.


Adicione o parâmetro de consulta opcional lang para 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/karmic_debt?birth_year=1992&birth_month=7&birth_day=16&year=1992&month=7&day=16&lang=en" \
  --header "X-API-Key: YOUR_API_KEY"

Requisição POST (corpo JSON)

curl --request POST \
  --url "https://api.numerologyapi.com/api/v1/karmic_debt/post?lang=en" \
  --header "X-API-Key: YOUR_API_KEY" \
  --header "Content-Type: application/json" \
  --data '{
  "birth_year": 1992,
  "birth_month": 7,
  "birth_day": 16,
  "year": 1992,
  "month": 7,
  "day": 16
}'

Exemplo de Resposta

{
  "life_path_number": 8,
  "karmic_number": 8,
  "summary": {
    "title": "No Karmic Debt Detected",
    "overview": "Your numerology chart does not show any of the classic Karmic Debt numbers (13, 14, 16, or 19). This is generally considered a positive sign — your current lifetime is not carrying heavy past-life obligations that require intense resolution.",
    "note": "Karmic lessons can still appear in other areas of the chart (repeated numbers, missing numbers, etc.).",
    "encouragement": "You are free to create with greater ease. Use this lifetime to pursue your soul's joy and highest expression!"
  },
  "detailed_meaning": "Karmic Debt number not found.",
  "_enterprise": {
    "client": "The Numerology API",
    "plan": "Enterprise",
    "request_id": "d5d9851483cbbd8c",
    "quota": "unlimited",
    "usage_tracking": true
  },
  "_api_metadata_": {
    "api_name": "The Numerology API by Dakidarts®",
    "api_version": "0.1.1",
    "endpoint_name": "karmic_debt",
    "endpoint_description": "Identifies Karmic Debt numbers and their significance in your numerology chart.",
    "developer": "Dakidarts®",
    "copyright": "© 2026 Dakidarts®. All rights reserved.",
    "documentation_url": "https://docs.numerologyapi.com/",
    "response_timestamp": "2026-02-28T07:36:31.354748+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": ""
  }
}

Abrir Painel


Pontos Chave

  • Os parâmetros ano, mês e dia de nascimento são obrigatórios.
  • Os Números de Dívida Karmica destacam lições de vidas passadas para que você se torne consciente delas.
  • Ideal para aplicativos de desenvolvimento pessoal, coaching espiritual e avaliações kármicas.

Endpoints Relacionados