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