شهر شخصي¶
شهر شخصي يحدد علم التردد الخاص بشهر معين في حياتك. يوفر رؤى حول كيفية تجسيد الطاقة والتركيز، والدروس والفرص والتحديات التي يجب توقعها.
يوفر لك شهرك الشخصي إرشادات دقيقة للتخطيط على المدى القصير، والمسار المهني، والعلاقات، والنمو الروحي.
نقطة النهاية (Endpoint)¶
| الطريقة | المسار |
|---|---|
GET | https://api.numerologyapi.com/api/v1/personal-month |
POST | https://api.numerologyapi.com/api/v1/personal-month |
الرؤوس المطلوبة¶
يمكنك أيضًا المصادقة باستخدام
Authorization: Bearer YOUR_API_KEY. قم بإنشاء وإدارة مفاتيح API في لوحة تحكم Numerology API.
المعلمات| المعلمة | النوع | مطلوب | القيمة الافتراضية | الوصف |¶
| ----------------- | ------ | -------- | ------------------------- | --------------------------------------------------------------------------------- | | dob | سلسلة | نعم | — | تاريخ الميلاد بتنسيق YYYY-MM-DD (مثل "1990-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-month?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-month?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_month_number": 8,
"meaning": {
"title": "Personal Month 8: Power, Achievement & Manifestation",
"overview": "A powerful month of personal authority, financial harvest, and tangible success. After the inner focus of Month 7, the energy rewards your efforts with recognition, abundance, and opportunities to step into your full power. This is the month to claim what you've earned.",
"core_energy": "Powerful • Ambitious • Manifesting • Authoritative • Abundant",
"opportunities_this_month": [
"Advance career, financial, or personal goals",
"Step into leadership or influential roles",
"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. When you circulate abundance with wisdom and gratitude, success becomes truly divine.",
"affirmation": "I wield power with integrity. Abundance flows through me for the highest good."
},
"detailed_meaning": "Personal Month 8 amplifies themes of achievement, authority, and material manifestation—making it a potent time for career advancement, financial strategy, and owning your power with integrity. The universe supports you in taking command of your resources, asserting your worth, and aligning your actions with long-term goals that build legacy, security, and influence. Focus on business development, negotiations, leadership responsibilities, investment decisions, or any task requiring executive decision-making, discipline, and measurable results. Success flows when you act with confidence, ethical clarity, and strategic foresight—knowing that this month’s choices can create ripple effects in your material reality for the entire year. 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 annual goals, manage your time efficiently, and avoid impulsive spending or commitments—think long-term impact over short-term wins. When wielded wisely, Personal Month 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": "56e1a56e9ed9947b",
"quota": "unlimited",
"usage_tracking": true
},
"_api_metadata_": {
"api_name": "The Numerology API by Dakidarts®",
"api_version": "0.1.1",
"endpoint_name": "personal_month",
"endpoint_description": "Computes the Personal Month number for monthly guidance and themes.",
"developer": "Dakidarts®",
"copyright": "© 2026 Dakidarts®. All rights reserved.",
"documentation_url": "https://docs.numerologyapi.com/",
"response_timestamp": "2026-02-28T07:36:39.857456+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": ""
}
}
!!! ملاحظة يجب أن يتضمن الإدخال حقل تاريخ الميلاد (DOB). * الشهر المستهدف اختياري - القيمة الافتراضية هي الشهر الحالي. * المنطقة الزمنية اختيارية - القيمة الافتراضية هي "Europe/Paris". * يتراوح رقم الشهر الشخصي من 1 إلى 9، ويعكس الطاقة للشهر. * يساعد في التخطيط على المدى القصير و التوجيه المهني* والعلاقات والنمو الشخصي.