विषय पर बढ़ें

व्यक्तिगत दिन के लिए सकारात्मक कथन

व्यक्तिगत दिन के लिए सकारात्मक कथन ऐसे अनुकूलित कथन हैं जो आपके व्यक्तिगत दिन की ऊर्जा के साथ तालमेल बिठाते हैं। ये आपको हर दिन अपने उद्देश्यों पर ध्यान केंद्रित करने, आत्मविश्वास बढ़ाने और अपनी उच्चतम क्षमता को प्राप्त करने में मदद करते हैं।

इन कथनों का उपयोग करके दैनिक अंकशास्त्रीय ऊर्जा के साथ अपने कार्यों को सुसंगत बनाएं और गहरी जागरूकता, रचनात्मकता और प्रेरणा को अनलॉक करें।


एंडपॉइंट

विधि पथ
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 के साथ भी प्रमाणीकरण कर सकते हैं।

अंकशास्त्र 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": ""
  }
}

!!! ध्यान दें

  • इनपुट में जन्म तिथि शामिल होनी चाहिए।
  • लक्ष्य तिथि वैकल्पिक है — डिफ़ॉल्ट रूप से आज।
  • पुष्टि आपके व्यक्तिगत दिन संख्या से जुड़े हैं, जो आपकी दैनिक ऊर्जा और अवसरों को दर्शाते हैं।
  • यह ध्यान, आध्यात्मिक संरेखण, उद्देश्य निर्धारण, और व्यक्तिगत विकास के लिए आदर्श है।

---## संबंधित एंडपॉइंट्स