@astroway/sdk 1.4.0 → 1.5.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/dist/namespaces.generated.d.ts +122 -4
- package/dist/namespaces.generated.d.ts.map +1 -1
- package/dist/namespaces.generated.js +76 -3
- package/dist/namespaces.generated.js.map +1 -1
- package/dist/types.generated.d.ts +1073 -153
- package/dist/types.generated.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -14,7 +14,7 @@ export interface paths {
|
|
|
14
14
|
put?: never;
|
|
15
15
|
/**
|
|
16
16
|
* Natal Chart
|
|
17
|
-
* @description Calculate a full natal chart: planets, house cusps, aspects, sect, and angular data for a given birth moment.
|
|
17
|
+
* @description Calculate a full natal chart: planets, house cusps, aspects, sect, and angular data for a given birth moment. When the birth time is unknown, send timeUnknown: true instead of time and the response carries planets and aspects with houses, angles and sect set to null, plus a timeUnknown block giving the range the Moon covers that day.
|
|
18
18
|
*/
|
|
19
19
|
post: operations["chart"];
|
|
20
20
|
delete?: never;
|
|
@@ -94,7 +94,7 @@ export interface paths {
|
|
|
94
94
|
put?: never;
|
|
95
95
|
/**
|
|
96
96
|
* Synastry
|
|
97
|
-
* @description Calculate cross-chart aspects between two natal charts for relationship analysis.
|
|
97
|
+
* @description Calculate cross-chart aspects between two natal charts for relationship analysis. Either partner may set timeUnknown: true: cross-aspects are still returned, while that partner's houses, angles and sect come back null.
|
|
98
98
|
*/
|
|
99
99
|
post: operations["synastry"];
|
|
100
100
|
delete?: never;
|
|
@@ -434,7 +434,7 @@ export interface paths {
|
|
|
434
434
|
put?: never;
|
|
435
435
|
/**
|
|
436
436
|
* Symbolic Directions
|
|
437
|
-
* @description Calculate symbolic arc directions
|
|
437
|
+
* @description Calculate symbolic arc directions to natal points for a target date. Key: "one_degree" (default), "naibod", or "solar_arc" (the arc of the progressed Sun).
|
|
438
438
|
*/
|
|
439
439
|
post: operations["symbolic-directions"];
|
|
440
440
|
delete?: never;
|
|
@@ -1504,6 +1504,26 @@ export interface paths {
|
|
|
1504
1504
|
patch?: never;
|
|
1505
1505
|
trace?: never;
|
|
1506
1506
|
};
|
|
1507
|
+
"/wellness/biorhythm": {
|
|
1508
|
+
parameters: {
|
|
1509
|
+
query?: never;
|
|
1510
|
+
header?: never;
|
|
1511
|
+
path?: never;
|
|
1512
|
+
cookie?: never;
|
|
1513
|
+
};
|
|
1514
|
+
get?: never;
|
|
1515
|
+
put?: never;
|
|
1516
|
+
/**
|
|
1517
|
+
* Biorhythm (JSON)
|
|
1518
|
+
* @description Physical (23d), emotional (28d) and intellectual (33d) cycle values per day, plus the critical days where a cycle crosses zero. Data twin of POST /render/biorhythm.
|
|
1519
|
+
*/
|
|
1520
|
+
post: operations["wellness_biorhythm"];
|
|
1521
|
+
delete?: never;
|
|
1522
|
+
options?: never;
|
|
1523
|
+
head?: never;
|
|
1524
|
+
patch?: never;
|
|
1525
|
+
trace?: never;
|
|
1526
|
+
};
|
|
1507
1527
|
"/pet/birth-chart": {
|
|
1508
1528
|
parameters: {
|
|
1509
1529
|
query?: never;
|
|
@@ -4644,6 +4664,26 @@ export interface paths {
|
|
|
4644
4664
|
patch?: never;
|
|
4645
4665
|
trace?: never;
|
|
4646
4666
|
};
|
|
4667
|
+
"/vedic/bhavabala": {
|
|
4668
|
+
parameters: {
|
|
4669
|
+
query?: never;
|
|
4670
|
+
header?: never;
|
|
4671
|
+
path?: never;
|
|
4672
|
+
cookie?: never;
|
|
4673
|
+
};
|
|
4674
|
+
get?: never;
|
|
4675
|
+
put?: never;
|
|
4676
|
+
/**
|
|
4677
|
+
* Bhava Bala — house strength
|
|
4678
|
+
* @description Strength of the twelve houses per BPHS Adhyaya 27: Bhavadhipati Bala (the Shadbala of the house lord), Bhava Digbala (the four rasi classes, each strong in one direction), and Bhava Drishti Bala (net benefic minus malefic aspect on the bhava). Components returned separately, plus rank, strongest and weakest house.
|
|
4679
|
+
*/
|
|
4680
|
+
post: operations["vedic_bhavabala"];
|
|
4681
|
+
delete?: never;
|
|
4682
|
+
options?: never;
|
|
4683
|
+
head?: never;
|
|
4684
|
+
patch?: never;
|
|
4685
|
+
trace?: never;
|
|
4686
|
+
};
|
|
4647
4687
|
"/vedic/yogas/parashara/raja": {
|
|
4648
4688
|
parameters: {
|
|
4649
4689
|
query?: never;
|
|
@@ -13303,7 +13343,7 @@ export interface paths {
|
|
|
13303
13343
|
};
|
|
13304
13344
|
/**
|
|
13305
13345
|
* Natal Wheel (HTML+SVG)
|
|
13306
|
-
* @description Iframe natal wheel render.
|
|
13346
|
+
* @description Iframe natal wheel render. `/embed/natal` is a 302 alias for this path.
|
|
13307
13347
|
*/
|
|
13308
13348
|
get: operations["embed_wheel_get"];
|
|
13309
13349
|
put?: never;
|
|
@@ -14614,6 +14654,170 @@ export interface paths {
|
|
|
14614
14654
|
patch?: never;
|
|
14615
14655
|
trace?: never;
|
|
14616
14656
|
};
|
|
14657
|
+
"/public/chart": {
|
|
14658
|
+
parameters: {
|
|
14659
|
+
query?: never;
|
|
14660
|
+
header?: never;
|
|
14661
|
+
path?: never;
|
|
14662
|
+
cookie?: never;
|
|
14663
|
+
};
|
|
14664
|
+
get?: never;
|
|
14665
|
+
put?: never;
|
|
14666
|
+
/**
|
|
14667
|
+
* Natal chart (public, no key)
|
|
14668
|
+
* @description Full natal chart: planets, houses, aspects, angles. Same input and same engine as the authed POST /chart, served anonymously under the public rate limit. Responses carry the free-tier `_footer` watermark. Field names are strict: `latitude`, `longitude`, `timezoneOffset`, not `lat` / `lng` / `tz`.
|
|
14669
|
+
*/
|
|
14670
|
+
post: {
|
|
14671
|
+
parameters: {
|
|
14672
|
+
query?: never;
|
|
14673
|
+
header?: never;
|
|
14674
|
+
path?: never;
|
|
14675
|
+
cookie?: never;
|
|
14676
|
+
};
|
|
14677
|
+
requestBody: {
|
|
14678
|
+
content: {
|
|
14679
|
+
/**
|
|
14680
|
+
* @example {
|
|
14681
|
+
* "date": "1990-03-15",
|
|
14682
|
+
* "time": "14:30:00",
|
|
14683
|
+
* "timezoneOffset": 2,
|
|
14684
|
+
* "latitude": 50.45,
|
|
14685
|
+
* "longitude": 30.52
|
|
14686
|
+
* }
|
|
14687
|
+
*/
|
|
14688
|
+
"application/json": components["schemas"]["ChartInput"];
|
|
14689
|
+
};
|
|
14690
|
+
};
|
|
14691
|
+
responses: {
|
|
14692
|
+
/** @description OK */
|
|
14693
|
+
200: {
|
|
14694
|
+
headers: {
|
|
14695
|
+
[name: string]: unknown;
|
|
14696
|
+
};
|
|
14697
|
+
content: {
|
|
14698
|
+
/**
|
|
14699
|
+
* @example {
|
|
14700
|
+
* "ok": true,
|
|
14701
|
+
* "data": {
|
|
14702
|
+
* "julianDay": 2447966.02,
|
|
14703
|
+
* "planets": [],
|
|
14704
|
+
* "houses": {},
|
|
14705
|
+
* "aspects": []
|
|
14706
|
+
* },
|
|
14707
|
+
* "_footer": "Powered by astroway.api — get your own key at https://api.astroway.info"
|
|
14708
|
+
* }
|
|
14709
|
+
*/
|
|
14710
|
+
"application/json": unknown;
|
|
14711
|
+
};
|
|
14712
|
+
};
|
|
14713
|
+
/** @description Invalid input */
|
|
14714
|
+
400: {
|
|
14715
|
+
headers: {
|
|
14716
|
+
[name: string]: unknown;
|
|
14717
|
+
};
|
|
14718
|
+
content: {
|
|
14719
|
+
/**
|
|
14720
|
+
* @example {
|
|
14721
|
+
* "ok": false,
|
|
14722
|
+
* "error": {
|
|
14723
|
+
* "code": "INVALID_FIELD",
|
|
14724
|
+
* "message": "Unsupported field \"lat\". Pass a numeric \"latitude\" in decimal degrees."
|
|
14725
|
+
* }
|
|
14726
|
+
* }
|
|
14727
|
+
*/
|
|
14728
|
+
"application/json": unknown;
|
|
14729
|
+
};
|
|
14730
|
+
};
|
|
14731
|
+
};
|
|
14732
|
+
};
|
|
14733
|
+
delete?: never;
|
|
14734
|
+
options?: never;
|
|
14735
|
+
head?: never;
|
|
14736
|
+
patch?: never;
|
|
14737
|
+
trace?: never;
|
|
14738
|
+
};
|
|
14739
|
+
"/public/human-design": {
|
|
14740
|
+
parameters: {
|
|
14741
|
+
query?: never;
|
|
14742
|
+
header?: never;
|
|
14743
|
+
path?: never;
|
|
14744
|
+
cookie?: never;
|
|
14745
|
+
};
|
|
14746
|
+
get?: never;
|
|
14747
|
+
put?: never;
|
|
14748
|
+
/**
|
|
14749
|
+
* Human Design bodygraph (public, no key)
|
|
14750
|
+
* @description Type, strategy, authority, profile, defined centres, channels and gates. Same input and same engine as the authed POST /human-design, served anonymously under the public rate limit. Responses carry the free-tier `_footer` watermark.
|
|
14751
|
+
*/
|
|
14752
|
+
post: {
|
|
14753
|
+
parameters: {
|
|
14754
|
+
query?: never;
|
|
14755
|
+
header?: never;
|
|
14756
|
+
path?: never;
|
|
14757
|
+
cookie?: never;
|
|
14758
|
+
};
|
|
14759
|
+
requestBody: {
|
|
14760
|
+
content: {
|
|
14761
|
+
/**
|
|
14762
|
+
* @example {
|
|
14763
|
+
* "date": "1990-03-15",
|
|
14764
|
+
* "time": "14:30:00",
|
|
14765
|
+
* "timezoneOffset": 2,
|
|
14766
|
+
* "latitude": 50.45,
|
|
14767
|
+
* "longitude": 30.52
|
|
14768
|
+
* }
|
|
14769
|
+
*/
|
|
14770
|
+
"application/json": components["schemas"]["ChartInput"];
|
|
14771
|
+
};
|
|
14772
|
+
};
|
|
14773
|
+
responses: {
|
|
14774
|
+
/** @description OK */
|
|
14775
|
+
200: {
|
|
14776
|
+
headers: {
|
|
14777
|
+
[name: string]: unknown;
|
|
14778
|
+
};
|
|
14779
|
+
content: {
|
|
14780
|
+
/**
|
|
14781
|
+
* @example {
|
|
14782
|
+
* "ok": true,
|
|
14783
|
+
* "data": {
|
|
14784
|
+
* "type": "Generator",
|
|
14785
|
+
* "strategy": "Respond",
|
|
14786
|
+
* "authority": "Sacral",
|
|
14787
|
+
* "profile": "4/6"
|
|
14788
|
+
* },
|
|
14789
|
+
* "_footer": "Powered by astroway.api — get your own key at https://api.astroway.info"
|
|
14790
|
+
* }
|
|
14791
|
+
*/
|
|
14792
|
+
"application/json": unknown;
|
|
14793
|
+
};
|
|
14794
|
+
};
|
|
14795
|
+
/** @description Invalid input */
|
|
14796
|
+
400: {
|
|
14797
|
+
headers: {
|
|
14798
|
+
[name: string]: unknown;
|
|
14799
|
+
};
|
|
14800
|
+
content: {
|
|
14801
|
+
/**
|
|
14802
|
+
* @example {
|
|
14803
|
+
* "ok": false,
|
|
14804
|
+
* "error": {
|
|
14805
|
+
* "code": "INVALID_FIELD",
|
|
14806
|
+
* "message": "Unsupported field \"lat\". Pass a numeric \"latitude\" in decimal degrees."
|
|
14807
|
+
* }
|
|
14808
|
+
* }
|
|
14809
|
+
*/
|
|
14810
|
+
"application/json": unknown;
|
|
14811
|
+
};
|
|
14812
|
+
};
|
|
14813
|
+
};
|
|
14814
|
+
};
|
|
14815
|
+
delete?: never;
|
|
14816
|
+
options?: never;
|
|
14817
|
+
head?: never;
|
|
14818
|
+
patch?: never;
|
|
14819
|
+
trace?: never;
|
|
14820
|
+
};
|
|
14617
14821
|
"/public/horoscope/daily": {
|
|
14618
14822
|
parameters: {
|
|
14619
14823
|
query?: never;
|
|
@@ -14623,7 +14827,7 @@ export interface paths {
|
|
|
14623
14827
|
};
|
|
14624
14828
|
/**
|
|
14625
14829
|
* Daily Horoscope (public, no key)
|
|
14626
|
-
* @description Sun-sign daily horoscope. No authentication, IP-rate-limited (30/hr). Cached per (sign, date, language); every response carries the `_footer` watermark.
|
|
14830
|
+
* @description Sun-sign daily horoscope. No authentication, IP-rate-limited (30/hr). Cached per (sign, date, language); every response carries the `_footer` watermark. The `horoscope` field is paragraphs separated by a blank line and may contain `**bold**` and hyphen bullets; it never contains a heading, because the caller renders its own.
|
|
14627
14831
|
*/
|
|
14628
14832
|
get: {
|
|
14629
14833
|
parameters: {
|
|
@@ -14655,7 +14859,7 @@ export interface paths {
|
|
|
14655
14859
|
* "sign": "aries",
|
|
14656
14860
|
* "date": "2026-06-14",
|
|
14657
14861
|
* "period": "daily",
|
|
14658
|
-
* "horoscope": "
|
|
14862
|
+
* "horoscope": "The week opens with …\n\n- Monday: …\n- Tuesday: …",
|
|
14659
14863
|
* "disclaimer": "For entertainment purposes only.",
|
|
14660
14864
|
* "model": "groq/llama-3.3-70b",
|
|
14661
14865
|
* "language": "en"
|
|
@@ -14703,7 +14907,7 @@ export interface paths {
|
|
|
14703
14907
|
};
|
|
14704
14908
|
/**
|
|
14705
14909
|
* Weekly Horoscope (public, no key)
|
|
14706
|
-
* @description Sun-sign weekly horoscope. The cache key anchors to the week's Monday, so any day in the week returns the same reading (and a finite number of generations per week). `_footer` watermark.
|
|
14910
|
+
* @description Sun-sign weekly horoscope. The cache key anchors to the week's Monday, so any day in the week returns the same reading (and a finite number of generations per week). `_footer` watermark. The `horoscope` field is paragraphs separated by a blank line and may contain `**bold**` and hyphen bullets; it never contains a heading, because the caller renders its own.
|
|
14707
14911
|
*/
|
|
14708
14912
|
get: {
|
|
14709
14913
|
parameters: {
|
|
@@ -14735,7 +14939,7 @@ export interface paths {
|
|
|
14735
14939
|
* "sign": "aries",
|
|
14736
14940
|
* "date": "2026-06-08",
|
|
14737
14941
|
* "period": "weekly",
|
|
14738
|
-
* "horoscope": "
|
|
14942
|
+
* "horoscope": "The week opens with …\n\n- Monday: …\n- Tuesday: …",
|
|
14739
14943
|
* "disclaimer": "For entertainment purposes only.",
|
|
14740
14944
|
* "model": "groq/llama-3.3-70b",
|
|
14741
14945
|
* "language": "en"
|
|
@@ -14783,7 +14987,7 @@ export interface paths {
|
|
|
14783
14987
|
};
|
|
14784
14988
|
/**
|
|
14785
14989
|
* Monthly Horoscope (public, no key)
|
|
14786
|
-
* @description Sun-sign monthly horoscope. The cache key anchors to the 1st of the month. `_footer` watermark.
|
|
14990
|
+
* @description Sun-sign monthly horoscope. The cache key anchors to the 1st of the month. `_footer` watermark. The `horoscope` field is paragraphs separated by a blank line and may contain `**bold**` and hyphen bullets; it never contains a heading, because the caller renders its own.
|
|
14787
14991
|
*/
|
|
14788
14992
|
get: {
|
|
14789
14993
|
parameters: {
|
|
@@ -14815,7 +15019,7 @@ export interface paths {
|
|
|
14815
15019
|
* "sign": "aries",
|
|
14816
15020
|
* "date": "2026-06-01",
|
|
14817
15021
|
* "period": "monthly",
|
|
14818
|
-
* "horoscope": "
|
|
15022
|
+
* "horoscope": "The week opens with …\n\n- Monday: …\n- Tuesday: …",
|
|
14819
15023
|
* "disclaimer": "For entertainment purposes only.",
|
|
14820
15024
|
* "model": "groq/llama-3.3-70b",
|
|
14821
15025
|
* "language": "en"
|
|
@@ -15115,15 +15319,140 @@ export interface components {
|
|
|
15115
15319
|
} & {
|
|
15116
15320
|
[key: string]: unknown;
|
|
15117
15321
|
};
|
|
15118
|
-
/** @description
|
|
15119
|
-
|
|
15120
|
-
|
|
15121
|
-
|
|
15122
|
-
|
|
15123
|
-
|
|
15124
|
-
|
|
15125
|
-
|
|
15322
|
+
/** @description Birth data where the clock time may be unknown. Either pass time (HH:mm:ss), or set timeUnknown: true and omit it. In the second case the response carries planets and aspects but no houses, angles or sect. */
|
|
15323
|
+
ChartInputUnknownTime: {
|
|
15324
|
+
date: string;
|
|
15325
|
+
time?: string;
|
|
15326
|
+
/** @default 0 */
|
|
15327
|
+
timezoneOffset: number | null;
|
|
15328
|
+
/** @default 0 */
|
|
15329
|
+
latitude: number | null;
|
|
15330
|
+
/** @default 0 */
|
|
15331
|
+
longitude: number | null;
|
|
15332
|
+
/** @default P */
|
|
15333
|
+
houseSystem: string;
|
|
15334
|
+
/** @default */
|
|
15335
|
+
name: string;
|
|
15336
|
+
/** @default */
|
|
15337
|
+
city: string;
|
|
15338
|
+
/** @enum {string} */
|
|
15339
|
+
zodiacType?: "tropical" | "sidereal";
|
|
15340
|
+
ayanamsaId?: number | null;
|
|
15341
|
+
cosmogram?: boolean;
|
|
15342
|
+
timeUnknown?: boolean;
|
|
15343
|
+
} & {
|
|
15344
|
+
[key: string]: unknown;
|
|
15126
15345
|
};
|
|
15346
|
+
/** @description Pair of natal charts where either birth time may be unknown. A chart with timeUnknown: true contributes planets and cross-aspects but no houses, angles or overlays. */
|
|
15347
|
+
TwoChartUnknownTime: {
|
|
15348
|
+
chart1: components["schemas"]["ChartInputUnknownTime"];
|
|
15349
|
+
chart2: components["schemas"]["ChartInputUnknownTime"];
|
|
15350
|
+
};
|
|
15351
|
+
/** @description Natal chart plus optional custom lot definitions; the built-in set is used when omitted. */
|
|
15352
|
+
ArabicParts: components["schemas"]["ChartInput"] & ({
|
|
15353
|
+
parts?: {
|
|
15354
|
+
code: number | null;
|
|
15355
|
+
name: string;
|
|
15356
|
+
formula: string;
|
|
15357
|
+
flag?: string;
|
|
15358
|
+
}[];
|
|
15359
|
+
} & {
|
|
15360
|
+
[key: string]: unknown;
|
|
15361
|
+
});
|
|
15362
|
+
/** @description Transit moment plus an optional natal date, time and offset to overlay the activations on. */
|
|
15363
|
+
HdTransits: components["schemas"]["ChartInput"] & ({
|
|
15364
|
+
natalDate?: string;
|
|
15365
|
+
natalTime?: string;
|
|
15366
|
+
natalTimezoneOffset?: number | null;
|
|
15367
|
+
} & {
|
|
15368
|
+
[key: string]: unknown;
|
|
15369
|
+
});
|
|
15370
|
+
/** @description Natal chart plus optional custom terms and decans tables. */
|
|
15371
|
+
Almuten: components["schemas"]["ChartInput"] & ({
|
|
15372
|
+
termsData?: ({
|
|
15373
|
+
sign: string;
|
|
15374
|
+
terms: {
|
|
15375
|
+
endDegree: number;
|
|
15376
|
+
planet: string;
|
|
15377
|
+
}[];
|
|
15378
|
+
} | null)[];
|
|
15379
|
+
decansData?: {
|
|
15380
|
+
sign: string;
|
|
15381
|
+
decans: string[];
|
|
15382
|
+
}[];
|
|
15383
|
+
} & {
|
|
15384
|
+
[key: string]: unknown;
|
|
15385
|
+
});
|
|
15386
|
+
/** @description Natal chart plus optional custom terms and decans tables. */
|
|
15387
|
+
EssentialDignities: components["schemas"]["ChartInput"] & ({
|
|
15388
|
+
termsData?: ({
|
|
15389
|
+
sign: string;
|
|
15390
|
+
terms: {
|
|
15391
|
+
endDegree: number;
|
|
15392
|
+
planet: string;
|
|
15393
|
+
}[];
|
|
15394
|
+
} | null)[];
|
|
15395
|
+
decansData?: {
|
|
15396
|
+
sign: string;
|
|
15397
|
+
decans: string[];
|
|
15398
|
+
}[];
|
|
15399
|
+
} & {
|
|
15400
|
+
[key: string]: unknown;
|
|
15401
|
+
});
|
|
15402
|
+
/** @description Natal chart plus the hyleg method and optional custom dignity tables. */
|
|
15403
|
+
Hyleg: components["schemas"]["ChartInput"] & ({
|
|
15404
|
+
termsData?: ({
|
|
15405
|
+
sign: string;
|
|
15406
|
+
terms: {
|
|
15407
|
+
endDegree: number;
|
|
15408
|
+
planet: string;
|
|
15409
|
+
}[];
|
|
15410
|
+
} | null)[];
|
|
15411
|
+
decansData?: {
|
|
15412
|
+
sign: string;
|
|
15413
|
+
decans: string[];
|
|
15414
|
+
}[];
|
|
15415
|
+
} & {
|
|
15416
|
+
[key: string]: unknown;
|
|
15417
|
+
});
|
|
15418
|
+
/** @description Natal chart plus optional custom terms and decans tables. */
|
|
15419
|
+
Receptions: components["schemas"]["ChartInput"] & ({
|
|
15420
|
+
termsData?: ({
|
|
15421
|
+
sign: string;
|
|
15422
|
+
terms: {
|
|
15423
|
+
endDegree: number;
|
|
15424
|
+
planet: string;
|
|
15425
|
+
}[];
|
|
15426
|
+
} | null)[];
|
|
15427
|
+
decansData?: {
|
|
15428
|
+
sign: string;
|
|
15429
|
+
decans: string[];
|
|
15430
|
+
}[];
|
|
15431
|
+
} & {
|
|
15432
|
+
[key: string]: unknown;
|
|
15433
|
+
});
|
|
15434
|
+
/** @description Natal chart plus the dispositor mode (rulership or detriment) and the ruler set (classical or modern). */
|
|
15435
|
+
DispositionChains: components["schemas"]["ChartInput"] & ({
|
|
15436
|
+
/** @enum {string} */
|
|
15437
|
+
mode?: "rulership" | "detriment";
|
|
15438
|
+
/** @enum {string} */
|
|
15439
|
+
rulerMode?: "classical" | "modern";
|
|
15440
|
+
} & {
|
|
15441
|
+
[key: string]: unknown;
|
|
15442
|
+
});
|
|
15443
|
+
/** @description Natal chart plus the number of years of firdaria periods to return. */
|
|
15444
|
+
Firdaria: components["schemas"]["ChartInput"] & ({
|
|
15445
|
+
maxYears?: number;
|
|
15446
|
+
} & {
|
|
15447
|
+
[key: string]: unknown;
|
|
15448
|
+
});
|
|
15449
|
+
/** @description Natal chart plus a target date and the directional key: one degree per year, the Naibod rate, or the arc of the progressed Sun. */
|
|
15450
|
+
SymbolicDirections: components["schemas"]["NatalTarget"] & ({
|
|
15451
|
+
/** @enum {string} */
|
|
15452
|
+
key?: "one_degree" | "naibod" | "solar_arc";
|
|
15453
|
+
} & {
|
|
15454
|
+
[key: string]: unknown;
|
|
15455
|
+
});
|
|
15127
15456
|
/** @description Natal chart plus a target date for time-based calculations: progressions, directions, profections, returns. */
|
|
15128
15457
|
NatalTarget: components["schemas"]["ChartInput"] & ({
|
|
15129
15458
|
targetDate: string;
|
|
@@ -15133,6 +15462,51 @@ export interface components {
|
|
|
15133
15462
|
} & {
|
|
15134
15463
|
[key: string]: unknown;
|
|
15135
15464
|
});
|
|
15465
|
+
/** @description Natal chart plus the directional rate in degrees per year (Naibod 0.9856353 by default), the age to search to, and the aspect angles to test. */
|
|
15466
|
+
PrimaryDirections: components["schemas"]["ChartInput"] & ({
|
|
15467
|
+
key?: number;
|
|
15468
|
+
maxAge?: number;
|
|
15469
|
+
aspectAngles?: (number | null)[];
|
|
15470
|
+
} & {
|
|
15471
|
+
[key: string]: unknown;
|
|
15472
|
+
});
|
|
15473
|
+
/** @description Natal chart plus the declination orb in degrees. */
|
|
15474
|
+
ParallelAspects: components["schemas"]["ChartInput"] & ({
|
|
15475
|
+
orb?: number;
|
|
15476
|
+
} & {
|
|
15477
|
+
[key: string]: unknown;
|
|
15478
|
+
});
|
|
15479
|
+
/** @description Natal chart plus the orb in degrees used for midpoint trees and symmetries. */
|
|
15480
|
+
MidpointTrees: components["schemas"]["ChartInput"] & ({
|
|
15481
|
+
orb?: number;
|
|
15482
|
+
} & {
|
|
15483
|
+
[key: string]: unknown;
|
|
15484
|
+
});
|
|
15485
|
+
/** @description Natal chart plus the target date for the Jaimini dasha summary. */
|
|
15486
|
+
JaiminiDashaSummary: components["schemas"]["ChartInput"] & ({
|
|
15487
|
+
targetDate?: string;
|
|
15488
|
+
targetTime?: string;
|
|
15489
|
+
targetTzOffset?: number | null;
|
|
15490
|
+
} & {
|
|
15491
|
+
[key: string]: unknown;
|
|
15492
|
+
});
|
|
15493
|
+
/** @description Natal chart plus the target date for the Sade Sati phase. */
|
|
15494
|
+
SadeSati: components["schemas"]["ChartInput"] & ({
|
|
15495
|
+
targetDate?: string;
|
|
15496
|
+
targetTime?: string;
|
|
15497
|
+
targetTzOffset?: number | null;
|
|
15498
|
+
} & {
|
|
15499
|
+
[key: string]: unknown;
|
|
15500
|
+
});
|
|
15501
|
+
/** @description Pair of natal charts for relationship calculations: synastry, composite, davison. */
|
|
15502
|
+
TwoChart: {
|
|
15503
|
+
chart1: components["schemas"]["ChartInput"];
|
|
15504
|
+
chart2: components["schemas"]["ChartInput"];
|
|
15505
|
+
};
|
|
15506
|
+
/** @description Group of 2-10 natal charts for collective calculations: group synastry, penta-chart, etc. */
|
|
15507
|
+
MultiChart: {
|
|
15508
|
+
inputs: components["schemas"]["ChartInput"][];
|
|
15509
|
+
};
|
|
15136
15510
|
/** @description Wrapper { natal: ChartInput } used by endpoints that take a base natal plus extra parameters in flat fields. */
|
|
15137
15511
|
NatalWrapper: {
|
|
15138
15512
|
natal: components["schemas"]["ChartInput"];
|
|
@@ -15157,7 +15531,7 @@ export interface components {
|
|
|
15157
15531
|
/** @default true */
|
|
15158
15532
|
includeCoordinates: boolean;
|
|
15159
15533
|
/** @enum {string} */
|
|
15160
|
-
language?: "uk" | "en" | "de" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
15534
|
+
language?: "uk" | "en" | "de" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id" | "ru";
|
|
15161
15535
|
} & {
|
|
15162
15536
|
[key: string]: unknown;
|
|
15163
15537
|
});
|
|
@@ -15169,7 +15543,7 @@ export interface components {
|
|
|
15169
15543
|
/** @default true */
|
|
15170
15544
|
includeCoordinates: boolean;
|
|
15171
15545
|
/** @enum {string} */
|
|
15172
|
-
language?: "uk" | "en" | "de" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
15546
|
+
language?: "uk" | "en" | "de" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id" | "ru";
|
|
15173
15547
|
} & {
|
|
15174
15548
|
[key: string]: unknown;
|
|
15175
15549
|
});
|
|
@@ -15251,6 +15625,11 @@ export interface components {
|
|
|
15251
15625
|
height?: number;
|
|
15252
15626
|
};
|
|
15253
15627
|
};
|
|
15628
|
+
Biorhythm: {
|
|
15629
|
+
birthDate: string;
|
|
15630
|
+
rangeStart?: string;
|
|
15631
|
+
rangeEnd?: string;
|
|
15632
|
+
};
|
|
15254
15633
|
/** @description Pair of natal charts for relationship calculations: synastry, composite, davison. */
|
|
15255
15634
|
Breakup: components["schemas"]["TwoChart"] & {
|
|
15256
15635
|
startDate: string;
|
|
@@ -15329,7 +15708,7 @@ export interface components {
|
|
|
15329
15708
|
sign1: string;
|
|
15330
15709
|
sign2: string;
|
|
15331
15710
|
/** @enum {string} */
|
|
15332
|
-
language?: "uk" | "en" | "de" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
15711
|
+
language?: "uk" | "en" | "de" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id" | "ru";
|
|
15333
15712
|
/** @default false */
|
|
15334
15713
|
disclaimer_inline: boolean;
|
|
15335
15714
|
};
|
|
@@ -15564,7 +15943,7 @@ export interface components {
|
|
|
15564
15943
|
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss). Defaults to lat/lon/tz=0 if omitted; pass real values for accurate computation. */
|
|
15565
15944
|
InterpretElement: components["schemas"]["ChartInput"] & ({
|
|
15566
15945
|
/** @enum {string} */
|
|
15567
|
-
language?: "uk" | "en" | "de" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
15946
|
+
language?: "uk" | "en" | "de" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id" | "ru";
|
|
15568
15947
|
/** @default false */
|
|
15569
15948
|
disclaimer_inline: boolean;
|
|
15570
15949
|
} & {
|
|
@@ -15573,7 +15952,7 @@ export interface components {
|
|
|
15573
15952
|
/** @description Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss). Defaults to lat/lon/tz=0 if omitted; pass real values for accurate computation. */
|
|
15574
15953
|
InterpretNatal: components["schemas"]["ChartInput"] & ({
|
|
15575
15954
|
/** @enum {string} */
|
|
15576
|
-
language?: "uk" | "en" | "de" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
15955
|
+
language?: "uk" | "en" | "de" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id" | "ru";
|
|
15577
15956
|
/** @default false */
|
|
15578
15957
|
disclaimer_inline: boolean;
|
|
15579
15958
|
} & {
|
|
@@ -15583,7 +15962,7 @@ export interface components {
|
|
|
15583
15962
|
InterpretPlacement: components["schemas"]["ChartInput"] & ({
|
|
15584
15963
|
planet: string;
|
|
15585
15964
|
/** @enum {string} */
|
|
15586
|
-
language?: "uk" | "en" | "de" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
15965
|
+
language?: "uk" | "en" | "de" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id" | "ru";
|
|
15587
15966
|
/** @default false */
|
|
15588
15967
|
disclaimer_inline: boolean;
|
|
15589
15968
|
} & {
|
|
@@ -15592,7 +15971,7 @@ export interface components {
|
|
|
15592
15971
|
/** @description Pair of natal charts for relationship calculations: synastry, composite, davison. */
|
|
15593
15972
|
InterpretSynastry: components["schemas"]["TwoChart"] & {
|
|
15594
15973
|
/** @enum {string} */
|
|
15595
|
-
language?: "uk" | "en" | "de" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
15974
|
+
language?: "uk" | "en" | "de" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id" | "ru";
|
|
15596
15975
|
/** @default false */
|
|
15597
15976
|
disclaimer_inline: boolean;
|
|
15598
15977
|
};
|
|
@@ -15602,7 +15981,7 @@ export interface components {
|
|
|
15602
15981
|
transitTime?: string;
|
|
15603
15982
|
transitTzOffset?: number | null;
|
|
15604
15983
|
/** @enum {string} */
|
|
15605
|
-
language?: "uk" | "en" | "de" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
15984
|
+
language?: "uk" | "en" | "de" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id" | "ru";
|
|
15606
15985
|
/** @default false */
|
|
15607
15986
|
disclaimer_inline: boolean;
|
|
15608
15987
|
} & {
|
|
@@ -16006,7 +16385,7 @@ export interface components {
|
|
|
16006
16385
|
sign: "aries" | "taurus" | "gemini" | "cancer" | "leo" | "virgo" | "libra" | "scorpio" | "sagittarius" | "capricorn" | "aquarius" | "pisces";
|
|
16007
16386
|
date?: string;
|
|
16008
16387
|
/** @enum {string} */
|
|
16009
|
-
language?: "uk" | "en" | "de" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
16388
|
+
language?: "uk" | "en" | "de" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id" | "ru";
|
|
16010
16389
|
/** @default false */
|
|
16011
16390
|
disclaimer_inline: boolean;
|
|
16012
16391
|
};
|
|
@@ -16500,7 +16879,7 @@ export interface operations {
|
|
|
16500
16879
|
* "longitude": 30.52
|
|
16501
16880
|
* }
|
|
16502
16881
|
*/
|
|
16503
|
-
"application/json": components["schemas"]["
|
|
16882
|
+
"application/json": components["schemas"]["ChartInputUnknownTime"];
|
|
16504
16883
|
};
|
|
16505
16884
|
};
|
|
16506
16885
|
responses: {
|
|
@@ -16900,7 +17279,7 @@ export interface operations {
|
|
|
16900
17279
|
* }
|
|
16901
17280
|
* }
|
|
16902
17281
|
*/
|
|
16903
|
-
"application/json": components["schemas"]["
|
|
17282
|
+
"application/json": components["schemas"]["TwoChartUnknownTime"];
|
|
16904
17283
|
};
|
|
16905
17284
|
};
|
|
16906
17285
|
responses: {
|
|
@@ -18589,7 +18968,7 @@ export interface operations {
|
|
|
18589
18968
|
* ]
|
|
18590
18969
|
* }
|
|
18591
18970
|
*/
|
|
18592
|
-
"application/json": components["schemas"]["
|
|
18971
|
+
"application/json": components["schemas"]["PrimaryDirections"];
|
|
18593
18972
|
};
|
|
18594
18973
|
};
|
|
18595
18974
|
responses: {
|
|
@@ -18674,12 +19053,12 @@ export interface operations {
|
|
|
18674
19053
|
* "timezoneOffset": 3,
|
|
18675
19054
|
* "latitude": 50.45,
|
|
18676
19055
|
* "longitude": 30.52,
|
|
18677
|
-
* "targetDate": "
|
|
19056
|
+
* "targetDate": "2026-05-15",
|
|
18678
19057
|
* "key": "solar_arc",
|
|
18679
19058
|
* "converse": false
|
|
18680
19059
|
* }
|
|
18681
19060
|
*/
|
|
18682
|
-
"application/json": components["schemas"]["
|
|
19061
|
+
"application/json": components["schemas"]["SymbolicDirections"];
|
|
18683
19062
|
};
|
|
18684
19063
|
};
|
|
18685
19064
|
responses: {
|
|
@@ -18694,18 +19073,20 @@ export interface operations {
|
|
|
18694
19073
|
ok?: boolean;
|
|
18695
19074
|
data?: {
|
|
18696
19075
|
arc?: number | null;
|
|
18697
|
-
|
|
19076
|
+
key?: string | null;
|
|
19077
|
+
planets?: ({
|
|
18698
19078
|
id?: number | null;
|
|
18699
|
-
|
|
18700
|
-
|
|
18701
|
-
|
|
18702
|
-
|
|
18703
|
-
aspects?: ({
|
|
18704
|
-
directedPlanet?: string | null;
|
|
18705
|
-
natalPlanet?: string | null;
|
|
18706
|
-
type?: string | null;
|
|
18707
|
-
orb?: number | null;
|
|
19079
|
+
name?: string | null;
|
|
19080
|
+
longitude?: number | null;
|
|
19081
|
+
speedLong?: number | null;
|
|
19082
|
+
isRetrograde?: boolean | null;
|
|
18708
19083
|
} | null)[] | null;
|
|
19084
|
+
houses?: {
|
|
19085
|
+
system?: string | null;
|
|
19086
|
+
cusps?: unknown[] | null;
|
|
19087
|
+
ascendant?: number | null;
|
|
19088
|
+
mc?: number | null;
|
|
19089
|
+
} | null;
|
|
18709
19090
|
};
|
|
18710
19091
|
};
|
|
18711
19092
|
};
|
|
@@ -19151,7 +19532,7 @@ export interface operations {
|
|
|
19151
19532
|
* "maxYears": 75
|
|
19152
19533
|
* }
|
|
19153
19534
|
*/
|
|
19154
|
-
"application/json": components["schemas"]["
|
|
19535
|
+
"application/json": components["schemas"]["Firdaria"];
|
|
19155
19536
|
};
|
|
19156
19537
|
};
|
|
19157
19538
|
responses: {
|
|
@@ -23715,6 +24096,131 @@ export interface operations {
|
|
|
23715
24096
|
};
|
|
23716
24097
|
};
|
|
23717
24098
|
};
|
|
24099
|
+
wellness_biorhythm: {
|
|
24100
|
+
parameters: {
|
|
24101
|
+
query?: never;
|
|
24102
|
+
header?: never;
|
|
24103
|
+
path?: never;
|
|
24104
|
+
cookie?: never;
|
|
24105
|
+
};
|
|
24106
|
+
requestBody: {
|
|
24107
|
+
content: {
|
|
24108
|
+
/**
|
|
24109
|
+
* @example {
|
|
24110
|
+
* "birthDate": "1990-06-15",
|
|
24111
|
+
* "rangeStart": "2026-06-15",
|
|
24112
|
+
* "rangeEnd": "2026-06-21"
|
|
24113
|
+
* }
|
|
24114
|
+
*/
|
|
24115
|
+
"application/json": components["schemas"]["Biorhythm"];
|
|
24116
|
+
};
|
|
24117
|
+
};
|
|
24118
|
+
responses: {
|
|
24119
|
+
/** @description Successful calculation */
|
|
24120
|
+
200: {
|
|
24121
|
+
headers: {
|
|
24122
|
+
[name: string]: unknown;
|
|
24123
|
+
};
|
|
24124
|
+
content: {
|
|
24125
|
+
/**
|
|
24126
|
+
* @example {
|
|
24127
|
+
* "ok": true,
|
|
24128
|
+
* "data": {
|
|
24129
|
+
* "range": {
|
|
24130
|
+
* "start": "2026-06-15",
|
|
24131
|
+
* "end": "2026-06-21",
|
|
24132
|
+
* "days": 7
|
|
24133
|
+
* },
|
|
24134
|
+
* "days": [
|
|
24135
|
+
* {
|
|
24136
|
+
* "date": "2026-06-15",
|
|
24137
|
+
* "dayOfLife": 13149,
|
|
24138
|
+
* "physical": -0.9423,
|
|
24139
|
+
* "emotional": -0.6235,
|
|
24140
|
+
* "intellectual": 0.2817,
|
|
24141
|
+
* "critical": []
|
|
24142
|
+
* }
|
|
24143
|
+
* ],
|
|
24144
|
+
* "criticalDays": [
|
|
24145
|
+
* {
|
|
24146
|
+
* "date": "2026-06-16",
|
|
24147
|
+
* "cycles": [
|
|
24148
|
+
* "intellectual"
|
|
24149
|
+
* ]
|
|
24150
|
+
* }
|
|
24151
|
+
* ]
|
|
24152
|
+
* }
|
|
24153
|
+
* }
|
|
24154
|
+
*/
|
|
24155
|
+
"application/json": {
|
|
24156
|
+
/** @example true */
|
|
24157
|
+
ok?: boolean;
|
|
24158
|
+
data?: {
|
|
24159
|
+
range?: {
|
|
24160
|
+
start?: string | null;
|
|
24161
|
+
end?: string | null;
|
|
24162
|
+
days?: number | null;
|
|
24163
|
+
} | null;
|
|
24164
|
+
days?: ({
|
|
24165
|
+
date?: string | null;
|
|
24166
|
+
dayOfLife?: number | null;
|
|
24167
|
+
physical?: number | null;
|
|
24168
|
+
emotional?: number | null;
|
|
24169
|
+
intellectual?: number | null;
|
|
24170
|
+
critical?: unknown[] | null;
|
|
24171
|
+
} | null)[] | null;
|
|
24172
|
+
criticalDays?: ({
|
|
24173
|
+
date?: string | null;
|
|
24174
|
+
cycles?: (string | null)[] | null;
|
|
24175
|
+
} | null)[] | null;
|
|
24176
|
+
};
|
|
24177
|
+
};
|
|
24178
|
+
};
|
|
24179
|
+
};
|
|
24180
|
+
/** @description Validation error */
|
|
24181
|
+
400: {
|
|
24182
|
+
headers: {
|
|
24183
|
+
[name: string]: unknown;
|
|
24184
|
+
};
|
|
24185
|
+
content: {
|
|
24186
|
+
/**
|
|
24187
|
+
* @example {
|
|
24188
|
+
* "ok": false,
|
|
24189
|
+
* "error": {
|
|
24190
|
+
* "code": "INVALID_INPUT",
|
|
24191
|
+
* "message": "Validation failed: date: Date must be YYYY-MM-DD",
|
|
24192
|
+
* "details": [
|
|
24193
|
+
* {
|
|
24194
|
+
* "path": "date",
|
|
24195
|
+
* "message": "Date must be YYYY-MM-DD"
|
|
24196
|
+
* }
|
|
24197
|
+
* ]
|
|
24198
|
+
* }
|
|
24199
|
+
* }
|
|
24200
|
+
*/
|
|
24201
|
+
"application/json": unknown;
|
|
24202
|
+
};
|
|
24203
|
+
};
|
|
24204
|
+
/** @description Missing or invalid API key */
|
|
24205
|
+
401: {
|
|
24206
|
+
headers: {
|
|
24207
|
+
[name: string]: unknown;
|
|
24208
|
+
};
|
|
24209
|
+
content: {
|
|
24210
|
+
/**
|
|
24211
|
+
* @example {
|
|
24212
|
+
* "ok": false,
|
|
24213
|
+
* "error": {
|
|
24214
|
+
* "code": "INVALID_API_KEY",
|
|
24215
|
+
* "message": "Invalid API key"
|
|
24216
|
+
* }
|
|
24217
|
+
* }
|
|
24218
|
+
*/
|
|
24219
|
+
"application/json": unknown;
|
|
24220
|
+
};
|
|
24221
|
+
};
|
|
24222
|
+
};
|
|
24223
|
+
};
|
|
23718
24224
|
"pet_birth-chart": {
|
|
23719
24225
|
parameters: {
|
|
23720
24226
|
query?: never;
|
|
@@ -28999,7 +29505,7 @@ export interface operations {
|
|
|
28999
29505
|
* "orb": 1.5
|
|
29000
29506
|
* }
|
|
29001
29507
|
*/
|
|
29002
|
-
"application/json": components["schemas"]["
|
|
29508
|
+
"application/json": components["schemas"]["MidpointTrees"];
|
|
29003
29509
|
};
|
|
29004
29510
|
};
|
|
29005
29511
|
responses: {
|
|
@@ -29180,7 +29686,7 @@ export interface operations {
|
|
|
29180
29686
|
* "orb": 1
|
|
29181
29687
|
* }
|
|
29182
29688
|
*/
|
|
29183
|
-
"application/json": components["schemas"]["
|
|
29689
|
+
"application/json": components["schemas"]["ParallelAspects"];
|
|
29184
29690
|
};
|
|
29185
29691
|
};
|
|
29186
29692
|
responses: {
|
|
@@ -29273,7 +29779,7 @@ export interface operations {
|
|
|
29273
29779
|
* ]
|
|
29274
29780
|
* }
|
|
29275
29781
|
*/
|
|
29276
|
-
"application/json": components["schemas"]["
|
|
29782
|
+
"application/json": components["schemas"]["ArabicParts"];
|
|
29277
29783
|
};
|
|
29278
29784
|
};
|
|
29279
29785
|
responses: {
|
|
@@ -31177,7 +31683,7 @@ export interface operations {
|
|
|
31177
31683
|
* "longitude": 30.52
|
|
31178
31684
|
* }
|
|
31179
31685
|
*/
|
|
31180
|
-
"application/json": components["schemas"]["
|
|
31686
|
+
"application/json": components["schemas"]["EssentialDignities"];
|
|
31181
31687
|
};
|
|
31182
31688
|
};
|
|
31183
31689
|
responses: {
|
|
@@ -31268,7 +31774,7 @@ export interface operations {
|
|
|
31268
31774
|
* "longitude": 30.52
|
|
31269
31775
|
* }
|
|
31270
31776
|
*/
|
|
31271
|
-
"application/json": components["schemas"]["
|
|
31777
|
+
"application/json": components["schemas"]["Almuten"];
|
|
31272
31778
|
};
|
|
31273
31779
|
};
|
|
31274
31780
|
responses: {
|
|
@@ -31368,7 +31874,7 @@ export interface operations {
|
|
|
31368
31874
|
* "longitude": 30.52
|
|
31369
31875
|
* }
|
|
31370
31876
|
*/
|
|
31371
|
-
"application/json": components["schemas"]["
|
|
31877
|
+
"application/json": components["schemas"]["Hyleg"];
|
|
31372
31878
|
};
|
|
31373
31879
|
};
|
|
31374
31880
|
responses: {
|
|
@@ -31479,7 +31985,7 @@ export interface operations {
|
|
|
31479
31985
|
* "longitude": 30.52
|
|
31480
31986
|
* }
|
|
31481
31987
|
*/
|
|
31482
|
-
"application/json": components["schemas"]["
|
|
31988
|
+
"application/json": components["schemas"]["Receptions"];
|
|
31483
31989
|
};
|
|
31484
31990
|
};
|
|
31485
31991
|
responses: {
|
|
@@ -31567,7 +32073,7 @@ export interface operations {
|
|
|
31567
32073
|
* "longitude": 30.52
|
|
31568
32074
|
* }
|
|
31569
32075
|
*/
|
|
31570
|
-
"application/json": components["schemas"]["
|
|
32076
|
+
"application/json": components["schemas"]["DispositionChains"];
|
|
31571
32077
|
};
|
|
31572
32078
|
};
|
|
31573
32079
|
responses: {
|
|
@@ -31654,7 +32160,7 @@ export interface operations {
|
|
|
31654
32160
|
* "longitude": 30.52
|
|
31655
32161
|
* }
|
|
31656
32162
|
*/
|
|
31657
|
-
"application/json": components["schemas"]["
|
|
32163
|
+
"application/json": components["schemas"]["DispositionChains"];
|
|
31658
32164
|
};
|
|
31659
32165
|
};
|
|
31660
32166
|
responses: {
|
|
@@ -32551,7 +33057,7 @@ export interface operations {
|
|
|
32551
33057
|
* "natalTimezoneOffset": 3
|
|
32552
33058
|
* }
|
|
32553
33059
|
*/
|
|
32554
|
-
"application/json": components["schemas"]["
|
|
33060
|
+
"application/json": components["schemas"]["HdTransits"];
|
|
32555
33061
|
};
|
|
32556
33062
|
};
|
|
32557
33063
|
responses: {
|
|
@@ -37919,6 +38425,110 @@ export interface operations {
|
|
|
37919
38425
|
};
|
|
37920
38426
|
};
|
|
37921
38427
|
};
|
|
38428
|
+
vedic_bhavabala: {
|
|
38429
|
+
parameters: {
|
|
38430
|
+
query?: never;
|
|
38431
|
+
header?: never;
|
|
38432
|
+
path?: never;
|
|
38433
|
+
cookie?: never;
|
|
38434
|
+
};
|
|
38435
|
+
requestBody: {
|
|
38436
|
+
content: {
|
|
38437
|
+
/**
|
|
38438
|
+
* @example {
|
|
38439
|
+
* "date": "1990-05-15",
|
|
38440
|
+
* "time": "14:30:00",
|
|
38441
|
+
* "timezoneOffset": 3,
|
|
38442
|
+
* "latitude": 50.45,
|
|
38443
|
+
* "longitude": 30.52
|
|
38444
|
+
* }
|
|
38445
|
+
*/
|
|
38446
|
+
"application/json": components["schemas"]["ChartInput"];
|
|
38447
|
+
};
|
|
38448
|
+
};
|
|
38449
|
+
responses: {
|
|
38450
|
+
/** @description Successful calculation */
|
|
38451
|
+
200: {
|
|
38452
|
+
headers: {
|
|
38453
|
+
[name: string]: unknown;
|
|
38454
|
+
};
|
|
38455
|
+
content: {
|
|
38456
|
+
"application/json": {
|
|
38457
|
+
/** @example true */
|
|
38458
|
+
ok?: boolean;
|
|
38459
|
+
data?: {
|
|
38460
|
+
type?: string | null;
|
|
38461
|
+
unit?: string | null;
|
|
38462
|
+
houses?: ({
|
|
38463
|
+
house?: number | null;
|
|
38464
|
+
madhyaLon?: number | null;
|
|
38465
|
+
sign?: number | null;
|
|
38466
|
+
signClass?: string | null;
|
|
38467
|
+
direction?: string | null;
|
|
38468
|
+
lord?: number | null;
|
|
38469
|
+
bhavadhipatiBala?: number | null;
|
|
38470
|
+
bhavaDigBala?: number | null;
|
|
38471
|
+
bhavaDrishtiBala?: number | null;
|
|
38472
|
+
totalVirupas?: number | null;
|
|
38473
|
+
totalRupas?: number | null;
|
|
38474
|
+
rank?: number | null;
|
|
38475
|
+
} | null)[] | null;
|
|
38476
|
+
strongest?: {
|
|
38477
|
+
house?: number | null;
|
|
38478
|
+
totalVirupas?: number | null;
|
|
38479
|
+
} | null;
|
|
38480
|
+
weakest?: {
|
|
38481
|
+
house?: number | null;
|
|
38482
|
+
totalVirupas?: number | null;
|
|
38483
|
+
} | null;
|
|
38484
|
+
};
|
|
38485
|
+
};
|
|
38486
|
+
};
|
|
38487
|
+
};
|
|
38488
|
+
/** @description Validation error */
|
|
38489
|
+
400: {
|
|
38490
|
+
headers: {
|
|
38491
|
+
[name: string]: unknown;
|
|
38492
|
+
};
|
|
38493
|
+
content: {
|
|
38494
|
+
/**
|
|
38495
|
+
* @example {
|
|
38496
|
+
* "ok": false,
|
|
38497
|
+
* "error": {
|
|
38498
|
+
* "code": "INVALID_INPUT",
|
|
38499
|
+
* "message": "Validation failed: date: Date must be YYYY-MM-DD",
|
|
38500
|
+
* "details": [
|
|
38501
|
+
* {
|
|
38502
|
+
* "path": "date",
|
|
38503
|
+
* "message": "Date must be YYYY-MM-DD"
|
|
38504
|
+
* }
|
|
38505
|
+
* ]
|
|
38506
|
+
* }
|
|
38507
|
+
* }
|
|
38508
|
+
*/
|
|
38509
|
+
"application/json": unknown;
|
|
38510
|
+
};
|
|
38511
|
+
};
|
|
38512
|
+
/** @description Missing or invalid API key */
|
|
38513
|
+
401: {
|
|
38514
|
+
headers: {
|
|
38515
|
+
[name: string]: unknown;
|
|
38516
|
+
};
|
|
38517
|
+
content: {
|
|
38518
|
+
/**
|
|
38519
|
+
* @example {
|
|
38520
|
+
* "ok": false,
|
|
38521
|
+
* "error": {
|
|
38522
|
+
* "code": "INVALID_API_KEY",
|
|
38523
|
+
* "message": "Invalid API key"
|
|
38524
|
+
* }
|
|
38525
|
+
* }
|
|
38526
|
+
*/
|
|
38527
|
+
"application/json": unknown;
|
|
38528
|
+
};
|
|
38529
|
+
};
|
|
38530
|
+
};
|
|
38531
|
+
};
|
|
37922
38532
|
vedic_yogas_parashara_raja: {
|
|
37923
38533
|
parameters: {
|
|
37924
38534
|
query?: never;
|
|
@@ -46143,7 +46753,7 @@ export interface operations {
|
|
|
46143
46753
|
* "targetDate": "2026-05-07"
|
|
46144
46754
|
* }
|
|
46145
46755
|
*/
|
|
46146
|
-
"application/json": components["schemas"]["
|
|
46756
|
+
"application/json": components["schemas"]["JaiminiDashaSummary"];
|
|
46147
46757
|
};
|
|
46148
46758
|
};
|
|
46149
46759
|
responses: {
|
|
@@ -49984,7 +50594,7 @@ export interface operations {
|
|
|
49984
50594
|
* "targetDate": "2026-05-07"
|
|
49985
50595
|
* }
|
|
49986
50596
|
*/
|
|
49987
|
-
"application/json": components["schemas"]["
|
|
50597
|
+
"application/json": components["schemas"]["SadeSati"];
|
|
49988
50598
|
};
|
|
49989
50599
|
};
|
|
49990
50600
|
responses: {
|
|
@@ -77161,24 +77771,63 @@ export interface operations {
|
|
|
77161
77771
|
};
|
|
77162
77772
|
"embed_daily-horoscope_get": {
|
|
77163
77773
|
parameters: {
|
|
77164
|
-
query?:
|
|
77774
|
+
query?: {
|
|
77775
|
+
/**
|
|
77776
|
+
* @description Zodiac sun sign, lowercase English name.
|
|
77777
|
+
* @example leo
|
|
77778
|
+
*/
|
|
77779
|
+
sign?: "aries" | "taurus" | "gemini" | "cancer" | "leo" | "virgo" | "libra" | "scorpio" | "sagittarius" | "capricorn" | "aquarius" | "pisces";
|
|
77780
|
+
/**
|
|
77781
|
+
* @description Calendar date `YYYY-MM-DD`. Defaults to today (UTC).
|
|
77782
|
+
* @example 2026-08-01
|
|
77783
|
+
*/
|
|
77784
|
+
date?: string;
|
|
77785
|
+
/**
|
|
77786
|
+
* @description Local birth time `HH:mm:ss`. Defaults to 12:00:00.
|
|
77787
|
+
* @example 14:30:00
|
|
77788
|
+
*/
|
|
77789
|
+
time?: string;
|
|
77790
|
+
/**
|
|
77791
|
+
* @description UTC offset in hours, e.g. `2` or `-5.5`. Defaults to 0.
|
|
77792
|
+
* @example 2
|
|
77793
|
+
*/
|
|
77794
|
+
tz?: number;
|
|
77795
|
+
/**
|
|
77796
|
+
* @description Latitude in decimal degrees. Defaults to 0.
|
|
77797
|
+
* @example 50.45
|
|
77798
|
+
*/
|
|
77799
|
+
lat?: number;
|
|
77800
|
+
/**
|
|
77801
|
+
* @description Longitude in decimal degrees. Defaults to 0.
|
|
77802
|
+
* @example 30.52
|
|
77803
|
+
*/
|
|
77804
|
+
lng?: number;
|
|
77805
|
+
/** @description Optional city label shown on the card. */
|
|
77806
|
+
city?: string;
|
|
77807
|
+
/**
|
|
77808
|
+
* @description Widget language. Also accepts the Accept-Language header.
|
|
77809
|
+
* @example de
|
|
77810
|
+
*/
|
|
77811
|
+
lang?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
77812
|
+
/**
|
|
77813
|
+
* @description Colour scheme. Unknown values fall back to dark.
|
|
77814
|
+
* @example light
|
|
77815
|
+
*/
|
|
77816
|
+
theme?: "dark" | "light" | "console";
|
|
77817
|
+
};
|
|
77165
77818
|
header?: never;
|
|
77166
77819
|
path?: never;
|
|
77167
77820
|
cookie?: never;
|
|
77168
77821
|
};
|
|
77169
77822
|
requestBody?: never;
|
|
77170
77823
|
responses: {
|
|
77171
|
-
/** @description
|
|
77824
|
+
/** @description Rendered widget markup, ready to drop into an iframe. */
|
|
77172
77825
|
200: {
|
|
77173
77826
|
headers: {
|
|
77174
77827
|
[name: string]: unknown;
|
|
77175
77828
|
};
|
|
77176
77829
|
content: {
|
|
77177
|
-
"
|
|
77178
|
-
/** @example true */
|
|
77179
|
-
ok?: boolean;
|
|
77180
|
-
data?: Record<string, never>;
|
|
77181
|
-
};
|
|
77830
|
+
"text/html": string;
|
|
77182
77831
|
};
|
|
77183
77832
|
};
|
|
77184
77833
|
/** @description Validation error */
|
|
@@ -77227,24 +77876,56 @@ export interface operations {
|
|
|
77227
77876
|
};
|
|
77228
77877
|
embed_wheel_get: {
|
|
77229
77878
|
parameters: {
|
|
77230
|
-
query?:
|
|
77879
|
+
query?: {
|
|
77880
|
+
/**
|
|
77881
|
+
* @description Calendar date `YYYY-MM-DD`. Defaults to today (UTC).
|
|
77882
|
+
* @example 2026-08-01
|
|
77883
|
+
*/
|
|
77884
|
+
date?: string;
|
|
77885
|
+
/**
|
|
77886
|
+
* @description Local birth time `HH:mm:ss`. Defaults to 12:00:00.
|
|
77887
|
+
* @example 14:30:00
|
|
77888
|
+
*/
|
|
77889
|
+
time?: string;
|
|
77890
|
+
/**
|
|
77891
|
+
* @description UTC offset in hours, e.g. `2` or `-5.5`. Defaults to 0.
|
|
77892
|
+
* @example 2
|
|
77893
|
+
*/
|
|
77894
|
+
tz?: number;
|
|
77895
|
+
/**
|
|
77896
|
+
* @description Latitude in decimal degrees. Defaults to 0.
|
|
77897
|
+
* @example 50.45
|
|
77898
|
+
*/
|
|
77899
|
+
lat?: number;
|
|
77900
|
+
/**
|
|
77901
|
+
* @description Longitude in decimal degrees. Defaults to 0.
|
|
77902
|
+
* @example 30.52
|
|
77903
|
+
*/
|
|
77904
|
+
lng?: number;
|
|
77905
|
+
/**
|
|
77906
|
+
* @description Widget language. Also accepts the Accept-Language header.
|
|
77907
|
+
* @example de
|
|
77908
|
+
*/
|
|
77909
|
+
lang?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
77910
|
+
/**
|
|
77911
|
+
* @description Colour scheme. Unknown values fall back to dark.
|
|
77912
|
+
* @example light
|
|
77913
|
+
*/
|
|
77914
|
+
theme?: "dark" | "light" | "console";
|
|
77915
|
+
};
|
|
77231
77916
|
header?: never;
|
|
77232
77917
|
path?: never;
|
|
77233
77918
|
cookie?: never;
|
|
77234
77919
|
};
|
|
77235
77920
|
requestBody?: never;
|
|
77236
77921
|
responses: {
|
|
77237
|
-
/** @description
|
|
77922
|
+
/** @description Rendered widget markup, ready to drop into an iframe. */
|
|
77238
77923
|
200: {
|
|
77239
77924
|
headers: {
|
|
77240
77925
|
[name: string]: unknown;
|
|
77241
77926
|
};
|
|
77242
77927
|
content: {
|
|
77243
|
-
"
|
|
77244
|
-
/** @example true */
|
|
77245
|
-
ok?: boolean;
|
|
77246
|
-
data?: Record<string, never>;
|
|
77247
|
-
};
|
|
77928
|
+
"text/html": string;
|
|
77248
77929
|
};
|
|
77249
77930
|
};
|
|
77250
77931
|
/** @description Validation error */
|
|
@@ -77293,24 +77974,41 @@ export interface operations {
|
|
|
77293
77974
|
};
|
|
77294
77975
|
"embed_transit-timeline_get": {
|
|
77295
77976
|
parameters: {
|
|
77296
|
-
query?:
|
|
77977
|
+
query?: {
|
|
77978
|
+
/**
|
|
77979
|
+
* @description Calendar date `YYYY-MM-DD`. Defaults to today (UTC).
|
|
77980
|
+
* @example 2026-08-01
|
|
77981
|
+
*/
|
|
77982
|
+
date?: string;
|
|
77983
|
+
/**
|
|
77984
|
+
* @description Days to cover, default 7.
|
|
77985
|
+
* @example 7
|
|
77986
|
+
*/
|
|
77987
|
+
days?: number;
|
|
77988
|
+
/**
|
|
77989
|
+
* @description Widget language. Also accepts the Accept-Language header.
|
|
77990
|
+
* @example de
|
|
77991
|
+
*/
|
|
77992
|
+
lang?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
77993
|
+
/**
|
|
77994
|
+
* @description Colour scheme. Unknown values fall back to dark.
|
|
77995
|
+
* @example light
|
|
77996
|
+
*/
|
|
77997
|
+
theme?: "dark" | "light" | "console";
|
|
77998
|
+
};
|
|
77297
77999
|
header?: never;
|
|
77298
78000
|
path?: never;
|
|
77299
78001
|
cookie?: never;
|
|
77300
78002
|
};
|
|
77301
78003
|
requestBody?: never;
|
|
77302
78004
|
responses: {
|
|
77303
|
-
/** @description
|
|
78005
|
+
/** @description Rendered widget markup, ready to drop into an iframe. */
|
|
77304
78006
|
200: {
|
|
77305
78007
|
headers: {
|
|
77306
78008
|
[name: string]: unknown;
|
|
77307
78009
|
};
|
|
77308
78010
|
content: {
|
|
77309
|
-
"
|
|
77310
|
-
/** @example true */
|
|
77311
|
-
ok?: boolean;
|
|
77312
|
-
data?: Record<string, never>;
|
|
77313
|
-
};
|
|
78011
|
+
"text/html": string;
|
|
77314
78012
|
};
|
|
77315
78013
|
};
|
|
77316
78014
|
/** @description Validation error */
|
|
@@ -77359,24 +78057,56 @@ export interface operations {
|
|
|
77359
78057
|
};
|
|
77360
78058
|
embed_bodygraph_get: {
|
|
77361
78059
|
parameters: {
|
|
77362
|
-
query?:
|
|
78060
|
+
query?: {
|
|
78061
|
+
/**
|
|
78062
|
+
* @description Calendar date `YYYY-MM-DD`. Defaults to today (UTC).
|
|
78063
|
+
* @example 2026-08-01
|
|
78064
|
+
*/
|
|
78065
|
+
date?: string;
|
|
78066
|
+
/**
|
|
78067
|
+
* @description Local birth time `HH:mm:ss`. Defaults to 12:00:00.
|
|
78068
|
+
* @example 14:30:00
|
|
78069
|
+
*/
|
|
78070
|
+
time?: string;
|
|
78071
|
+
/**
|
|
78072
|
+
* @description UTC offset in hours, e.g. `2` or `-5.5`. Defaults to 0.
|
|
78073
|
+
* @example 2
|
|
78074
|
+
*/
|
|
78075
|
+
tz?: number;
|
|
78076
|
+
/**
|
|
78077
|
+
* @description Latitude in decimal degrees. Defaults to 0.
|
|
78078
|
+
* @example 50.45
|
|
78079
|
+
*/
|
|
78080
|
+
lat?: number;
|
|
78081
|
+
/**
|
|
78082
|
+
* @description Longitude in decimal degrees. Defaults to 0.
|
|
78083
|
+
* @example 30.52
|
|
78084
|
+
*/
|
|
78085
|
+
lng?: number;
|
|
78086
|
+
/**
|
|
78087
|
+
* @description Widget language. Also accepts the Accept-Language header.
|
|
78088
|
+
* @example de
|
|
78089
|
+
*/
|
|
78090
|
+
lang?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
78091
|
+
/**
|
|
78092
|
+
* @description Colour scheme. Unknown values fall back to dark.
|
|
78093
|
+
* @example light
|
|
78094
|
+
*/
|
|
78095
|
+
theme?: "dark" | "light" | "console";
|
|
78096
|
+
};
|
|
77363
78097
|
header?: never;
|
|
77364
78098
|
path?: never;
|
|
77365
78099
|
cookie?: never;
|
|
77366
78100
|
};
|
|
77367
78101
|
requestBody?: never;
|
|
77368
78102
|
responses: {
|
|
77369
|
-
/** @description
|
|
78103
|
+
/** @description Rendered widget markup, ready to drop into an iframe. */
|
|
77370
78104
|
200: {
|
|
77371
78105
|
headers: {
|
|
77372
78106
|
[name: string]: unknown;
|
|
77373
78107
|
};
|
|
77374
78108
|
content: {
|
|
77375
|
-
"
|
|
77376
|
-
/** @example true */
|
|
77377
|
-
ok?: boolean;
|
|
77378
|
-
data?: Record<string, never>;
|
|
77379
|
-
};
|
|
78109
|
+
"text/html": string;
|
|
77380
78110
|
};
|
|
77381
78111
|
};
|
|
77382
78112
|
/** @description Validation error */
|
|
@@ -77425,24 +78155,56 @@ export interface operations {
|
|
|
77425
78155
|
};
|
|
77426
78156
|
embed_kundli_get: {
|
|
77427
78157
|
parameters: {
|
|
77428
|
-
query?:
|
|
78158
|
+
query?: {
|
|
78159
|
+
/**
|
|
78160
|
+
* @description Calendar date `YYYY-MM-DD`. Defaults to today (UTC).
|
|
78161
|
+
* @example 2026-08-01
|
|
78162
|
+
*/
|
|
78163
|
+
date?: string;
|
|
78164
|
+
/**
|
|
78165
|
+
* @description Local birth time `HH:mm:ss`. Defaults to 12:00:00.
|
|
78166
|
+
* @example 14:30:00
|
|
78167
|
+
*/
|
|
78168
|
+
time?: string;
|
|
78169
|
+
/**
|
|
78170
|
+
* @description UTC offset in hours, e.g. `2` or `-5.5`. Defaults to 0.
|
|
78171
|
+
* @example 2
|
|
78172
|
+
*/
|
|
78173
|
+
tz?: number;
|
|
78174
|
+
/**
|
|
78175
|
+
* @description Latitude in decimal degrees. Defaults to 0.
|
|
78176
|
+
* @example 50.45
|
|
78177
|
+
*/
|
|
78178
|
+
lat?: number;
|
|
78179
|
+
/**
|
|
78180
|
+
* @description Longitude in decimal degrees. Defaults to 0.
|
|
78181
|
+
* @example 30.52
|
|
78182
|
+
*/
|
|
78183
|
+
lng?: number;
|
|
78184
|
+
/**
|
|
78185
|
+
* @description Widget language. Also accepts the Accept-Language header.
|
|
78186
|
+
* @example de
|
|
78187
|
+
*/
|
|
78188
|
+
lang?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
78189
|
+
/**
|
|
78190
|
+
* @description Colour scheme. Unknown values fall back to dark.
|
|
78191
|
+
* @example light
|
|
78192
|
+
*/
|
|
78193
|
+
theme?: "dark" | "light" | "console";
|
|
78194
|
+
};
|
|
77429
78195
|
header?: never;
|
|
77430
78196
|
path?: never;
|
|
77431
78197
|
cookie?: never;
|
|
77432
78198
|
};
|
|
77433
78199
|
requestBody?: never;
|
|
77434
78200
|
responses: {
|
|
77435
|
-
/** @description
|
|
78201
|
+
/** @description Rendered widget markup, ready to drop into an iframe. */
|
|
77436
78202
|
200: {
|
|
77437
78203
|
headers: {
|
|
77438
78204
|
[name: string]: unknown;
|
|
77439
78205
|
};
|
|
77440
78206
|
content: {
|
|
77441
|
-
"
|
|
77442
|
-
/** @example true */
|
|
77443
|
-
ok?: boolean;
|
|
77444
|
-
data?: Record<string, never>;
|
|
77445
|
-
};
|
|
78207
|
+
"text/html": string;
|
|
77446
78208
|
};
|
|
77447
78209
|
};
|
|
77448
78210
|
/** @description Validation error */
|
|
@@ -77491,24 +78253,56 @@ export interface operations {
|
|
|
77491
78253
|
};
|
|
77492
78254
|
"embed_mini-chart_get": {
|
|
77493
78255
|
parameters: {
|
|
77494
|
-
query?:
|
|
78256
|
+
query?: {
|
|
78257
|
+
/**
|
|
78258
|
+
* @description Calendar date `YYYY-MM-DD`. Defaults to today (UTC).
|
|
78259
|
+
* @example 2026-08-01
|
|
78260
|
+
*/
|
|
78261
|
+
date?: string;
|
|
78262
|
+
/**
|
|
78263
|
+
* @description Local birth time `HH:mm:ss`. Defaults to 12:00:00.
|
|
78264
|
+
* @example 14:30:00
|
|
78265
|
+
*/
|
|
78266
|
+
time?: string;
|
|
78267
|
+
/**
|
|
78268
|
+
* @description UTC offset in hours, e.g. `2` or `-5.5`. Defaults to 0.
|
|
78269
|
+
* @example 2
|
|
78270
|
+
*/
|
|
78271
|
+
tz?: number;
|
|
78272
|
+
/**
|
|
78273
|
+
* @description Latitude in decimal degrees. Defaults to 0.
|
|
78274
|
+
* @example 50.45
|
|
78275
|
+
*/
|
|
78276
|
+
lat?: number;
|
|
78277
|
+
/**
|
|
78278
|
+
* @description Longitude in decimal degrees. Defaults to 0.
|
|
78279
|
+
* @example 30.52
|
|
78280
|
+
*/
|
|
78281
|
+
lng?: number;
|
|
78282
|
+
/**
|
|
78283
|
+
* @description Widget language. Also accepts the Accept-Language header.
|
|
78284
|
+
* @example de
|
|
78285
|
+
*/
|
|
78286
|
+
lang?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
78287
|
+
/**
|
|
78288
|
+
* @description Colour scheme. Unknown values fall back to dark.
|
|
78289
|
+
* @example light
|
|
78290
|
+
*/
|
|
78291
|
+
theme?: "dark" | "light" | "console";
|
|
78292
|
+
};
|
|
77495
78293
|
header?: never;
|
|
77496
78294
|
path?: never;
|
|
77497
78295
|
cookie?: never;
|
|
77498
78296
|
};
|
|
77499
78297
|
requestBody?: never;
|
|
77500
78298
|
responses: {
|
|
77501
|
-
/** @description
|
|
78299
|
+
/** @description Rendered widget markup, ready to drop into an iframe. */
|
|
77502
78300
|
200: {
|
|
77503
78301
|
headers: {
|
|
77504
78302
|
[name: string]: unknown;
|
|
77505
78303
|
};
|
|
77506
78304
|
content: {
|
|
77507
|
-
"
|
|
77508
|
-
/** @example true */
|
|
77509
|
-
ok?: boolean;
|
|
77510
|
-
data?: Record<string, never>;
|
|
77511
|
-
};
|
|
78305
|
+
"text/html": string;
|
|
77512
78306
|
};
|
|
77513
78307
|
};
|
|
77514
78308
|
/** @description Validation error */
|
|
@@ -77557,24 +78351,36 @@ export interface operations {
|
|
|
77557
78351
|
};
|
|
77558
78352
|
"embed_planet-of-day_get": {
|
|
77559
78353
|
parameters: {
|
|
77560
|
-
query?:
|
|
78354
|
+
query?: {
|
|
78355
|
+
/**
|
|
78356
|
+
* @description Calendar date `YYYY-MM-DD`. Defaults to today (UTC).
|
|
78357
|
+
* @example 2026-08-01
|
|
78358
|
+
*/
|
|
78359
|
+
date?: string;
|
|
78360
|
+
/**
|
|
78361
|
+
* @description Widget language. Also accepts the Accept-Language header.
|
|
78362
|
+
* @example de
|
|
78363
|
+
*/
|
|
78364
|
+
lang?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
78365
|
+
/**
|
|
78366
|
+
* @description Colour scheme. Unknown values fall back to dark.
|
|
78367
|
+
* @example light
|
|
78368
|
+
*/
|
|
78369
|
+
theme?: "dark" | "light" | "console";
|
|
78370
|
+
};
|
|
77561
78371
|
header?: never;
|
|
77562
78372
|
path?: never;
|
|
77563
78373
|
cookie?: never;
|
|
77564
78374
|
};
|
|
77565
78375
|
requestBody?: never;
|
|
77566
78376
|
responses: {
|
|
77567
|
-
/** @description
|
|
78377
|
+
/** @description Rendered widget markup, ready to drop into an iframe. */
|
|
77568
78378
|
200: {
|
|
77569
78379
|
headers: {
|
|
77570
78380
|
[name: string]: unknown;
|
|
77571
78381
|
};
|
|
77572
78382
|
content: {
|
|
77573
|
-
"
|
|
77574
|
-
/** @example true */
|
|
77575
|
-
ok?: boolean;
|
|
77576
|
-
data?: Record<string, never>;
|
|
77577
|
-
};
|
|
78383
|
+
"text/html": string;
|
|
77578
78384
|
};
|
|
77579
78385
|
};
|
|
77580
78386
|
/** @description Validation error */
|
|
@@ -77623,24 +78429,36 @@ export interface operations {
|
|
|
77623
78429
|
};
|
|
77624
78430
|
"embed_moon-phase_get": {
|
|
77625
78431
|
parameters: {
|
|
77626
|
-
query?:
|
|
78432
|
+
query?: {
|
|
78433
|
+
/**
|
|
78434
|
+
* @description Calendar date `YYYY-MM-DD`. Defaults to today (UTC).
|
|
78435
|
+
* @example 2026-08-01
|
|
78436
|
+
*/
|
|
78437
|
+
date?: string;
|
|
78438
|
+
/**
|
|
78439
|
+
* @description Widget language. Also accepts the Accept-Language header.
|
|
78440
|
+
* @example de
|
|
78441
|
+
*/
|
|
78442
|
+
lang?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
78443
|
+
/**
|
|
78444
|
+
* @description Colour scheme. Unknown values fall back to dark.
|
|
78445
|
+
* @example light
|
|
78446
|
+
*/
|
|
78447
|
+
theme?: "dark" | "light" | "console";
|
|
78448
|
+
};
|
|
77627
78449
|
header?: never;
|
|
77628
78450
|
path?: never;
|
|
77629
78451
|
cookie?: never;
|
|
77630
78452
|
};
|
|
77631
78453
|
requestBody?: never;
|
|
77632
78454
|
responses: {
|
|
77633
|
-
/** @description
|
|
78455
|
+
/** @description Rendered widget markup, ready to drop into an iframe. */
|
|
77634
78456
|
200: {
|
|
77635
78457
|
headers: {
|
|
77636
78458
|
[name: string]: unknown;
|
|
77637
78459
|
};
|
|
77638
78460
|
content: {
|
|
77639
|
-
"
|
|
77640
|
-
/** @example true */
|
|
77641
|
-
ok?: boolean;
|
|
77642
|
-
data?: Record<string, never>;
|
|
77643
|
-
};
|
|
78461
|
+
"text/html": string;
|
|
77644
78462
|
};
|
|
77645
78463
|
};
|
|
77646
78464
|
/** @description Validation error */
|
|
@@ -77689,24 +78507,36 @@ export interface operations {
|
|
|
77689
78507
|
};
|
|
77690
78508
|
"embed_daily-tarot_get": {
|
|
77691
78509
|
parameters: {
|
|
77692
|
-
query?:
|
|
78510
|
+
query?: {
|
|
78511
|
+
/**
|
|
78512
|
+
* @description Calendar date `YYYY-MM-DD`. Defaults to today (UTC).
|
|
78513
|
+
* @example 2026-08-01
|
|
78514
|
+
*/
|
|
78515
|
+
date?: string;
|
|
78516
|
+
/**
|
|
78517
|
+
* @description Widget language. Also accepts the Accept-Language header.
|
|
78518
|
+
* @example de
|
|
78519
|
+
*/
|
|
78520
|
+
lang?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
78521
|
+
/**
|
|
78522
|
+
* @description Colour scheme. Unknown values fall back to dark.
|
|
78523
|
+
* @example light
|
|
78524
|
+
*/
|
|
78525
|
+
theme?: "dark" | "light" | "console";
|
|
78526
|
+
};
|
|
77693
78527
|
header?: never;
|
|
77694
78528
|
path?: never;
|
|
77695
78529
|
cookie?: never;
|
|
77696
78530
|
};
|
|
77697
78531
|
requestBody?: never;
|
|
77698
78532
|
responses: {
|
|
77699
|
-
/** @description
|
|
78533
|
+
/** @description Rendered widget markup, ready to drop into an iframe. */
|
|
77700
78534
|
200: {
|
|
77701
78535
|
headers: {
|
|
77702
78536
|
[name: string]: unknown;
|
|
77703
78537
|
};
|
|
77704
78538
|
content: {
|
|
77705
|
-
"
|
|
77706
|
-
/** @example true */
|
|
77707
|
-
ok?: boolean;
|
|
77708
|
-
data?: Record<string, never>;
|
|
77709
|
-
};
|
|
78539
|
+
"text/html": string;
|
|
77710
78540
|
};
|
|
77711
78541
|
};
|
|
77712
78542
|
/** @description Validation error */
|
|
@@ -77755,24 +78585,41 @@ export interface operations {
|
|
|
77755
78585
|
};
|
|
77756
78586
|
"embed_monthly-forecast_get": {
|
|
77757
78587
|
parameters: {
|
|
77758
|
-
query?:
|
|
78588
|
+
query?: {
|
|
78589
|
+
/**
|
|
78590
|
+
* @description Zodiac sun sign, lowercase English name.
|
|
78591
|
+
* @example leo
|
|
78592
|
+
*/
|
|
78593
|
+
sign?: "aries" | "taurus" | "gemini" | "cancer" | "leo" | "virgo" | "libra" | "scorpio" | "sagittarius" | "capricorn" | "aquarius" | "pisces";
|
|
78594
|
+
/**
|
|
78595
|
+
* @description Month as `YYYY-MM`. Defaults to the current month.
|
|
78596
|
+
* @example 2026-08
|
|
78597
|
+
*/
|
|
78598
|
+
month?: string;
|
|
78599
|
+
/**
|
|
78600
|
+
* @description Widget language. Also accepts the Accept-Language header.
|
|
78601
|
+
* @example de
|
|
78602
|
+
*/
|
|
78603
|
+
lang?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
78604
|
+
/**
|
|
78605
|
+
* @description Colour scheme. Unknown values fall back to dark.
|
|
78606
|
+
* @example light
|
|
78607
|
+
*/
|
|
78608
|
+
theme?: "dark" | "light" | "console";
|
|
78609
|
+
};
|
|
77759
78610
|
header?: never;
|
|
77760
78611
|
path?: never;
|
|
77761
78612
|
cookie?: never;
|
|
77762
78613
|
};
|
|
77763
78614
|
requestBody?: never;
|
|
77764
78615
|
responses: {
|
|
77765
|
-
/** @description
|
|
78616
|
+
/** @description Rendered widget markup, ready to drop into an iframe. */
|
|
77766
78617
|
200: {
|
|
77767
78618
|
headers: {
|
|
77768
78619
|
[name: string]: unknown;
|
|
77769
78620
|
};
|
|
77770
78621
|
content: {
|
|
77771
|
-
"
|
|
77772
|
-
/** @example true */
|
|
77773
|
-
ok?: boolean;
|
|
77774
|
-
data?: Record<string, never>;
|
|
77775
|
-
};
|
|
78622
|
+
"text/html": string;
|
|
77776
78623
|
};
|
|
77777
78624
|
};
|
|
77778
78625
|
/** @description Validation error */
|
|
@@ -77821,24 +78668,36 @@ export interface operations {
|
|
|
77821
78668
|
};
|
|
77822
78669
|
embed_transit_get: {
|
|
77823
78670
|
parameters: {
|
|
77824
|
-
query?:
|
|
78671
|
+
query?: {
|
|
78672
|
+
/**
|
|
78673
|
+
* @description Calendar date `YYYY-MM-DD`. Defaults to today (UTC).
|
|
78674
|
+
* @example 2026-08-01
|
|
78675
|
+
*/
|
|
78676
|
+
date?: string;
|
|
78677
|
+
/**
|
|
78678
|
+
* @description Widget language. Also accepts the Accept-Language header.
|
|
78679
|
+
* @example de
|
|
78680
|
+
*/
|
|
78681
|
+
lang?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
78682
|
+
/**
|
|
78683
|
+
* @description Colour scheme. Unknown values fall back to dark.
|
|
78684
|
+
* @example light
|
|
78685
|
+
*/
|
|
78686
|
+
theme?: "dark" | "light" | "console";
|
|
78687
|
+
};
|
|
77825
78688
|
header?: never;
|
|
77826
78689
|
path?: never;
|
|
77827
78690
|
cookie?: never;
|
|
77828
78691
|
};
|
|
77829
78692
|
requestBody?: never;
|
|
77830
78693
|
responses: {
|
|
77831
|
-
/** @description
|
|
78694
|
+
/** @description Rendered widget markup, ready to drop into an iframe. */
|
|
77832
78695
|
200: {
|
|
77833
78696
|
headers: {
|
|
77834
78697
|
[name: string]: unknown;
|
|
77835
78698
|
};
|
|
77836
78699
|
content: {
|
|
77837
|
-
"
|
|
77838
|
-
/** @example true */
|
|
77839
|
-
ok?: boolean;
|
|
77840
|
-
data?: Record<string, never>;
|
|
77841
|
-
};
|
|
78700
|
+
"text/html": string;
|
|
77842
78701
|
};
|
|
77843
78702
|
};
|
|
77844
78703
|
/** @description Validation error */
|
|
@@ -77887,24 +78746,40 @@ export interface operations {
|
|
|
77887
78746
|
};
|
|
77888
78747
|
embed_numerology_get: {
|
|
77889
78748
|
parameters: {
|
|
77890
|
-
query?:
|
|
78749
|
+
query?: {
|
|
78750
|
+
/**
|
|
78751
|
+
* @description Calendar date `YYYY-MM-DD`. Defaults to today (UTC).
|
|
78752
|
+
* @example 2026-08-01
|
|
78753
|
+
*/
|
|
78754
|
+
date?: string;
|
|
78755
|
+
/** @description Full name used for the name-based numbers. */
|
|
78756
|
+
name?: string;
|
|
78757
|
+
/** @description Numerology system. */
|
|
78758
|
+
system?: "pythagorean" | "chaldean";
|
|
78759
|
+
/**
|
|
78760
|
+
* @description Widget language. Also accepts the Accept-Language header.
|
|
78761
|
+
* @example de
|
|
78762
|
+
*/
|
|
78763
|
+
lang?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
78764
|
+
/**
|
|
78765
|
+
* @description Colour scheme. Unknown values fall back to dark.
|
|
78766
|
+
* @example light
|
|
78767
|
+
*/
|
|
78768
|
+
theme?: "dark" | "light" | "console";
|
|
78769
|
+
};
|
|
77891
78770
|
header?: never;
|
|
77892
78771
|
path?: never;
|
|
77893
78772
|
cookie?: never;
|
|
77894
78773
|
};
|
|
77895
78774
|
requestBody?: never;
|
|
77896
78775
|
responses: {
|
|
77897
|
-
/** @description
|
|
78776
|
+
/** @description Rendered widget markup, ready to drop into an iframe. */
|
|
77898
78777
|
200: {
|
|
77899
78778
|
headers: {
|
|
77900
78779
|
[name: string]: unknown;
|
|
77901
78780
|
};
|
|
77902
78781
|
content: {
|
|
77903
|
-
"
|
|
77904
|
-
/** @example true */
|
|
77905
|
-
ok?: boolean;
|
|
77906
|
-
data?: Record<string, never>;
|
|
77907
|
-
};
|
|
78782
|
+
"text/html": string;
|
|
77908
78783
|
};
|
|
77909
78784
|
};
|
|
77910
78785
|
/** @description Validation error */
|
|
@@ -77953,24 +78828,42 @@ export interface operations {
|
|
|
77953
78828
|
};
|
|
77954
78829
|
embed_panchang_get: {
|
|
77955
78830
|
parameters: {
|
|
77956
|
-
query?:
|
|
78831
|
+
query?: {
|
|
78832
|
+
/**
|
|
78833
|
+
* @description Calendar date `YYYY-MM-DD`. Defaults to today (UTC).
|
|
78834
|
+
* @example 2026-08-01
|
|
78835
|
+
*/
|
|
78836
|
+
date?: string;
|
|
78837
|
+
/** @description Latitude in decimal degrees. */
|
|
78838
|
+
lat?: number;
|
|
78839
|
+
/** @description Longitude in decimal degrees. */
|
|
78840
|
+
lng?: number;
|
|
78841
|
+
/** @description UTC offset in hours. */
|
|
78842
|
+
tz?: number;
|
|
78843
|
+
/**
|
|
78844
|
+
* @description Widget language. Also accepts the Accept-Language header.
|
|
78845
|
+
* @example de
|
|
78846
|
+
*/
|
|
78847
|
+
lang?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
78848
|
+
/**
|
|
78849
|
+
* @description Colour scheme. Unknown values fall back to dark.
|
|
78850
|
+
* @example light
|
|
78851
|
+
*/
|
|
78852
|
+
theme?: "dark" | "light" | "console";
|
|
78853
|
+
};
|
|
77957
78854
|
header?: never;
|
|
77958
78855
|
path?: never;
|
|
77959
78856
|
cookie?: never;
|
|
77960
78857
|
};
|
|
77961
78858
|
requestBody?: never;
|
|
77962
78859
|
responses: {
|
|
77963
|
-
/** @description
|
|
78860
|
+
/** @description Rendered widget markup, ready to drop into an iframe. */
|
|
77964
78861
|
200: {
|
|
77965
78862
|
headers: {
|
|
77966
78863
|
[name: string]: unknown;
|
|
77967
78864
|
};
|
|
77968
78865
|
content: {
|
|
77969
|
-
"
|
|
77970
|
-
/** @example true */
|
|
77971
|
-
ok?: boolean;
|
|
77972
|
-
data?: Record<string, never>;
|
|
77973
|
-
};
|
|
78866
|
+
"text/html": string;
|
|
77974
78867
|
};
|
|
77975
78868
|
};
|
|
77976
78869
|
/** @description Validation error */
|
|
@@ -78019,24 +78912,51 @@ export interface operations {
|
|
|
78019
78912
|
};
|
|
78020
78913
|
embed_synastry_get: {
|
|
78021
78914
|
parameters: {
|
|
78022
|
-
query?:
|
|
78915
|
+
query?: {
|
|
78916
|
+
/** @description Birth date `YYYY-MM-DD` of subject A. Required; the widget renders an error without both subjects. */
|
|
78917
|
+
date_a?: string;
|
|
78918
|
+
/** @description Birth time of subject A. Defaults to 12:00:00. */
|
|
78919
|
+
time_a?: string;
|
|
78920
|
+
/** @description UTC offset of subject A. Defaults to 0. */
|
|
78921
|
+
tz_a?: number;
|
|
78922
|
+
/** @description Latitude of subject A. Defaults to 0. */
|
|
78923
|
+
lat_a?: number;
|
|
78924
|
+
/** @description Longitude of subject A. Defaults to 0. */
|
|
78925
|
+
lng_a?: number;
|
|
78926
|
+
/** @description Birth date `YYYY-MM-DD` of subject B. Required; the widget renders an error without both subjects. */
|
|
78927
|
+
date_b?: string;
|
|
78928
|
+
/** @description Birth time of subject B. Defaults to 12:00:00. */
|
|
78929
|
+
time_b?: string;
|
|
78930
|
+
/** @description UTC offset of subject B. Defaults to 0. */
|
|
78931
|
+
tz_b?: number;
|
|
78932
|
+
/** @description Latitude of subject B. Defaults to 0. */
|
|
78933
|
+
lat_b?: number;
|
|
78934
|
+
/** @description Longitude of subject B. Defaults to 0. */
|
|
78935
|
+
lng_b?: number;
|
|
78936
|
+
/**
|
|
78937
|
+
* @description Widget language. Also accepts the Accept-Language header.
|
|
78938
|
+
* @example de
|
|
78939
|
+
*/
|
|
78940
|
+
lang?: "uk" | "en" | "de" | "ru" | "pl" | "es" | "pt" | "fr" | "it" | "nl" | "cs" | "ro" | "hu" | "el" | "tr" | "ar" | "hi" | "ja" | "ko" | "vi" | "id";
|
|
78941
|
+
/**
|
|
78942
|
+
* @description Colour scheme. Unknown values fall back to dark.
|
|
78943
|
+
* @example light
|
|
78944
|
+
*/
|
|
78945
|
+
theme?: "dark" | "light" | "console";
|
|
78946
|
+
};
|
|
78023
78947
|
header?: never;
|
|
78024
78948
|
path?: never;
|
|
78025
78949
|
cookie?: never;
|
|
78026
78950
|
};
|
|
78027
78951
|
requestBody?: never;
|
|
78028
78952
|
responses: {
|
|
78029
|
-
/** @description
|
|
78953
|
+
/** @description Rendered widget markup, ready to drop into an iframe. */
|
|
78030
78954
|
200: {
|
|
78031
78955
|
headers: {
|
|
78032
78956
|
[name: string]: unknown;
|
|
78033
78957
|
};
|
|
78034
78958
|
content: {
|
|
78035
|
-
"
|
|
78036
|
-
/** @example true */
|
|
78037
|
-
ok?: boolean;
|
|
78038
|
-
data?: Record<string, never>;
|
|
78039
|
-
};
|
|
78959
|
+
"text/html": string;
|
|
78040
78960
|
};
|
|
78041
78961
|
};
|
|
78042
78962
|
/** @description Validation error */
|