AstroWay/api v2.173.1 · hi
सभी सिस्टम सामान्य हैं
// astrology api · POST /v1/chinese/feng-shui/flying-star

उड़ता सितारा (Xuan Kong) फेंग शुई API

एक दिशा और निर्माण अवधि मिलकर पूरी नौ-प्रासाद उड़ते-सितारा चार्ट बनाते हैं: प्रत्येक नौ सेक्टर में अवधि-सितारा, पर्वत-सितारा और फेसिंग-सितारा, साथ में तत्व, प्रकृति और हर एक का अर्थ।

Endpoint
POST /v1/chinese/feng-shui/flying-star
Cost
10 credits
Latency
~70 ms
Tier
Tier 1
// 01 / What it computes

उड़ता सितारा (Xuan Kong) फेंग शुई API

दिशा को 24 पर्वतों में से एक में हल किया जाता है, जो सिस्टम की वास्तविक रेज़ोल्यूशन है: प्रत्येक 15 डिग्री, सेक्टर में तीन, और पर्वत की ध्रुवता तय करती है सितारे किस दिशा में उड़ेंगे। अवधि संख्या से endpoint अवधि-सितारा को केंद्र में रखता है और बाकी आठ को लुओ शु क्रम में प्रासादों में उड़ाता है। बैठने और फेसिंग-पर्वत फिर पर्वत-सितारा और फेसिंग-सितारा देते हैं, प्रत्येक को उसकी शुरूआती पर्वत की ध्रुवता के अनुसार आगे या पीछे उड़ाया जाता है, जो अधिकांश इम्प्लीमेंटेशन में सूक्ष्म त्रुटि है। हर प्रासाद तीनों सितारे, उनके तत्व, क्या वे अवधि में समयसापेक्ष या शत्रु हैं, और वह जोड़ी पढ़ाई लौटाता है, जिस पर प्रैक्टिशनर काम करते हैं।

// 02 / Live request

POST/v1/chinese/feng-shui/flying-star

curl -X POST https://api.astroway.info/v1/chinese/feng-shui/flying-star \
  -H "X-Api-Key: aw_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "facing": 180,
    "period": 8
  }'
Response (excerpt)
{
  "ok": true,
  "data": {
    "period": { "number": 8, "source": "given" },
    "facing": { "degrees": 180, "mountain": "S2", "chinese": "午", "sector": "S", "polarity": "yin" },
    "sitting": { "mountain": "N2", "chinese": "子", "sector": "N", "degrees": 0 },
    "palaces": [
      {
        "palace": "N",
        "degrees": "337.5-22.5",
        "mountainStar": { "star": 9, "name": "Purple Fire", "element": "Fire", "nature": "auspicious" },
        "periodStar": { "star": 4, "name": "Green Wood", "element": "Wood", "nature": "mixed" },
        "facingStar": { "star": 7, "name": "Red Metal", "element": "Metal", "nature": "inauspicious" },
        "pair": "9-7"
      }
    ]
  }
}
// 03 / Parameters

Parameters

nametypeRequired
facing number (degrees) yes Compass bearing the building faces, clockwise from true north. Or send facingMountain as one of the 24 mountains.
period number (1-9) yes Construction period. Not defaulted to the current one: a building occupied in 1998 belongs to period 7, and answering with 9 would be a confident chart for the wrong building.
occupiedDate string (YYYY-MM-DD) no Alternative to period. The period is derived from the date of occupation.
language string no Any of 21 codes for the element names.
// 04 / When to use it

When to use it

इसे कंसल्टेशन टूल, प्रॉपर्टी लिस्टिंग फीचर, इंटीरियर-डिज़ाइन वर्कफ़्लो या फ़्लोर प्लान एनोटेट करने वाले ऐप के पीछे इस्तेमाल करो। रिस्पॉन्स सिर्फ स्ट्रक्चर है, इसलिए इसे नौ-स्क्वायर ग्रिड में रेंडर कर सकते हो, प्लान पर ओवरले कर सकते हो, या इंटरप्रिटेशन लेयर को फीड कर सकते हो। जब तुम्हें बिल्डिंग के नेटल चार्ट पर वर्तमान साल का ओवरले चाहिए, तो annual stars endpoint के साथ पेयर करो, और जब रीडिंग को निवासी के Kua नंबर से मिलाना हो तो साथ में इस्तेमाल करो।

// 05 / Notes

Notes

अवधि को डिफ़ॉल्ट नहीं, बल्कि ज़रूरी बताया गया है, जानबूझकर: मौजूदा अवधि को चुपचाप मान लेना एक ऐसी बिल्डिंग के लिए भरोसेमंद चार्ट बनाता है जो अस्तित्व में नहीं है। उड़ान दिशा शुरूआती पर्वत की ध्रुवता का पालन करती है, और तालिकाएँ प्रकाशित पंचांग चार्ट के खिलाफ पिन की गई हैं। सितारे के नाम उनके चीनी अक्षरों के साथ अंग्रेज़ी ग्लॉस में दिखाए जाते हैं।

Try the उड़ता सितारा फेंग शुई API

Grab a key and make your first call in under a minute.

99.9% SLA · पेड प्लान · 30 दिन स्थिति →