You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/llms-full.txt
+37Lines changed: 37 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -147,6 +147,43 @@ Generate the full Human Design bodygraph from a birth moment: type, strategy, in
147
147
- `calculateType` - POST `/human-design/type` - Calculate Human Design type, authority and profile
148
148
- `calculateVariables` - POST `/human-design/variables` - Calculate Human Design Variables - The four arrows and Color, Tone, Base substructure
149
149
150
+
## Chinese Astrology - `roxy.ChineseAstrology`
151
+
152
+
Calculate BaZi Four Pillars charts, Chinese zodiac signs, and the Chinese lunisolar calendar from any birth moment: y...
153
+
154
+
- `calculateAnnualForecast` - POST `/chinese-astrology/bazi/annual-forecast` - Calculate BaZi annual forecast - Liu Nian yearly pillar API
155
+
- `generateBaziChart` - POST `/chinese-astrology/bazi/chart` - Generate BaZi chart - Four Pillars of Destiny calculator API
156
+
- `calculateBaziCompatibility` - POST `/chinese-astrology/bazi/compatibility` - Calculate BaZi compatibility - Four Pillars matchmaking API
157
+
- `calculateDayMasterStrength` - POST `/chinese-astrology/bazi/day-master` - Calculate Day Master strength - BaZi favorable element API
158
+
- `calculateLuckPillars` - POST `/chinese-astrology/bazi/luck-pillars` - Calculate luck pillars - BaZi Da Yun ten-year cycle API
159
+
- `lookupAuspiciousDays` - POST `/chinese-astrology/calendar/auspicious-days` - Find auspicious days - Chinese date selection API for weddings and openings
160
+
- `getAlmanacDay` - GET `/chinese-astrology/calendar/day/{date}` - Get the almanac for a day - Tong Shu API with day officers and mansions
161
+
- `calculateLunarDate` - POST `/chinese-astrology/calendar/lunar-date` - Convert lunar and Gregorian dates - Chinese lunisolar calendar API
162
+
- `getMonthlyAlmanac` - GET `/chinese-astrology/calendar/monthly` - Get a month of almanac days - Chinese calendar month view API
163
+
- `listSolarTerms` - GET `/chinese-astrology/calendar/solar-terms/{year}` - List the 24 solar terms - Jie Qi calendar API with exact instants
164
+
- `listFiveElements` - GET `/chinese-astrology/elements` - List the five elements - Wu Xing API with generating and controlling cycles
165
+
- `listZodiacAnimals` - GET `/chinese-astrology/zodiac/animals` - List the 12 Chinese zodiac animals - Sheng Xiao sign catalogue
166
+
- `getZodiacAnimal` - GET `/chinese-astrology/zodiac/animals/{id}` - Get one Chinese zodiac animal - Full sign profile with compatibility partners
167
+
- `getZodiacCompatibility` - GET `/chinese-astrology/zodiac/compatibility/{sign1}/{sign2}` - Chinese zodiac compatibility - Trine, six harmony, clash and harm analysis
168
+
- `calculateZodiacAnimal` - POST `/chinese-astrology/zodiac/sign` - Find the Chinese zodiac animal for a birth date - Sheng Xiao calculator
169
+
- `getDailyZodiacReading` - GET `/chinese-astrology/zodiac/{id}/daily` - Daily Chinese zodiac reading - Day pillar forecast by animal sign
170
+
171
+
## Feng Shui - `roxy.FengShui`
172
+
173
+
Compute classical feng shui from one API: Xuan Kong flying star natal charts for any of the nine periods and 24 mount...
174
+
175
+
- `getAnnualAfflictions` - GET `/feng-shui/afflictions/{year}` - Annual afflictions - Tai Sui, San Sha and Five Yellow API
176
+
- `listBaguaSectors` - GET `/feng-shui/bagua` - List Bagua sectors - Feng shui bagua map API
177
+
- `getBaguaSector` - GET `/feng-shui/bagua/{id}` - Look up a Bagua sector - Life area reference API
178
+
- `generateEightMansions` - POST `/feng-shui/eight-mansions` - Generate Eight Mansions map - Ba Zhai lucky direction API
179
+
- `getAnnualFlyingStars` - GET `/feng-shui/flying-stars/annual/{year}` - Annual flying stars - Yearly feng shui star chart API
180
+
- `getMonthlyFlyingStars` - GET `/feng-shui/flying-stars/monthly` - Monthly flying stars - Month by month feng shui overlay API
181
+
- `generateFlyingStarChart` - POST `/feng-shui/flying-stars/natal` - Generate flying star natal chart - Xuan Kong Fei Xing API
182
+
- `listFlyingStars` - GET `/feng-shui/flying-stars/stars` - List the nine flying stars - Xuan Kong star reference API
183
+
- `calculateKuaNumber` - POST `/feng-shui/kua` - Calculate Kua number - Feng shui personal direction calculator API
184
+
- `getKuaNumber` - GET `/feng-shui/kua/{number}` - Look up a Kua number - Eight Mansions reference API
185
+
- `listNinePeriods` - GET `/feng-shui/periods` - List the nine periods - San Yuan period table API
186
+
150
187
## Numerology - `roxy.Numerology`
151
188
152
189
Numerology API to calculate life path, expression, soul urge, personality, and maturity numbers, with Pinnacle and Ch...
0 commit comments