ग्रह जानकारी¶
ग्रह जानकारी एंडपॉइंट ज्योतिष में प्रत्येक ग्रह के बारे में विस्तृत जानकारी प्रदान करता है। इसमें पिछे जाने की अवधि, शासन, व्यक्तित्व लक्षण, सकारात्मक/नकारात्मक कीवर्ड और एक ज्योतिषीय अवलोकन शामिल हैं।
व्यक्तित्व, जीवन की घटनाओं और अनुकूलता पर ग्रहों के प्रभाव को समझने के लिए एकदम सही।
एंडपॉइंट¶
| विधि | पथ |
|---|---|
GET | https://api.numerologyapi.com/api/v1/horoscope/planets-info |
POST | https://api.numerologyapi.com/api/v1/horoscope/planets-info |
क्वेरी पैरामीटर¶
| नाम | आवश्यक | प्रकार | उदाहरण | विवरण |
|---|---|---|---|---|
planet_name | ✅ | स्ट्रिंग | pluto | वह ग्रह का नाम जिसे आप प्राप्त करना चाहते हैं। समर्थित मान: sun, moon, mercury, venus, mars, jupiter, saturn, uranus, neptune, pluto। |
!!! ध्यान दें यदि पैरामीटर गायब हैं या अमान्य हैं, तो एक 400 त्रुटि वापस आ जाएगी। GET और POST दोनों विधियों का समर्थन किया जाता है।
प्रतिक्रियाओं को स्थानीय बनाने के लिए वैकल्पिक
langक्वेरी पैरामीटर जोड़ें। समर्थित मान:en,es,de,fr,pt।
उदाहरण अनुरोध¶
GET अनुरोध¶
curl --request GET \
--url "https://api.numerologyapi.com/api/v1/horoscope/planets-info?planet_name=sun&lang=en" \
--header "X-API-Key: YOUR_API_KEY"
POST अनुरोध¶
curl --request POST \
--url "https://api.numerologyapi.com/api/v1/horoscope/planets-info?lang=en" \
--header "X-API-Key: YOUR_API_KEY" \
--header "Content-Type: application/json" \
--data '{
"planet_name": "sun"
}'
उदाहरण प्रतिक्रिया¶
{
"planet_symbol": "☉",
"ruling_signs": [
"Leo"
],
"exalted_in": "Aries",
"detriment_in": "Aquarius",
"fall_in": "Libra",
"element": "Fire",
"modality": "Fixed",
"orbital_period_days": "N/A",
"mythological_origin": "In Greek myth, Helios drove the chariot of the Sun across the sky. In Roman tradition, Sol embodies vitality and conscious will.",
"planet_personality": "The Sun radiates confidence, identity, and creative life force. It represents your core self—the essence you reveal to the world when you’re authentically aligned.",
"planet_overview": "The Sun is the center of your astrological chart, symbolizing ego, vitality, and life purpose.",
"planet_summary": "In the natal chart, the Sun reveals your fundamental drive, sense of self, and how you express individuality. Its placement by sign and house shows where you naturally shine and seek recognition. During transits, the Sun activates areas of growth, spotlighting opportunities for leadership and self-actualization. Spiritually, the Sun is the divine spark within—the unwavering truth of who you are beyond roles and masks. For coaches, it marks the client’s ‘hero’s journey’ axis.",
"planet_keywords_positive": [
"Confidence",
"Vitality",
"Authenticity",
"Leadership",
"Creativity",
"Clarity"
],
"planet_keywords_negative": [
"Ego-inflation",
"Self-centeredness",
"Pride",
"Rigidity",
"Need for attention"
],
"life_domains": [
"Identity",
"Career",
"Public Image",
"Creativity",
"Father/Authority Figures"
],
"numerological_resonance": 1,
"affirmation": "I am my true self, radiant and whole.",
"shadow_aspect": "The fear of invisibility or irrelevance, leading to performative identity.",
"transformational_gift": "The courage to embody your truth unapologetically, inspiring others to do the same.",
"modern_interpretation": "In the digital age, the Sun governs personal branding, social media presence, and the quest for authentic self-expression amidst curated personas.",
"compatibility_notes": "Harmonizes with Jupiter (expansion of self) and Mars (action-aligned identity); challenged by Saturn (self-doubt) and Uranus (identity disruption).",
"retrograde_meaning": null,
"eclipse_association": "Solar",
"archetypal_role": "The Sovereign",
"color": "Gold",
"gemstone": "Citrine",
"sacred_number": 1,
"chakra_association": "Solar Plexus",
"frequency_in_hz": 126.22,
"planet_name": "Sun",
"_enterprise": {
"client": "The Numerology API",
"plan": "Enterprise",
"request_id": "d5be325868282dcc",
"quota": "unlimited",
"usage_tracking": true
},
"_api_metadata_": {
"api_name": "The Numerology API by Dakidarts®",
"api_version": "0.1.1",
"endpoint_name": "horoscope_planets_info",
"endpoint_description": "Provides detailed astrological information and attributes of planets.",
"developer": "Dakidarts®",
"copyright": "© 2026 Dakidarts®. All rights reserved.",
"documentation_url": "https://numerologyapi.com/",
"response_timestamp": "2026-02-28T07:37:10.990107+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": ""
}
}
Note
प्रतिक्रिया फ़ील्ड:
planet_calendar— वर्ष के अनुसार, ग्रहों की उल्टी या महत्वपूर्ण तिथियों की श्रृंखला।*planet_calendar_type— Type of calendar period (e.g., Retrograde).planet_facts— प्रमुख ज्योतिषीय शासन, नकारात्मक प्रभाव, उन्नयन, कक्ष की लंबाई और अन्य।planet_keywords_pos— ग्रह से जुड़े सकारात्मक कीवर्ड।planet_keywords_neg— ग्रह से संबंधित नकारात्मक शब्द।*planet_name— Name of the planet.planet_overview— Summary and context about the planet.planet_personality— Planet personality and symbolic meaning.planet_summary— ग्रहों के प्रभाव की विस्तृत व्याख्या।*planet_symbol— Symbolism of the planet’s glyph.
Related Endpoints¶
- Planets In Houses
- Astrology Aspects
- Astrology Houses
- Astrology Returns
- Zodiac Sign Career
- Zodiac Sign Money
- Compatibility Career
- Compatibility Love
- Compatibility Friendship