@openephemeris/mcp-server 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +163 -0
- package/config/dev-allowlist.json +1165 -0
- package/dist/backend/client.d.ts +33 -0
- package/dist/backend/client.js +167 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +87 -0
- package/dist/schema-packs/llm.d.ts +105 -0
- package/dist/schema-packs/llm.js +429 -0
- package/dist/tools/dev.d.ts +1 -0
- package/dist/tools/dev.js +183 -0
- package/dist/tools/index.d.ts +18 -0
- package/dist/tools/index.js +31 -0
- package/dist/tools/specialized/eclipse.d.ts +1 -0
- package/dist/tools/specialized/eclipse.js +56 -0
- package/dist/tools/specialized/electional.d.ts +1 -0
- package/dist/tools/specialized/electional.js +79 -0
- package/dist/tools/specialized/human_design.d.ts +1 -0
- package/dist/tools/specialized/human_design.js +53 -0
- package/dist/tools/specialized/moon.d.ts +1 -0
- package/dist/tools/specialized/moon.js +50 -0
- package/dist/tools/specialized/natal.d.ts +1 -0
- package/dist/tools/specialized/natal.js +71 -0
- package/dist/tools/specialized/relocation.d.ts +1 -0
- package/dist/tools/specialized/relocation.js +71 -0
- package/dist/tools/specialized/synastry.d.ts +1 -0
- package/dist/tools/specialized/synastry.js +61 -0
- package/dist/tools/specialized/transits.d.ts +1 -0
- package/dist/tools/specialized/transits.js +80 -0
- package/package.json +60 -0
|
@@ -0,0 +1,1165 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schema": "astromcp-dev-allowlist-v1",
|
|
3
|
+
"description": "Allowlist derived from the Go sidecar openapi.json. Every entry in allow[] corresponds to a real Go endpoint. Run 'npm run check:dev-allowlist' to validate freshness.",
|
|
4
|
+
"generated_from": "C:\\src\\openephemeris\\apps\\api\\go-sidecar\\openapi.json",
|
|
5
|
+
"deny": {
|
|
6
|
+
"path_prefixes": [
|
|
7
|
+
"/auth",
|
|
8
|
+
"/billing",
|
|
9
|
+
"/admin",
|
|
10
|
+
"/api-keys",
|
|
11
|
+
"/account",
|
|
12
|
+
"/agent",
|
|
13
|
+
"/meta",
|
|
14
|
+
"/iching"
|
|
15
|
+
]
|
|
16
|
+
},
|
|
17
|
+
"allow": [
|
|
18
|
+
{
|
|
19
|
+
"method": "POST",
|
|
20
|
+
"path": "/acg/ccg"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"method": "GET",
|
|
24
|
+
"path": "/acg/health"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"method": "POST",
|
|
28
|
+
"path": "/acg/hits"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"method": "POST",
|
|
32
|
+
"path": "/acg/local-space"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"method": "POST",
|
|
36
|
+
"path": "/acg/natal-lines"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"method": "GET",
|
|
40
|
+
"path": "/catalogs/bodies"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"method": "GET",
|
|
44
|
+
"path": "/catalogs/fixed-stars/groups"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"method": "GET",
|
|
48
|
+
"path": "/catalogs/fixed-stars"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"method": "POST",
|
|
52
|
+
"path": "/comparative/composite/midpoint"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"method": "POST",
|
|
56
|
+
"path": "/comparative/composite"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"method": "POST",
|
|
60
|
+
"path": "/comparative/natal-transits"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"method": "POST",
|
|
64
|
+
"path": "/comparative/overlay"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"method": "POST",
|
|
68
|
+
"path": "/comparative/synastry"
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"method": "POST",
|
|
72
|
+
"path": "/comparative/visualization/bi-wheel"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"method": "GET",
|
|
76
|
+
"path": "/electional/aspect-search"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"method": "GET",
|
|
80
|
+
"path": "/electional/find-window"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"method": "GET",
|
|
84
|
+
"path": "/electional/ingress-calendar"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"method": "GET",
|
|
88
|
+
"path": "/electional/moment-analysis"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"method": "GET",
|
|
92
|
+
"path": "/electional/station-tracker"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"method": "POST",
|
|
96
|
+
"path": "/ephemeris/angles-points"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"method": "POST",
|
|
100
|
+
"path": "/ephemeris/aspect-check"
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"method": "POST",
|
|
104
|
+
"path": "/ephemeris/dignities"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"method": "POST",
|
|
108
|
+
"path": "/ephemeris/fixed-stars"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"method": "GET",
|
|
112
|
+
"path": "/ephemeris/health"
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"method": "POST",
|
|
116
|
+
"path": "/ephemeris/hermetic-lots"
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"method": "POST",
|
|
120
|
+
"path": "/ephemeris/house-cusps"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"method": "GET",
|
|
124
|
+
"path": "/ephemeris/house-systems"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"method": "POST",
|
|
128
|
+
"path": "/ephemeris/lunar-phase"
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"method": "POST",
|
|
132
|
+
"path": "/ephemeris/midpoints"
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"method": "GET",
|
|
136
|
+
"path": "/ephemeris/moon/aspects"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"method": "GET",
|
|
140
|
+
"path": "/ephemeris/moon/ingresses"
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"method": "GET",
|
|
144
|
+
"path": "/ephemeris/moon/phase"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"method": "GET",
|
|
148
|
+
"path": "/ephemeris/moon/void-of-course"
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"method": "POST",
|
|
152
|
+
"path": "/ephemeris/natal-chart"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"method": "POST",
|
|
156
|
+
"path": "/ephemeris/natal/batch"
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"method": "POST",
|
|
160
|
+
"path": "/ephemeris/planet-position"
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"method": "POST",
|
|
164
|
+
"path": "/ephemeris/progressed"
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"method": "POST",
|
|
168
|
+
"path": "/ephemeris/retrograde-status"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"method": "GET",
|
|
172
|
+
"path": "/ephemeris/schemas/natal-request"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"method": "GET",
|
|
176
|
+
"path": "/ephemeris/schemas/natal-response"
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"method": "GET",
|
|
180
|
+
"path": "/ephemeris/supported-metadata"
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"method": "GET",
|
|
184
|
+
"path": "/ephemeris/supported-objects"
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"method": "POST",
|
|
188
|
+
"path": "/ephemeris/uranian-points"
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"method": "POST",
|
|
192
|
+
"path": "/ephemeris/venus-star-points/conjunctions"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"method": "POST",
|
|
196
|
+
"path": "/ephemeris/venus-star-points/eight-year-star"
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"method": "POST",
|
|
200
|
+
"path": "/ephemeris/venus-star-points/elongations"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"method": "POST",
|
|
204
|
+
"path": "/ephemeris/venus-star-points/phase"
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"method": "POST",
|
|
208
|
+
"path": "/ephemeris/venus-star-points/stations"
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"method": "POST",
|
|
212
|
+
"path": "/ephemeris/venus-star-points"
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"method": "GET",
|
|
216
|
+
"path": "/health"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"method": "POST",
|
|
220
|
+
"path": "/human-design/bodygraph"
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"method": "POST",
|
|
224
|
+
"path": "/human-design/chart"
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"method": "POST",
|
|
228
|
+
"path": "/human-design/composite"
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"method": "POST",
|
|
232
|
+
"path": "/human-design/cycles/solar-return"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"method": "POST",
|
|
236
|
+
"path": "/human-design/penta"
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"method": "POST",
|
|
240
|
+
"path": "/human-design/transit"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"method": "GET",
|
|
244
|
+
"path": "/location/autocomplete"
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"method": "GET",
|
|
248
|
+
"path": "/location/reverse"
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"method": "POST",
|
|
252
|
+
"path": "/predictive/events"
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"method": "POST",
|
|
256
|
+
"path": "/predictive/returns/lunar"
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"method": "POST",
|
|
260
|
+
"path": "/predictive/returns/solar"
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"method": "POST",
|
|
264
|
+
"path": "/predictive/returns"
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"method": "POST",
|
|
268
|
+
"path": "/predictive/transit-chart"
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"method": "POST",
|
|
272
|
+
"path": "/predictive/transits/planet-to-degree"
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"method": "POST",
|
|
276
|
+
"path": "/predictive/transits/search"
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"method": "POST",
|
|
280
|
+
"path": "/predictive/transits/sign-ingresses"
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"method": "POST",
|
|
284
|
+
"path": "/timezone/lookup"
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"method": "POST",
|
|
288
|
+
"path": "/timezone/offset"
|
|
289
|
+
}
|
|
290
|
+
],
|
|
291
|
+
"last_generated_at": "2026-03-07T15:54:33.080Z",
|
|
292
|
+
"openapi_sha256": "296e122c0d0e1dbfd9668b1df9ab3de30b407693837dc96a42d6f2820d880601",
|
|
293
|
+
"candidates_get": [
|
|
294
|
+
{
|
|
295
|
+
"method": "GET",
|
|
296
|
+
"path": "/acg/datasets",
|
|
297
|
+
"tags": [
|
|
298
|
+
"ACG"
|
|
299
|
+
],
|
|
300
|
+
"operationId": "datasets_acg_datasets_get"
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"method": "GET",
|
|
304
|
+
"path": "/acg/health",
|
|
305
|
+
"tags": [
|
|
306
|
+
"ACG"
|
|
307
|
+
],
|
|
308
|
+
"operationId": "health_acg_health_get"
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
"method": "GET",
|
|
312
|
+
"path": "/acg/meta",
|
|
313
|
+
"tags": [
|
|
314
|
+
"ACG"
|
|
315
|
+
],
|
|
316
|
+
"operationId": "meta_acg_meta_get"
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
"method": "GET",
|
|
320
|
+
"path": "/acg/mvt/{z}/{x}/{y}",
|
|
321
|
+
"tags": [
|
|
322
|
+
"ACG"
|
|
323
|
+
],
|
|
324
|
+
"operationId": "mvt_tile_path_acg_mvt__z___x___y__get"
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
"method": "GET",
|
|
328
|
+
"path": "/acg/mvt/tiles",
|
|
329
|
+
"tags": [
|
|
330
|
+
"ACG"
|
|
331
|
+
],
|
|
332
|
+
"operationId": "mvt_tiles_acg_mvt_tiles_get"
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"method": "GET",
|
|
336
|
+
"path": "/calendar/astrology/cross-quarter",
|
|
337
|
+
"tags": [
|
|
338
|
+
"calendar"
|
|
339
|
+
],
|
|
340
|
+
"operationId": "cross_quarter_calendar_astrology_cross_quarter_get"
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"method": "GET",
|
|
344
|
+
"path": "/calendar/astrology/lunar-standstill",
|
|
345
|
+
"tags": [
|
|
346
|
+
"calendar"
|
|
347
|
+
],
|
|
348
|
+
"operationId": "lunar_standstill_calendar_astrology_lunar_standstill_get"
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
"method": "GET",
|
|
352
|
+
"path": "/calendar/astrology/moon-phases",
|
|
353
|
+
"tags": [
|
|
354
|
+
"calendar"
|
|
355
|
+
],
|
|
356
|
+
"operationId": "moon_phases_calendar_astrology_moon_phases_get"
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"method": "GET",
|
|
360
|
+
"path": "/catalogs/bodies",
|
|
361
|
+
"tags": [
|
|
362
|
+
"catalogs"
|
|
363
|
+
],
|
|
364
|
+
"operationId": "get_bodies_catalog_catalogs_bodies_get"
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
"method": "GET",
|
|
368
|
+
"path": "/catalogs/fixed-stars/groups",
|
|
369
|
+
"tags": [
|
|
370
|
+
"catalogs"
|
|
371
|
+
],
|
|
372
|
+
"operationId": "get_fixed_star_groups_catalogs_fixed_stars_groups_get"
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"method": "GET",
|
|
376
|
+
"path": "/catalogs/fixed-stars",
|
|
377
|
+
"tags": [
|
|
378
|
+
"catalogs"
|
|
379
|
+
],
|
|
380
|
+
"operationId": "get_fixed_stars_catalogs_fixed_stars_get"
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"method": "GET",
|
|
384
|
+
"path": "/chinese/zodiac",
|
|
385
|
+
"tags": [
|
|
386
|
+
"chinese"
|
|
387
|
+
],
|
|
388
|
+
"operationId": "zodiac_lookup_chinese_zodiac_get"
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
"method": "GET",
|
|
392
|
+
"path": "/eclipse/besselian-elements",
|
|
393
|
+
"tags": [
|
|
394
|
+
"eclipse"
|
|
395
|
+
],
|
|
396
|
+
"operationId": "get_besselian_elements_eclipse_besselian_elements_get"
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"method": "GET",
|
|
400
|
+
"path": "/eclipse/lunar/global",
|
|
401
|
+
"tags": [
|
|
402
|
+
"eclipse"
|
|
403
|
+
],
|
|
404
|
+
"operationId": "get_lunar_eclipse_global_eclipse_lunar_global_get"
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"method": "GET",
|
|
408
|
+
"path": "/eclipse/next-visible",
|
|
409
|
+
"tags": [
|
|
410
|
+
"eclipse"
|
|
411
|
+
],
|
|
412
|
+
"operationId": "get_next_visible_eclipse_eclipse_next_visible_get"
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"method": "GET",
|
|
416
|
+
"path": "/eclipse/saros/series",
|
|
417
|
+
"tags": [
|
|
418
|
+
"eclipse"
|
|
419
|
+
],
|
|
420
|
+
"operationId": "get_saros_series_eclipse_saros_series_get"
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
"method": "GET",
|
|
424
|
+
"path": "/eclipse/solar/global",
|
|
425
|
+
"tags": [
|
|
426
|
+
"eclipse"
|
|
427
|
+
],
|
|
428
|
+
"operationId": "get_solar_eclipse_global_eclipse_solar_global_get"
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
"method": "GET",
|
|
432
|
+
"path": "/eclipse/solar/local",
|
|
433
|
+
"tags": [
|
|
434
|
+
"eclipse"
|
|
435
|
+
],
|
|
436
|
+
"operationId": "get_solar_eclipse_local_eclipse_solar_local_get"
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
"method": "GET",
|
|
440
|
+
"path": "/electional/aspect-search",
|
|
441
|
+
"tags": [
|
|
442
|
+
"electional"
|
|
443
|
+
],
|
|
444
|
+
"operationId": "ElectionalAspectSearchElectionalAspectSearchGet"
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
"method": "GET",
|
|
448
|
+
"path": "/electional/find-window",
|
|
449
|
+
"tags": [
|
|
450
|
+
"electional"
|
|
451
|
+
],
|
|
452
|
+
"operationId": "ElectionalFindWindowElectionalFindWindowGet"
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
"method": "GET",
|
|
456
|
+
"path": "/electional/ingress-calendar",
|
|
457
|
+
"tags": [
|
|
458
|
+
"electional"
|
|
459
|
+
],
|
|
460
|
+
"operationId": "ElectionalIngressCalendarElectionalIngressCalendarGet"
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
"method": "GET",
|
|
464
|
+
"path": "/electional/moment-analysis",
|
|
465
|
+
"tags": [
|
|
466
|
+
"electional"
|
|
467
|
+
],
|
|
468
|
+
"operationId": "ElectionalMomentAnalysisElectionalMomentAnalysisGet"
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"method": "GET",
|
|
472
|
+
"path": "/electional/station-tracker",
|
|
473
|
+
"tags": [
|
|
474
|
+
"electional"
|
|
475
|
+
],
|
|
476
|
+
"operationId": "ElectionalStationTrackerElectionalStationTrackerGet"
|
|
477
|
+
},
|
|
478
|
+
{
|
|
479
|
+
"method": "GET",
|
|
480
|
+
"path": "/ephemeris/agro/calendar",
|
|
481
|
+
"tags": [
|
|
482
|
+
"agricultural"
|
|
483
|
+
],
|
|
484
|
+
"operationId": "get_agro_calendar_endpoint_ephemeris_agro_calendar_get"
|
|
485
|
+
},
|
|
486
|
+
{
|
|
487
|
+
"method": "GET",
|
|
488
|
+
"path": "/ephemeris/agro/daily",
|
|
489
|
+
"tags": [
|
|
490
|
+
"agricultural"
|
|
491
|
+
],
|
|
492
|
+
"operationId": "get_agro_daily_endpoint_ephemeris_agro_daily_get"
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
"method": "GET",
|
|
496
|
+
"path": "/ephemeris/agro/void-of-course",
|
|
497
|
+
"tags": [
|
|
498
|
+
"agricultural"
|
|
499
|
+
],
|
|
500
|
+
"operationId": "get_void_of_course_endpoint_ephemeris_agro_void_of_course_get"
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
"method": "GET",
|
|
504
|
+
"path": "/ephemeris/health",
|
|
505
|
+
"tags": [
|
|
506
|
+
"health"
|
|
507
|
+
],
|
|
508
|
+
"operationId": "health_check_ephemeris_health_get"
|
|
509
|
+
},
|
|
510
|
+
{
|
|
511
|
+
"method": "GET",
|
|
512
|
+
"path": "/ephemeris/house-systems",
|
|
513
|
+
"tags": [
|
|
514
|
+
"api-metadata"
|
|
515
|
+
],
|
|
516
|
+
"operationId": "get_supported_house_systems_ephemeris_house_systems_get"
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
"method": "GET",
|
|
520
|
+
"path": "/ephemeris/moon/aspects",
|
|
521
|
+
"tags": [
|
|
522
|
+
"lunar"
|
|
523
|
+
],
|
|
524
|
+
"operationId": "get_moon_aspects_endpoint_ephemeris_moon_aspects_get"
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
"method": "GET",
|
|
528
|
+
"path": "/ephemeris/moon/ingresses",
|
|
529
|
+
"tags": [
|
|
530
|
+
"lunar"
|
|
531
|
+
],
|
|
532
|
+
"operationId": "get_moon_ingresses_endpoint_ephemeris_moon_ingresses_get"
|
|
533
|
+
},
|
|
534
|
+
{
|
|
535
|
+
"method": "GET",
|
|
536
|
+
"path": "/ephemeris/moon/phase",
|
|
537
|
+
"tags": [
|
|
538
|
+
"lunar"
|
|
539
|
+
],
|
|
540
|
+
"operationId": "get_lunar_phase_endpoint_ephemeris_moon_phase_get"
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
"method": "GET",
|
|
544
|
+
"path": "/ephemeris/moon/void-of-course",
|
|
545
|
+
"tags": [
|
|
546
|
+
"lunar"
|
|
547
|
+
],
|
|
548
|
+
"operationId": "get_void_of_course_endpoint_ephemeris_moon_void_of_course_get"
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
"method": "GET",
|
|
552
|
+
"path": "/ephemeris/schemas/natal-request",
|
|
553
|
+
"tags": [
|
|
554
|
+
"api-metadata"
|
|
555
|
+
],
|
|
556
|
+
"operationId": "get_natal_request_schema_ephemeris_schemas_natal_request_get"
|
|
557
|
+
},
|
|
558
|
+
{
|
|
559
|
+
"method": "GET",
|
|
560
|
+
"path": "/ephemeris/schemas/natal-response",
|
|
561
|
+
"tags": [
|
|
562
|
+
"api-metadata"
|
|
563
|
+
],
|
|
564
|
+
"operationId": "get_natal_response_schema_ephemeris_schemas_natal_response_get"
|
|
565
|
+
},
|
|
566
|
+
{
|
|
567
|
+
"method": "GET",
|
|
568
|
+
"path": "/ephemeris/supported-metadata",
|
|
569
|
+
"tags": [
|
|
570
|
+
"api-metadata"
|
|
571
|
+
],
|
|
572
|
+
"operationId": "get_supported_metadata_ephemeris_supported_metadata_get"
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
"method": "GET",
|
|
576
|
+
"path": "/ephemeris/supported-objects",
|
|
577
|
+
"tags": [
|
|
578
|
+
"api-metadata"
|
|
579
|
+
],
|
|
580
|
+
"operationId": "get_supported_objects_ephemeris_supported_objects_get"
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
"method": "GET",
|
|
584
|
+
"path": "/",
|
|
585
|
+
"tags": [
|
|
586
|
+
"api-metadata"
|
|
587
|
+
],
|
|
588
|
+
"operationId": "root__get"
|
|
589
|
+
},
|
|
590
|
+
{
|
|
591
|
+
"method": "GET",
|
|
592
|
+
"path": "/health/detailed",
|
|
593
|
+
"tags": [
|
|
594
|
+
"health"
|
|
595
|
+
],
|
|
596
|
+
"operationId": "detailed_health_check_health_detailed_get"
|
|
597
|
+
},
|
|
598
|
+
{
|
|
599
|
+
"method": "GET",
|
|
600
|
+
"path": "/health",
|
|
601
|
+
"tags": [
|
|
602
|
+
"health"
|
|
603
|
+
],
|
|
604
|
+
"operationId": "global_health_check_health_get"
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
"method": "GET",
|
|
608
|
+
"path": "/location/autocomplete",
|
|
609
|
+
"tags": [
|
|
610
|
+
"location-timezone"
|
|
611
|
+
],
|
|
612
|
+
"operationId": "autocomplete_location_location_autocomplete_get"
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
"method": "GET",
|
|
616
|
+
"path": "/location/reverse",
|
|
617
|
+
"tags": [
|
|
618
|
+
"location-timezone"
|
|
619
|
+
],
|
|
620
|
+
"operationId": "reverse_geocode_location_reverse_get"
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
"method": "GET",
|
|
624
|
+
"path": "/tidal/forcing/deep-time",
|
|
625
|
+
"tags": [
|
|
626
|
+
"tidal"
|
|
627
|
+
],
|
|
628
|
+
"operationId": "get_tidal_forcing_deep_time_endpoint_tidal_forcing_deep_time_get"
|
|
629
|
+
},
|
|
630
|
+
{
|
|
631
|
+
"method": "GET",
|
|
632
|
+
"path": "/tidal/forcing",
|
|
633
|
+
"tags": [
|
|
634
|
+
"tidal"
|
|
635
|
+
],
|
|
636
|
+
"operationId": "get_tidal_forcing_endpoint_tidal_forcing_get"
|
|
637
|
+
},
|
|
638
|
+
{
|
|
639
|
+
"method": "GET",
|
|
640
|
+
"path": "/time/delta-t",
|
|
641
|
+
"tags": [
|
|
642
|
+
"Time Conversion"
|
|
643
|
+
],
|
|
644
|
+
"operationId": "get_delta_t_time_delta_t_get"
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
"method": "GET",
|
|
648
|
+
"path": "/time/equation-of-time",
|
|
649
|
+
"tags": [
|
|
650
|
+
"Time Conversion"
|
|
651
|
+
],
|
|
652
|
+
"operationId": "get_equation_of_time_time_equation_of_time_get"
|
|
653
|
+
},
|
|
654
|
+
{
|
|
655
|
+
"method": "GET",
|
|
656
|
+
"path": "/time/sidereal",
|
|
657
|
+
"tags": [
|
|
658
|
+
"Time Conversion"
|
|
659
|
+
],
|
|
660
|
+
"operationId": "get_sidereal_time_time_sidereal_get"
|
|
661
|
+
},
|
|
662
|
+
{
|
|
663
|
+
"method": "GET",
|
|
664
|
+
"path": "/time/solar-event",
|
|
665
|
+
"tags": [
|
|
666
|
+
"Time Conversion"
|
|
667
|
+
],
|
|
668
|
+
"operationId": "get_solar_events_time_solar_event_get"
|
|
669
|
+
}
|
|
670
|
+
],
|
|
671
|
+
"candidates_non_get": [
|
|
672
|
+
{
|
|
673
|
+
"method": "POST",
|
|
674
|
+
"path": "/acg/ccg",
|
|
675
|
+
"tags": [
|
|
676
|
+
"ACG"
|
|
677
|
+
],
|
|
678
|
+
"operationId": "ccg_acg_ccg_post"
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
"method": "POST",
|
|
682
|
+
"path": "/acg/crossings",
|
|
683
|
+
"tags": [
|
|
684
|
+
"ACG"
|
|
685
|
+
],
|
|
686
|
+
"operationId": "crossings_acg_crossings_post"
|
|
687
|
+
},
|
|
688
|
+
{
|
|
689
|
+
"method": "POST",
|
|
690
|
+
"path": "/acg/declination-lines",
|
|
691
|
+
"tags": [
|
|
692
|
+
"ACG"
|
|
693
|
+
],
|
|
694
|
+
"operationId": "declination_lines_acg_declination_lines_post"
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
"method": "POST",
|
|
698
|
+
"path": "/acg/features",
|
|
699
|
+
"tags": [
|
|
700
|
+
"ACG"
|
|
701
|
+
],
|
|
702
|
+
"operationId": "features_acg_features_post"
|
|
703
|
+
},
|
|
704
|
+
{
|
|
705
|
+
"method": "POST",
|
|
706
|
+
"path": "/acg/hits",
|
|
707
|
+
"tags": [
|
|
708
|
+
"ACG"
|
|
709
|
+
],
|
|
710
|
+
"operationId": "hits_acg_hits_post"
|
|
711
|
+
},
|
|
712
|
+
{
|
|
713
|
+
"method": "POST",
|
|
714
|
+
"path": "/acg/local-space",
|
|
715
|
+
"tags": [
|
|
716
|
+
"ACG"
|
|
717
|
+
],
|
|
718
|
+
"operationId": "local_space_acg_local_space_post"
|
|
719
|
+
},
|
|
720
|
+
{
|
|
721
|
+
"method": "POST",
|
|
722
|
+
"path": "/acg/midpoints",
|
|
723
|
+
"tags": [
|
|
724
|
+
"ACG"
|
|
725
|
+
],
|
|
726
|
+
"operationId": "midpoints_acg_midpoints_post"
|
|
727
|
+
},
|
|
728
|
+
{
|
|
729
|
+
"method": "POST",
|
|
730
|
+
"path": "/acg/natal-lines",
|
|
731
|
+
"tags": [
|
|
732
|
+
"ACG"
|
|
733
|
+
],
|
|
734
|
+
"operationId": "natal_lines_acg_natal_lines_post"
|
|
735
|
+
},
|
|
736
|
+
{
|
|
737
|
+
"method": "POST",
|
|
738
|
+
"path": "/chinese/bazi",
|
|
739
|
+
"tags": [
|
|
740
|
+
"chinese"
|
|
741
|
+
],
|
|
742
|
+
"operationId": "bazi_chart_chinese_bazi_post"
|
|
743
|
+
},
|
|
744
|
+
{
|
|
745
|
+
"method": "POST",
|
|
746
|
+
"path": "/comparative/composite/midpoint",
|
|
747
|
+
"tags": [
|
|
748
|
+
"comparative"
|
|
749
|
+
],
|
|
750
|
+
"operationId": "calculate_composite_midpoint_comparative_composite_midpoint_post"
|
|
751
|
+
},
|
|
752
|
+
{
|
|
753
|
+
"method": "POST",
|
|
754
|
+
"path": "/comparative/composite",
|
|
755
|
+
"tags": [
|
|
756
|
+
"comparative"
|
|
757
|
+
],
|
|
758
|
+
"operationId": "calculate_composite_comparative_composite_post"
|
|
759
|
+
},
|
|
760
|
+
{
|
|
761
|
+
"method": "POST",
|
|
762
|
+
"path": "/comparative/natal-transits",
|
|
763
|
+
"tags": [
|
|
764
|
+
"comparative"
|
|
765
|
+
],
|
|
766
|
+
"operationId": "calculate_natal_transits_comparative_natal_transits_post"
|
|
767
|
+
},
|
|
768
|
+
{
|
|
769
|
+
"method": "POST",
|
|
770
|
+
"path": "/comparative/overlay",
|
|
771
|
+
"tags": [
|
|
772
|
+
"comparative"
|
|
773
|
+
],
|
|
774
|
+
"operationId": "calculate_overlay_comparative_overlay_post"
|
|
775
|
+
},
|
|
776
|
+
{
|
|
777
|
+
"method": "POST",
|
|
778
|
+
"path": "/comparative/synastry",
|
|
779
|
+
"tags": [
|
|
780
|
+
"comparative"
|
|
781
|
+
],
|
|
782
|
+
"operationId": "calculate_synastry_comparative_synastry_post"
|
|
783
|
+
},
|
|
784
|
+
{
|
|
785
|
+
"method": "POST",
|
|
786
|
+
"path": "/comparative/visualization/bi-wheel",
|
|
787
|
+
"tags": [
|
|
788
|
+
"comparative"
|
|
789
|
+
],
|
|
790
|
+
"operationId": "generate_bi_wheel_comparative_visualization_bi_wheel_post"
|
|
791
|
+
},
|
|
792
|
+
{
|
|
793
|
+
"method": "POST",
|
|
794
|
+
"path": "/ephemeris/angles-points",
|
|
795
|
+
"tags": [
|
|
796
|
+
"ephemeris"
|
|
797
|
+
],
|
|
798
|
+
"operationId": "angles_points_ephemeris_angles_points_post"
|
|
799
|
+
},
|
|
800
|
+
{
|
|
801
|
+
"method": "POST",
|
|
802
|
+
"path": "/ephemeris/aspect-check",
|
|
803
|
+
"tags": [
|
|
804
|
+
"ephemeris"
|
|
805
|
+
],
|
|
806
|
+
"operationId": "aspect_check_ephemeris_aspect_check_post"
|
|
807
|
+
},
|
|
808
|
+
{
|
|
809
|
+
"method": "POST",
|
|
810
|
+
"path": "/ephemeris/dignities",
|
|
811
|
+
"tags": [
|
|
812
|
+
"ephemeris"
|
|
813
|
+
],
|
|
814
|
+
"operationId": "dignities_ephemeris_dignities_post"
|
|
815
|
+
},
|
|
816
|
+
{
|
|
817
|
+
"method": "POST",
|
|
818
|
+
"path": "/ephemeris/fixed-stars",
|
|
819
|
+
"tags": [
|
|
820
|
+
"ephemeris"
|
|
821
|
+
],
|
|
822
|
+
"operationId": "calculate_fixed_stars_ephemeris_fixed_stars_post"
|
|
823
|
+
},
|
|
824
|
+
{
|
|
825
|
+
"method": "POST",
|
|
826
|
+
"path": "/ephemeris/hermetic-lots",
|
|
827
|
+
"tags": [
|
|
828
|
+
"ephemeris"
|
|
829
|
+
],
|
|
830
|
+
"operationId": "calculate_hermetic_lots_ephemeris_hermetic_lots_post"
|
|
831
|
+
},
|
|
832
|
+
{
|
|
833
|
+
"method": "POST",
|
|
834
|
+
"path": "/ephemeris/house-cusps",
|
|
835
|
+
"tags": [
|
|
836
|
+
"ephemeris"
|
|
837
|
+
],
|
|
838
|
+
"operationId": "house_cusps_ephemeris_house_cusps_post"
|
|
839
|
+
},
|
|
840
|
+
{
|
|
841
|
+
"method": "POST",
|
|
842
|
+
"path": "/ephemeris/lunar-phase",
|
|
843
|
+
"tags": [
|
|
844
|
+
"ephemeris"
|
|
845
|
+
],
|
|
846
|
+
"operationId": "calculate_lunar_phase_endpoint_ephemeris_lunar_phase_post"
|
|
847
|
+
},
|
|
848
|
+
{
|
|
849
|
+
"method": "POST",
|
|
850
|
+
"path": "/ephemeris/midpoints",
|
|
851
|
+
"tags": [
|
|
852
|
+
"ephemeris"
|
|
853
|
+
],
|
|
854
|
+
"operationId": "calculate_midpoints_ephemeris_midpoints_post"
|
|
855
|
+
},
|
|
856
|
+
{
|
|
857
|
+
"method": "POST",
|
|
858
|
+
"path": "/ephemeris/natal-chart",
|
|
859
|
+
"tags": [
|
|
860
|
+
"ephemeris"
|
|
861
|
+
],
|
|
862
|
+
"operationId": "calculate_natal_chart_enhanced_ephemeris_natal_chart_post"
|
|
863
|
+
},
|
|
864
|
+
{
|
|
865
|
+
"method": "POST",
|
|
866
|
+
"path": "/ephemeris/natal/batch",
|
|
867
|
+
"tags": [
|
|
868
|
+
"ephemeris"
|
|
869
|
+
],
|
|
870
|
+
"operationId": "calculate_natal_batch_ephemeris_natal_batch_post"
|
|
871
|
+
},
|
|
872
|
+
{
|
|
873
|
+
"method": "POST",
|
|
874
|
+
"path": "/ephemeris/planet-position",
|
|
875
|
+
"tags": [
|
|
876
|
+
"ephemeris"
|
|
877
|
+
],
|
|
878
|
+
"operationId": "planet_position_ephemeris_planet_position_post"
|
|
879
|
+
},
|
|
880
|
+
{
|
|
881
|
+
"method": "POST",
|
|
882
|
+
"path": "/ephemeris/progressed",
|
|
883
|
+
"tags": [
|
|
884
|
+
"predictive"
|
|
885
|
+
],
|
|
886
|
+
"operationId": "calculate_progressed_chart_ephemeris_progressed_post"
|
|
887
|
+
},
|
|
888
|
+
{
|
|
889
|
+
"method": "POST",
|
|
890
|
+
"path": "/ephemeris/relocation",
|
|
891
|
+
"tags": [
|
|
892
|
+
"ephemeris"
|
|
893
|
+
],
|
|
894
|
+
"operationId": "relocation_chart_endpoint_ephemeris_relocation_post"
|
|
895
|
+
},
|
|
896
|
+
{
|
|
897
|
+
"method": "POST",
|
|
898
|
+
"path": "/ephemeris/retrograde-status",
|
|
899
|
+
"tags": [
|
|
900
|
+
"ephemeris"
|
|
901
|
+
],
|
|
902
|
+
"operationId": "retrograde_status_ephemeris_retrograde_status_post"
|
|
903
|
+
},
|
|
904
|
+
{
|
|
905
|
+
"method": "POST",
|
|
906
|
+
"path": "/ephemeris/uranian-points",
|
|
907
|
+
"tags": [
|
|
908
|
+
"ephemeris"
|
|
909
|
+
],
|
|
910
|
+
"operationId": "uranian_points_ephemeris_uranian_points_post"
|
|
911
|
+
},
|
|
912
|
+
{
|
|
913
|
+
"method": "POST",
|
|
914
|
+
"path": "/ephemeris/venus-star-points/conjunctions",
|
|
915
|
+
"tags": [
|
|
916
|
+
"venus-cycles"
|
|
917
|
+
],
|
|
918
|
+
"operationId": "get_venus_conjunctions_ephemeris_venus_star_points_conjunctions_post"
|
|
919
|
+
},
|
|
920
|
+
{
|
|
921
|
+
"method": "POST",
|
|
922
|
+
"path": "/ephemeris/venus-star-points/eight-year-star",
|
|
923
|
+
"tags": [
|
|
924
|
+
"venus-cycles"
|
|
925
|
+
],
|
|
926
|
+
"operationId": "get_eight_year_star_ephemeris_venus_star_points_eight_year_star_post"
|
|
927
|
+
},
|
|
928
|
+
{
|
|
929
|
+
"method": "POST",
|
|
930
|
+
"path": "/ephemeris/venus-star-points/elongations",
|
|
931
|
+
"tags": [
|
|
932
|
+
"venus-cycles"
|
|
933
|
+
],
|
|
934
|
+
"operationId": "get_venus_elongations_ephemeris_venus_star_points_elongations_post"
|
|
935
|
+
},
|
|
936
|
+
{
|
|
937
|
+
"method": "POST",
|
|
938
|
+
"path": "/ephemeris/venus-star-points/phase",
|
|
939
|
+
"tags": [
|
|
940
|
+
"venus-cycles"
|
|
941
|
+
],
|
|
942
|
+
"operationId": "get_venus_phase_ephemeris_venus_star_points_phase_post"
|
|
943
|
+
},
|
|
944
|
+
{
|
|
945
|
+
"method": "POST",
|
|
946
|
+
"path": "/ephemeris/venus-star-points/stations",
|
|
947
|
+
"tags": [
|
|
948
|
+
"venus-cycles"
|
|
949
|
+
],
|
|
950
|
+
"operationId": "get_venus_stations_ephemeris_venus_star_points_stations_post"
|
|
951
|
+
},
|
|
952
|
+
{
|
|
953
|
+
"method": "POST",
|
|
954
|
+
"path": "/ephemeris/venus-star-points",
|
|
955
|
+
"tags": [
|
|
956
|
+
"venus-cycles"
|
|
957
|
+
],
|
|
958
|
+
"operationId": "get_venus_star_points_ephemeris_venus_star_points_post"
|
|
959
|
+
},
|
|
960
|
+
{
|
|
961
|
+
"method": "POST",
|
|
962
|
+
"path": "/human-design/bodygraph",
|
|
963
|
+
"tags": [
|
|
964
|
+
"Human Design"
|
|
965
|
+
],
|
|
966
|
+
"operationId": "create_human_design_chart_alias_human_design_bodygraph_post"
|
|
967
|
+
},
|
|
968
|
+
{
|
|
969
|
+
"method": "POST",
|
|
970
|
+
"path": "/human-design/chart",
|
|
971
|
+
"tags": [
|
|
972
|
+
"Human Design"
|
|
973
|
+
],
|
|
974
|
+
"operationId": "create_human_design_chart_human_design_chart_post"
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
"method": "POST",
|
|
978
|
+
"path": "/human-design/composite",
|
|
979
|
+
"tags": [
|
|
980
|
+
"Human Design"
|
|
981
|
+
],
|
|
982
|
+
"operationId": "human_design_composite_human_design_composite_post"
|
|
983
|
+
},
|
|
984
|
+
{
|
|
985
|
+
"method": "POST",
|
|
986
|
+
"path": "/human-design/cycles/solar-return",
|
|
987
|
+
"tags": [
|
|
988
|
+
"Human Design"
|
|
989
|
+
],
|
|
990
|
+
"operationId": "solar_return_chart_human_design_cycles_solar_return_post"
|
|
991
|
+
},
|
|
992
|
+
{
|
|
993
|
+
"method": "POST",
|
|
994
|
+
"path": "/human-design/penta",
|
|
995
|
+
"tags": [
|
|
996
|
+
"Human Design"
|
|
997
|
+
],
|
|
998
|
+
"operationId": "human_design_penta_human_design_penta_post"
|
|
999
|
+
},
|
|
1000
|
+
{
|
|
1001
|
+
"method": "POST",
|
|
1002
|
+
"path": "/human-design/transit",
|
|
1003
|
+
"tags": [
|
|
1004
|
+
"Human Design"
|
|
1005
|
+
],
|
|
1006
|
+
"operationId": "human_design_transit_human_design_transit_post"
|
|
1007
|
+
},
|
|
1008
|
+
{
|
|
1009
|
+
"method": "POST",
|
|
1010
|
+
"path": "/predictive/events",
|
|
1011
|
+
"tags": [
|
|
1012
|
+
"predictive"
|
|
1013
|
+
],
|
|
1014
|
+
"operationId": "calculate_predictive_events_predictive_events_post"
|
|
1015
|
+
},
|
|
1016
|
+
{
|
|
1017
|
+
"method": "POST",
|
|
1018
|
+
"path": "/predictive/returns/lunar",
|
|
1019
|
+
"tags": [
|
|
1020
|
+
"predictive"
|
|
1021
|
+
],
|
|
1022
|
+
"operationId": "calculate_lunar_return_predictive_returns_lunar_post"
|
|
1023
|
+
},
|
|
1024
|
+
{
|
|
1025
|
+
"method": "POST",
|
|
1026
|
+
"path": "/predictive/returns/solar",
|
|
1027
|
+
"tags": [
|
|
1028
|
+
"predictive"
|
|
1029
|
+
],
|
|
1030
|
+
"operationId": "calculate_solar_return_predictive_returns_solar_post"
|
|
1031
|
+
},
|
|
1032
|
+
{
|
|
1033
|
+
"method": "POST",
|
|
1034
|
+
"path": "/predictive/returns",
|
|
1035
|
+
"tags": [
|
|
1036
|
+
"predictive"
|
|
1037
|
+
],
|
|
1038
|
+
"operationId": "calculate_planetary_return_predictive_returns_post"
|
|
1039
|
+
},
|
|
1040
|
+
{
|
|
1041
|
+
"method": "POST",
|
|
1042
|
+
"path": "/predictive/transit-chart",
|
|
1043
|
+
"tags": [
|
|
1044
|
+
"predictive"
|
|
1045
|
+
],
|
|
1046
|
+
"operationId": "calculate_transit_chart_predictive_transit_chart_post"
|
|
1047
|
+
},
|
|
1048
|
+
{
|
|
1049
|
+
"method": "POST",
|
|
1050
|
+
"path": "/predictive/transits/planet-to-degree",
|
|
1051
|
+
"tags": [
|
|
1052
|
+
"predictive"
|
|
1053
|
+
],
|
|
1054
|
+
"operationId": "calculate_planet_transit_predictive_transits_planet_to_degree_post"
|
|
1055
|
+
},
|
|
1056
|
+
{
|
|
1057
|
+
"method": "POST",
|
|
1058
|
+
"path": "/predictive/transits/search",
|
|
1059
|
+
"tags": [
|
|
1060
|
+
"predictive"
|
|
1061
|
+
],
|
|
1062
|
+
"operationId": "search_transits_predictive_transits_search_post"
|
|
1063
|
+
},
|
|
1064
|
+
{
|
|
1065
|
+
"method": "POST",
|
|
1066
|
+
"path": "/predictive/transits/sign-ingresses",
|
|
1067
|
+
"tags": [
|
|
1068
|
+
"predictive"
|
|
1069
|
+
],
|
|
1070
|
+
"operationId": "calculate_sign_ingresses_predictive_transits_sign_ingresses_post"
|
|
1071
|
+
},
|
|
1072
|
+
{
|
|
1073
|
+
"method": "POST",
|
|
1074
|
+
"path": "/time/julian-day",
|
|
1075
|
+
"tags": [
|
|
1076
|
+
"Time Conversion"
|
|
1077
|
+
],
|
|
1078
|
+
"operationId": "calculate_julian_day_time_julian_day_post"
|
|
1079
|
+
},
|
|
1080
|
+
{
|
|
1081
|
+
"method": "POST",
|
|
1082
|
+
"path": "/time/scales",
|
|
1083
|
+
"tags": [
|
|
1084
|
+
"Time Conversion"
|
|
1085
|
+
],
|
|
1086
|
+
"operationId": "post_time_scales_time_scales_post"
|
|
1087
|
+
},
|
|
1088
|
+
{
|
|
1089
|
+
"method": "POST",
|
|
1090
|
+
"path": "/timezone/lookup",
|
|
1091
|
+
"tags": [
|
|
1092
|
+
"location-timezone"
|
|
1093
|
+
],
|
|
1094
|
+
"operationId": "timezone_lookup_timezone_lookup_post"
|
|
1095
|
+
},
|
|
1096
|
+
{
|
|
1097
|
+
"method": "POST",
|
|
1098
|
+
"path": "/timezone/offset",
|
|
1099
|
+
"tags": [
|
|
1100
|
+
"location-timezone"
|
|
1101
|
+
],
|
|
1102
|
+
"operationId": "timezone_offset_timezone_offset_post"
|
|
1103
|
+
},
|
|
1104
|
+
{
|
|
1105
|
+
"method": "POST",
|
|
1106
|
+
"path": "/vedic/chart",
|
|
1107
|
+
"tags": [
|
|
1108
|
+
"vedic"
|
|
1109
|
+
],
|
|
1110
|
+
"operationId": "vedic_chart_vedic_chart_post"
|
|
1111
|
+
}
|
|
1112
|
+
],
|
|
1113
|
+
"validation": {
|
|
1114
|
+
"ok": true,
|
|
1115
|
+
"errors": [],
|
|
1116
|
+
"warnings": [
|
|
1117
|
+
"Non-GET allowlisted: POST /acg/ccg",
|
|
1118
|
+
"Non-GET allowlisted: POST /acg/hits",
|
|
1119
|
+
"Non-GET allowlisted: POST /acg/local-space",
|
|
1120
|
+
"Non-GET allowlisted: POST /acg/natal-lines",
|
|
1121
|
+
"Non-GET allowlisted: POST /comparative/composite/midpoint",
|
|
1122
|
+
"Non-GET allowlisted: POST /comparative/composite",
|
|
1123
|
+
"Non-GET allowlisted: POST /comparative/natal-transits",
|
|
1124
|
+
"Non-GET allowlisted: POST /comparative/overlay",
|
|
1125
|
+
"Non-GET allowlisted: POST /comparative/synastry",
|
|
1126
|
+
"Non-GET allowlisted: POST /comparative/visualization/bi-wheel",
|
|
1127
|
+
"Non-GET allowlisted: POST /ephemeris/angles-points",
|
|
1128
|
+
"Non-GET allowlisted: POST /ephemeris/aspect-check",
|
|
1129
|
+
"Non-GET allowlisted: POST /ephemeris/dignities",
|
|
1130
|
+
"Non-GET allowlisted: POST /ephemeris/fixed-stars",
|
|
1131
|
+
"Non-GET allowlisted: POST /ephemeris/hermetic-lots",
|
|
1132
|
+
"Non-GET allowlisted: POST /ephemeris/house-cusps",
|
|
1133
|
+
"Non-GET allowlisted: POST /ephemeris/lunar-phase",
|
|
1134
|
+
"Non-GET allowlisted: POST /ephemeris/midpoints",
|
|
1135
|
+
"Non-GET allowlisted: POST /ephemeris/natal-chart",
|
|
1136
|
+
"Non-GET allowlisted: POST /ephemeris/natal/batch",
|
|
1137
|
+
"Non-GET allowlisted: POST /ephemeris/planet-position",
|
|
1138
|
+
"Non-GET allowlisted: POST /ephemeris/progressed",
|
|
1139
|
+
"Non-GET allowlisted: POST /ephemeris/retrograde-status",
|
|
1140
|
+
"Non-GET allowlisted: POST /ephemeris/uranian-points",
|
|
1141
|
+
"Non-GET allowlisted: POST /ephemeris/venus-star-points/conjunctions",
|
|
1142
|
+
"Non-GET allowlisted: POST /ephemeris/venus-star-points/eight-year-star",
|
|
1143
|
+
"Non-GET allowlisted: POST /ephemeris/venus-star-points/elongations",
|
|
1144
|
+
"Non-GET allowlisted: POST /ephemeris/venus-star-points/phase",
|
|
1145
|
+
"Non-GET allowlisted: POST /ephemeris/venus-star-points/stations",
|
|
1146
|
+
"Non-GET allowlisted: POST /ephemeris/venus-star-points",
|
|
1147
|
+
"Non-GET allowlisted: POST /human-design/bodygraph",
|
|
1148
|
+
"Non-GET allowlisted: POST /human-design/chart",
|
|
1149
|
+
"Non-GET allowlisted: POST /human-design/composite",
|
|
1150
|
+
"Non-GET allowlisted: POST /human-design/cycles/solar-return",
|
|
1151
|
+
"Non-GET allowlisted: POST /human-design/penta",
|
|
1152
|
+
"Non-GET allowlisted: POST /human-design/transit",
|
|
1153
|
+
"Non-GET allowlisted: POST /predictive/events",
|
|
1154
|
+
"Non-GET allowlisted: POST /predictive/returns/lunar",
|
|
1155
|
+
"Non-GET allowlisted: POST /predictive/returns/solar",
|
|
1156
|
+
"Non-GET allowlisted: POST /predictive/returns",
|
|
1157
|
+
"Non-GET allowlisted: POST /predictive/transit-chart",
|
|
1158
|
+
"Non-GET allowlisted: POST /predictive/transits/planet-to-degree",
|
|
1159
|
+
"Non-GET allowlisted: POST /predictive/transits/search",
|
|
1160
|
+
"Non-GET allowlisted: POST /predictive/transits/sign-ingresses",
|
|
1161
|
+
"Non-GET allowlisted: POST /timezone/lookup",
|
|
1162
|
+
"Non-GET allowlisted: POST /timezone/offset"
|
|
1163
|
+
]
|
|
1164
|
+
}
|
|
1165
|
+
}
|