コンテンツにスキップ

個人的な日の肯定的な言葉

個人的な日の肯定的な言葉は、あなたの個人の日の波動エネルギーに合致するカスタマイズされたステートメントです。 これらは、あなたの意図を明確にし、自信を高め、毎日最高の可能性を実現するのに役立ちます。

これらの肯定的な言葉を使って、日々の数理的なエネルギーと調和させ、より深い意識、創造性、インスピレーションを引き出すことができます。


エンドポイント

メソッド パス
GET https://api.numerologyapi.com/api/v1/personal-day-affirmations
POST https://api.numerologyapi.com/api/v1/personal-day-affirmations

必要なヘッダー

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

また、Authorization: Bearer YOUR_API_KEYを使用して認証することも可能です。 Numerology APIダッシュボードでAPIキーを作成および管理できます。| パラメータ | 型 | 必須 | デフォルト | 説明 | | ------------- | ------ | -------- | ------- | -------------------------------------------------------------------------------- | | dob | 文字列 | はい | — | 生年月日をYYYY-MM-DD形式で入力 (例: "1997-07-17")。 | | target_date | 文字列 | いいえ | 今日 | アファメーションの計算日を指定 (YYYY-MM-DD形式)。 デフォルトは今日。 |

レスポンスをローカライズするためのオプションのクエリパラメータ lang を追加します。 サポートされている値: en, es, de, fr, pt

サンプルリクエスト

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"

POST リクエスト (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"
}'

ダッシュボードを開く


レスポンスの例

{
  "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": ""
  }
}

注意

  • 入力には 生年月日 が必要です。
  • 計算日 はオプションで、デフォルトは今日です。
  • アファメーションはあなたの パーソナル・デイナンバー に関連しており、あなたの毎日のエネルギーと機会を反映します。
  • マインドフルネス、精神的な調和、意図の設定、そして個人的な成長に最適です。

---## 関連するエンドポイント