ज्योतिषीय चिन्ह जीवनशैली¶
ज़ोडीएक साइन लाइफस्टाइल एंडपॉइंट, ज्योतिषीय चिन्ह से प्राप्त स्थिर साइन-स्तरीय जीवनशैली पैटर्न और प्राथमिकताओं के अर्थ लौटाता है।
यह
/horoscope/sign/*एंडपॉइंट वर्णनात्मक ज्योतिषीय चिन्ह अर्थ (साइन आर्किटेक्ट डेटा) लौटाता है, न कि लाइव ज्योतिषीय रिपोर्ट। लाइव ज्योतिषीय रीडिंग के लिए, हमारे अत्याधुनिक ज्योतिषीय इंजन द्वारा संचालित/api/v1/horoscope/reports/*रिपोर्ट एंडपॉइंट का उपयोग करें। हल्का ओपन-सोर्स इंजन OpAstro है।
एंडपॉइंट¶
| विधि | पथ |
|---|---|
GET | https://api.numerologyapi.com/api/v1/horoscope/sign/lifestyle |
POST | https://api.numerologyapi.com/api/v1/horoscope/sign/lifestyle |
अनुरोध पैरामीटर¶
GET क्वेरी¶
| नाम | आवश्यक | प्रकार | उदाहरण | विवरण |
|---|---|---|---|---|
dob | हाँ | स्ट्रिंग | 1992-07-16 | जन्म तिथि को YYYY-MM-DD प्रारूप में। |
POST बॉडी¶
| नाम | आवश्यक | प्रकार | उदाहरण | विवरण |
|---|---|---|---|---|
dob | हाँ | स्ट्रिंग | 1992-07-16 | जन्म तिथि को YYYY-MM-DD प्रारूप में। |
वैकल्पिक क्वेरी पैरामीटर: lang=en|es|de|fr|pt।
अनुरोध बॉडी| नाम | आवश्यक | प्रकार | उदाहरण | विवरण |¶
|---|---|---|---|---| | dob | हाँ | स्ट्रिंग | 1992-07-16 | जन्म तिथि को YYYY-MM-DD प्रारूप में। |
उदाहरण अनुरोध¶
GET¶
curl --request GET \
--url "https://api.numerologyapi.com/api/v1/horoscope/sign/lifestyle?dob=1992-07-16&lang=en" \
--header "X-API-Key: YOUR_API_KEY"
POST¶
curl --request POST \
--url "https://api.numerologyapi.com/api/v1/horoscope/sign/lifestyle?lang=en" \
--header "X-API-Key: YOUR_API_KEY" \
--header "Content-Type: application/json" \
--data '{
"dob": "1992-07-16"
}'
उदाहरण प्रतिक्रिया¶
{
"zodiac_sign": "Cancer",
"sign_lifestyle": {
"sign_name": "Cancer",
"sign_symbol": "♋",
"dates": "June 21 – July 22",
"element": "Water",
"modality": "Cardinal",
"ruling_planet": "Moon",
"lifestyle_overview": "Cancer builds a nurturing, intuitive life centered on emotional security, home, family, and gentle self-care.",
"daily_routine": "Comforting and cyclical—morning rituals for emotional grounding, family time, creative cooking, and evenings of cozy unwinding.",
"fashion_preferences": "Soft, sentimental pieces—flowy fabrics, vintage-inspired, moonlit silvers, cozy layers, and items with personal meaning.",
"home_decor": "Warm, sanctuary-like—soft textiles, family photos, candles, plants, nostalgic touches, and spaces that feel protective and inviting.",
"food_preferences": "Nourishing, home-cooked comfort—soups, baked goods, family recipes, seafood, and meals shared with loved ones.",
"travel_style": "Cozy and sentimental—beach retreats, family vacations, homey Airbnbs, or places evoking nostalgia and safety.",
"wellness_habits": "Moon rituals, nurturing baths, gentle yoga, journaling emotions, cooking therapy, and time near water.",
"leisure_activities": "Hosting loved ones, cooking/baking, scrapbooking, reading by candlelight, gardening, or quiet creative pursuits.",
"lifestyle_motto": "Nurture deeply, protect softly, and let home be the heart of every day.",
"lifestyle_affirmation": "I create safety within and around me. My intuition guides my peace.",
"key_lifestyle_strengths": [
"Nurturing",
"Intuitive self-care",
"Cozy routines",
"Emotionally attuned",
"Loyal connections"
],
"lifestyle_challenges": [
"Over-attachment to home",
"Mood-driven habits",
"Avoiding change",
"Emotional eating",
"Isolation tendencies"
],
"modern_lifestyle_fit": "Cancer thrives in remote work, family-oriented entrepreneurship, therapy/coaching, or home-based creative fields.",
"spiritual_lifestyle_lesson": "True security blooms from inner trust—boundaries protect sensitivity without closing off the world.",
"sign_number": 4
},
"_enterprise": {
"client": "The Numerology API",
"plan": "Enterprise",
"request_id": "2155acadcb1afabd",
"quota": "unlimited",
"usage_tracking": false
},
"_api_metadata_": {
"api_name": "The Numerology API by Dakidarts®",
"api_version": "1.0.1",
"endpoint_name": "horoscope_sign_lifestyle",
"endpoint_description": "Provides lifestyle preferences for a zodiac sign.",
"developer": "Dakidarts®",
"copyright": "© 2026 Dakidarts®. All rights reserved.",
"documentation_url": "https://docs.numerologyapi.com/",
"response_timestamp": "2026-04-08T13:52:15.602176+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": ""
}
}
प्रतिक्रिया नोट्स¶
zodiac_signऔरsign_lifestyleवर्णनात्मक सामग्री के साथ लौटाता है।_enterpriseऔर_api_metadata_जोड़ता है।- यह एंडपॉइंट एक निश्चित अर्थ वाला सामग्री है, समय-आधारित ट्रांजिट आउटपुट नहीं।