@@ -103,6 +103,33 @@ Vedic astrology (Jyotish) and KP API for kundli generation with 15 divisional ch
103103- `detectYogas` - POST `/vedic-astrology/yoga/detect` - Detect classical Vedic yogas in a birth chart
104104- `getYoga` - GET `/vedic-astrology/yoga/{id}` - Get yoga details by ID - Vedic Yoga Glossary Entry
105105
106+ ## Forecast - `roxy.Forecast`
107+
108+ Merge upcoming transit aspects, sign ingresses, retrograde stations, new and full moons, biorhythm critical days, and...
109+
110+ - `generateDigest` - POST `/forecast/digest` - Forecast digest - Pre-summarized next 24h, 7d, 30d, and 90d rollups
111+ - `findSignificantDates` - POST `/forecast/significant-dates` - Significant dates - High-significance cross-domain forecast highlights
112+ - `forecastSolarReturn` - POST `/forecast/solar-return` - Solar return chart - Annual birthday forecast chart for a single subject
113+ - `generateTimeline` - POST `/forecast/timeline` - Cross-domain forecast timeline - Transits, ingresses, stations, dasha changes, critical days
114+ - `forecastTransits` - POST `/forecast/transits` - Western astrology forecast - aspects, ingresses, stations, eclipses, moon phases
115+
116+ ## Human Design - `roxy.HumanDesign`
117+
118+ Generate the full Human Design bodygraph from a birth moment: type, strategy, inner authority, profile, definition, i...
119+
120+ - `generateBodygraph` - POST `/human-design/bodygraph` - Generate full Human Design bodygraph - Type, authority, profile, centers, channels, gates
121+ - `calculateCenters` - POST `/human-design/centers` - Calculate the nine Human Design centers
122+ - `getCenter` - GET `/human-design/centers/{id}` - Look up a Human Design center by id
123+ - `calculateChannels` - POST `/human-design/channels` - Calculate the defined Human Design channels
124+ - `calculateConnection` - POST `/human-design/connection` - Calculate Human Design connection chart - Two-person composite bodygraph compatibility
125+ - `calculateGates` - POST `/human-design/gates` - Calculate the 26 Human Design gate activations
126+ - `getGate` - GET `/human-design/gates/{number}` - Look up a Human Design gate by number
127+ - `calculatePenta` - POST `/human-design/penta` - Calculate Human Design Penta - Small-group BG5 operating system for three to five people
128+ - `calculateProfile` - POST `/human-design/profile` - Calculate the Human Design profile and line keynotes
129+ - `generateTransit` - POST `/human-design/transit` - Generate Human Design transit overlay - Current planetary activations on a natal bodygraph
130+ - `calculateType` - POST `/human-design/type` - Calculate Human Design type, authority and profile
131+ - `calculateVariables` - POST `/human-design/variables` - Calculate Human Design Variables - The four arrows and Color, Tone, Base substructure
132+
106133## Numerology - `roxy.Numerology`
107134
108135Numerology API to calculate life path, expression, soul urge, personality, and maturity numbers, with Pinnacle and Ch...
@@ -143,33 +170,6 @@ Tarot reading API with the complete 78-card Rider-Waite-Smith deck and card mean
143170- `castThreeCard` - POST `/tarot/spreads/three-card` - Three-Card Spread: Past, Present, Future
144171- `castYesNo` - POST `/tarot/yes-no` - Get yes/no answer to your question
145172
146- ## Human Design - `roxy.HumanDesign`
147-
148- Generate the full Human Design bodygraph from a birth moment: type, strategy, inner authority, profile, definition, i...
149-
150- - `generateBodygraph` - POST `/human-design/bodygraph` - Generate full Human Design bodygraph - Type, authority, profile, centers, channels, gates
151- - `calculateCenters` - POST `/human-design/centers` - Calculate the nine Human Design centers
152- - `getCenter` - GET `/human-design/centers/{id}` - Look up a Human Design center by id
153- - `calculateChannels` - POST `/human-design/channels` - Calculate the defined Human Design channels
154- - `calculateConnection` - POST `/human-design/connection` - Calculate Human Design connection chart - Two-person composite bodygraph compatibility
155- - `calculateGates` - POST `/human-design/gates` - Calculate the 26 Human Design gate activations
156- - `getGate` - GET `/human-design/gates/{number}` - Look up a Human Design gate by number
157- - `calculatePenta` - POST `/human-design/penta` - Calculate Human Design Penta - Small-group BG5 operating system for three to five people
158- - `calculateProfile` - POST `/human-design/profile` - Calculate the Human Design profile and line keynotes
159- - `generateTransit` - POST `/human-design/transit` - Generate Human Design transit overlay - Current planetary activations on a natal bodygraph
160- - `calculateType` - POST `/human-design/type` - Calculate Human Design type, authority and profile
161- - `calculateVariables` - POST `/human-design/variables` - Calculate Human Design Variables - The four arrows and Color, Tone, Base substructure
162-
163- ## Forecast - `roxy.Forecast`
164-
165- Merge upcoming transit aspects, sign ingresses, retrograde stations, new and full moons, biorhythm critical days, and...
166-
167- - `generateDigest` - POST `/forecast/digest` - Forecast digest - Pre-summarized next 24h, 7d, 30d, and 90d rollups
168- - `findSignificantDates` - POST `/forecast/significant-dates` - Significant dates - High-significance cross-domain forecast highlights
169- - `forecastSolarReturn` - POST `/forecast/solar-return` - Solar return chart - Annual birthday forecast chart for a single subject
170- - `generateTimeline` - POST `/forecast/timeline` - Cross-domain forecast timeline - Transits, ingresses, stations, dasha changes, critical days
171- - `forecastTransits` - POST `/forecast/transits` - Western astrology forecast - aspects, ingresses, stations, eclipses, moon phases
172-
173173## Biorhythm - `roxy.Biorhythm`
174174
175175The most complete biorhythm API: 10 cycle types across 3 primary (physical, emotional, intellectual), 4 secondary (in...
0 commit comments