व्यक्तिगत दिन¶
व्यक्तिगत दिन संख्या विज्ञान आपके जीवन में एक विशिष्ट दिन की ऊर्जा के विषय को पहचानता है। यह आपको बताता है कि आपकी ऊर्जा, ध्यान और निर्णय उस दिन कैसे प्रकट हो सकते हैं।
अपने जन्म की तारीख और सार्वभौमिक दिन के कंपन को मिलाकर, आप व्यक्तिगत, व्यावसायिक और आध्यात्मिक गतिविधियों के लिए सटीक मार्गदर्शन प्राप्त करते हैं।
एंडपॉइंट¶
| विधि | पथ |
|---|---|
GET | https://api.numerologyapi.com/api/v1/personal-day |
POST | https://api.numerologyapi.com/api/v1/personal-day |
आवश्यक हेडर¶
आप
Authorization: Bearer YOUR_API_KEYके साथ भी प्रमाणीकरण कर सकते हैं। संख्या विज्ञान डैशबोर्ड में API कुंजी बनाएं और प्रबंधित करें।
पैरामीटर| पैरामीटर | प्रकार | आवश्यक | डिफ़ॉल्ट | विवरण |¶
| ----------------- | ------ | -------- | ---------------- | ------------------------------------------------------------ | | dob | स्ट्रिंग | हाँ | — | जन्म की तिथि को YYYY-MM-DD प्रारूप में (उदाहरण के लिए, "1997-07-17")। | | target_date | स्ट्रिंग | नहीं | आज | गणना के लिए दिन (YYYY-MM-DD प्रारूप)। डिफ़ॉल्ट रूप से आज। | | timezone_offset | स्ट्रिंग | नहीं | "Europe/Paris" | गणना के लिए टाइमज़ोन। एक मान्य टाइमज़ोन नाम होना चाहिए। |
प्रतिक्रियाओं को स्थानीय बनाने के लिए वैकल्पिक
langक्वेरी पैरामीटर जोड़ें। समर्थित मान:en,es,de,fr,pt।
उदाहरण अनुरोध¶
GET अनुरोध¶
curl --request GET \
--url "https://api.numerologyapi.com/api/v1/personal-day?dob=1992-07-16&target_date=2026-02-27&timezone_offset=Europe%2FParis&lang=en" \
--header "X-API-Key: YOUR_API_KEY"
POST अनुरोध (JSON बॉडी)¶
curl --request POST \
--url "https://api.numerologyapi.com/api/v1/personal-day?lang=en" \
--header "X-API-Key: YOUR_API_KEY" \
--header "Content-Type: application/json" \
--data '{
"dob": "1992-07-16",
"target_date": "2026-02-27",
"timezone_offset": "Europe/Paris"
}'
प्रतिक्रिया का उदाहरण¶
{
"birthdate": "1992-07-16",
"target_date": "2026-02-27",
"timezone": "Europe/Paris",
"personal_day_number": 8,
"meaning": {
"title": "Personal Day 8: Power, Achievement & Manifestation",
"overview": "Today carries strong manifesting energy focused on results, power, and material mastery. This is a 'claim your power' day — perfect for advancing goals, handling finances, or stepping into authority. Your ability to create tangible success is heightened.",
"core_energy": "Powerful • Ambitious • Manifesting • Authoritative • Abundant",
"opportunities_today": [
"Advance career, financial, or personal goals",
"Take on leadership or responsibility",
"Manifest results through focused action",
"Reap rewards from previous efforts"
],
"best_actions": [
"Handle important financial or business matters",
"Step confidently into your authority",
"Focus on tangible progress and results",
"Use power ethically and generously"
],
"watch_out": [
"Power struggles or control issues",
"Workaholism and neglecting rest",
"Equating worth with achievement"
],
"spiritual_growth_tip": "Practice generous giving today. When you circulate power and abundance with wisdom, success becomes truly divine.",
"affirmation": "I wield power with integrity. Abundance flows through me for the highest good."
},
"detailed_meaning": "Personal Day 8 amplifies themes of achievement, authority, and material manifestation—making it a potent day for career moves, financial decisions, strategic planning, and owning your power. The universe supports you in taking command of your resources, asserting your worth, and aligning your actions with long-term goals that build legacy and security. Focus on business matters, negotiations, leadership responsibilities, or any task requiring executive decision-making, discipline, and a results-oriented mindset. Success flows when you act with confidence, integrity, and strategic clarity—knowing that today’s choices can create ripple effects in your material reality for months to come. Be cautious of over-assertion that alienates allies, control issues that stem from fear, or equating self-worth solely with productivity or financial gain. The shadow side includes workaholism that sacrifices health or relationships, or using power manipulatively rather than ethically; true authority serves as well as leads. To align with this vibration, review your goals, manage your time efficiently, and avoid impulsive spending or commitments—think long-term impact over short-term wins. When wielded wisely, Personal Day 8 becomes a forge of mastery—proving that abundance is not just received, but responsibly created through vision, effort, and integrity.",
"_enterprise": {
"client": "The Numerology API",
"plan": "Enterprise",
"request_id": "22c19cc363524579",
"quota": "unlimited",
"usage_tracking": true
},
"_api_metadata_": {
"api_name": "The Numerology API by Dakidarts®",
"api_version": "0.1.1",
"endpoint_name": "personal_day",
"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:38.594761+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": ""
}
}
!!! ध्यान दें !!! इनपुट में जन्म तिथि शामिल होनी चाहिए। * लक्ष्य तिथि वैकल्पिक है — डिफ़ॉल्ट रूप से आज की तारीख पर सेट होती है। * समय क्षेत्र वैकल्पिक है — डिफ़ॉल्ट रूप से "Europe/Paris" पर सेट होता है। * व्यक्तिगत दिन संख्या* 1-9 तक होती है, जिसमें मास्टर नंबर 11, 22 और 33 शामिल हैं। * यह दैनिक योजना, आध्यात्मिक संरेखण, निर्णय लेने और आत्म-चिंतन के लिए उपयोगी है।