Human Design
AstroWay API में 12 Human Design एंडपॉइंट हैं — यह किसी भी व्यावसायिक API में HD कवरेज का सबसे गहरा स्तर है। मुख्य एंडपॉइंट POST /v1/human-design पूर्ण मानचित्र लौटाता है। लागत: 50 क्रेडिट (टियर 3)।
12 HD एंडपॉइंट
Section titled “12 HD एंडपॉइंट”| एंडपॉइंट | क्रेडिट | लौटाता है |
|---|---|---|
/v1/human-design | 50 | पूर्ण HD मानचित्र: प्रकार, रणनीति, अधिकार, चैनल, केंद्र, प्रोफ़ाइल |
/v1/human-design/transits | 50 | दिए गए दिनांक के लिए HD ट्रांज़िट |
/v1/human-design/compatibility | 100 | दो HD मानचित्रों की संगतता |
/v1/hd/incarnation-cross | 50 | पुनर्जन्म क्रॉस |
/v1/hd/dream-rave | 50 | Dream Rave मानचित्र |
/v1/hd/hologenetic | 50 | Hologenetic प्रोफ़ाइल |
/v1/hd/sensitivity | 50 | समय संवेदनशीलता (जन्म समय में बदलाव से मानचित्र पर प्रभाव) |
/v1/hd/circuitry | 20 | कॉन्टूर विश्लेषण |
/v1/hd/penta | 100 | Penta (3–5 लोगों का समूह गतिकी) |
/v1/hd/group-overlay | 100 | समूह ओवरले |
/v1/hd/design-date | 10 | Design दिनांक (जन्म से 88° सूर्य) |
/v1/hd/rave-new-years | 10 | Rave New Year दिनांक |
उदाहरण अनुरोध
Section titled “उदाहरण अनुरोध”पैरामीटर वही हैं जो /v1/chart के लिए हैं:
curl -X POST https://api.astroway.info/v1/human-design \ -H "X-Api-Key: aw_live_your_key_here" \ -H "Content-Type: application/json" \ -d '{ "date": "1990-07-14", "time": "14:30:00", "timezoneOffset": 3, "latitude": 50.4501, "longitude": 30.5234 }'const res = await fetch('https://api.astroway.info/v1/human-design', { method: 'POST', headers: { 'Content-Type': 'application/json', 'X-Api-Key': process.env.ASTROWAY_API_KEY!, }, body: JSON.stringify({ date: '1990-07-14', time: '14:30:00', timezoneOffset: 3, latitude: 50.4501, longitude: 30.5234, }),});const hd = await res.json();console.log(hd.type); // e.g. "Generator"console.log(hd.strategy); // e.g. "To Respond"console.log(hd.authority); // e.g. "Sacral"console.log(hd.profile); // e.g. "1/3"import os, requests
r = requests.post( 'https://api.astroway.info/v1/human-design', headers={'X-Api-Key': os.environ['ASTROWAY_API_KEY'], 'Content-Type': 'application/json'}, json={ 'date': '1990-07-14', 'time': '14:30:00', 'timezoneOffset': 3, 'latitude': 50.4501, 'longitude': 30.5234, },)hd = r.json()print(hd['type']) # e.g. "Generator"print(hd['strategy']) # e.g. "To Respond"print(hd['authority']) # e.g. "Sacral"print(hd['channels']) # List of defined channels<?phpuse GuzzleHttp\Client;
$client = new Client(['base_uri' => 'https://api.astroway.info/v1/']);$r = $client->post('human-design', [ 'headers' => ['X-Api-Key' => getenv('ASTROWAY_API_KEY')], 'json' => [ 'date' => '1990-07-14', 'time' => '14:30:00', 'timezoneOffset' => 3, 'latitude' => 50.4501, 'longitude' => 30.5234, ],]);
$hd = json_decode($r->getBody(), true);echo $hd['type']; // e.g. "Generator"echo $hd['strategy']; // e.g. "To Respond"echo $hd['authority']; // e.g. "Sacral"echo $hd['profile']; // e.g. "1/3"उदाहरण प्रतिक्रिया
Section titled “उदाहरण प्रतिक्रिया”{ "input": { "date": "1990-07-14", "time": "14:30:00", "timezoneOffset": 3, "latitude": 50.4501, "longitude": 30.5234 }, "type": "Generator", "strategy": "To Respond", "notSelfTheme": "Frustration", "authority": "Sacral", "profile": "1/3", "definition": "single", "cross": { "name": "Right Angle Cross of the Sphinx", "quarter": "Civilization", "gates": [1, 2, 7, 13] }, "centers": [ { "name": "Sacral", "defined": true }, { "name": "Root", "defined": true }, { "name": "SolarPlexus", "defined": false }, { "name": "Heart", "defined": false }, { "name": "Throat", "defined": true }, { "name": "Ajna", "defined": false }, { "name": "Head", "defined": false }, { "name": "Spleen", "defined": true }, { "name": "G", "defined": true } ], "channels": [ { "gate1": 34, "gate2": 20, "name": "Channel of Charisma", "type": "Generated" } ], "personalityActivations": [ { "gate": 1, "line": 3, "planet": "Sun", "side": "personality" } ], "designActivations": [ { "gate": 2, "line": 5, "planet": "Sun", "side": "design" } ], "designJd": 2448000.123, "personalityJd": 2448087.979}प्रमुख प्रतिक्रिया फ़ील्ड
Section titled “प्रमुख प्रतिक्रिया फ़ील्ड”| फ़ील्ड | प्रकार | विवरण |
|---|---|---|
type | string | Manifestor, Generator, Generator Xing (MG), Projector, Reflector |
strategy | string | निर्णय लेने की रणनीति |
authority | string | आंतरिक अधिकार |
profile | string | प्रोफ़ाइल (उदा. "1/3", "4/6") |
definition | string | single, split, triple-split, quadruple-split |
cross | object | पुनर्जन्म क्रॉस (नाम, तिमाही, 4 गेट) |
centers | array | 9 केंद्रों के साथ परिभाषित/खुला फ़्लैग |
channels | array | परिभाषित चैनल |
personalityActivations | array | 13 Personality सक्रियण (सचेत) |
designActivations | array | 13 Design सक्रियण (अवचेतन) |
आगे क्या?
Section titled “आगे क्या?”- नैटल चार्ट — बुनियादी अनुरोध
- सिनास्ट्री — दो चार्ट्स की संगतता
- ट्रांज़िट्स — ट्रांज़िट ओवरले
- API reference — सभी 723 एंडपॉइंट्स
उपयोगी रहा?
फीडबैक के लिए धन्यवाद।