|
40 | 40 | }, |
41 | 41 | { |
42 | 42 | "name": "Vedic Astrology", |
43 | | - "description": "Production-grade Vedic (Jyotish) and KP astrology API for AI agents and developers. NASA JPL-validated planetary positions with sub-arcminute accuracy. Birth charts with 15 divisional charts (D1-D60), Ashtakoot Gun Milan compatibility, Vimshottari Dasha predictions, dosha detection with remedies, 300+ planetary yogas, complete Panchang, and KP horary with 249-level sub-lord analysis. 40+ endpoints optimized for matrimonial apps, horoscope platforms, spiritual wellness services, and AI-powered astrology chatbots." |
| 43 | + "description": "Production-grade Vedic (Jyotish) and KP astrology API for AI agents and developers. VSOP87 calculations verified against NASA JPL Horizons with sub-arcminute accuracy. Birth charts with 15 divisional charts (D1-D60), Ashtakoot Gun Milan compatibility, Vimshottari Dasha predictions, dosha detection with remedies, 300+ planetary yogas, complete Panchang, and KP horary with 249-level sub-lord analysis. 40+ endpoints optimized for matrimonial apps, horoscope platforms, spiritual wellness services, and AI-powered astrology chatbots." |
44 | 44 | }, |
45 | 45 | { |
46 | 46 | "name": "Tarot", |
|
8200 | 8200 | "Western Astrology" |
8201 | 8201 | ], |
8202 | 8202 | "summary": "Generate natal chart - Birth chart calculator API with houses and aspects", |
8203 | | - "description": "Calculate complete Western astrology natal chart (birth chart) with tropical zodiac. Returns all 10 planetary positions (Sun through Pluto), 12 house cusps with customizable house systems (Placidus, Whole Sign, Equal, Koch), major and minor aspects, Ascendant, Midheaven, dominant elements and modalities. Perfect for astrology apps, birth chart generators, horoscope websites, and astrological consultation tools. NASA JPL-validated astronomical accuracy.", |
| 8203 | + "description": "Calculate complete Western astrology natal chart (birth chart) with tropical zodiac. Returns all 10 planetary positions (Sun through Pluto), 12 house cusps with customizable house systems (Placidus, Whole Sign, Equal, Koch), major and minor aspects, Ascendant, Midheaven, dominant elements and modalities. Perfect for astrology apps, birth chart generators, horoscope websites, and astrological consultation tools. Verified against NASA JPL Horizons.", |
8204 | 8204 | "security": [ |
8205 | 8205 | { |
8206 | 8206 | "apiKey": [] |
|
8356 | 8356 | "Western Astrology" |
8357 | 8357 | ], |
8358 | 8358 | "summary": "Get planetary positions - Ephemeris calculator for all planets", |
8359 | | - "description": "Calculate accurate tropical zodiac positions for all 10 planets (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto) for any date, time, and location. Returns longitude, latitude, zodiac sign, degree within sign, daily motion speed, and retrograde status. Perfect for transit tracking, ephemeris tables, astrology apps, and planetary position widgets. NASA JPL-validated accuracy.", |
| 8359 | + "description": "Calculate accurate tropical zodiac positions for all 10 planets (Sun, Moon, Mercury, Venus, Mars, Jupiter, Saturn, Uranus, Neptune, Pluto) for any date, time, and location. Returns longitude, latitude, zodiac sign, degree within sign, daily motion speed, and retrograde status. Perfect for transit tracking, ephemeris tables, astrology apps, and planetary position widgets. Verified against NASA JPL Horizons.", |
8360 | 8360 | "security": [ |
8361 | 8361 | { |
8362 | 8362 | "apiKey": [] |
|
10314 | 10314 | "apiKey": [] |
10315 | 10315 | } |
10316 | 10316 | ], |
| 10317 | + "parameters": [ |
| 10318 | + { |
| 10319 | + "schema": { |
| 10320 | + "type": "string", |
| 10321 | + "enum": [ |
| 10322 | + "en", |
| 10323 | + "tr", |
| 10324 | + "de", |
| 10325 | + "es", |
| 10326 | + "hi", |
| 10327 | + "pt", |
| 10328 | + "fr", |
| 10329 | + "ru" |
| 10330 | + ], |
| 10331 | + "default": "en", |
| 10332 | + "example": "en", |
| 10333 | + "description": "Response language (ISO 639-1). Supported: en, tr, de, es, hi, pt, fr, ru. Defaults to en. Languages without translations yet return English." |
| 10334 | + }, |
| 10335 | + "required": false, |
| 10336 | + "description": "Response language (ISO 639-1). Supported: en, tr, de, es, hi, pt, fr, ru. Defaults to en. Languages without translations yet return English.", |
| 10337 | + "name": "lang", |
| 10338 | + "in": "query" |
| 10339 | + } |
| 10340 | + ], |
10317 | 10341 | "requestBody": { |
10318 | 10342 | "content": { |
10319 | 10343 | "application/json": { |
|
11199 | 11223 | "apiKey": [] |
11200 | 11224 | } |
11201 | 11225 | ], |
| 11226 | + "parameters": [ |
| 11227 | + { |
| 11228 | + "schema": { |
| 11229 | + "type": "string", |
| 11230 | + "enum": [ |
| 11231 | + "en", |
| 11232 | + "tr", |
| 11233 | + "de", |
| 11234 | + "es", |
| 11235 | + "hi", |
| 11236 | + "pt", |
| 11237 | + "fr", |
| 11238 | + "ru" |
| 11239 | + ], |
| 11240 | + "default": "en", |
| 11241 | + "example": "en", |
| 11242 | + "description": "Response language (ISO 639-1). Supported: en, tr, de, es, hi, pt, fr, ru. Defaults to en. Languages without translations yet return English." |
| 11243 | + }, |
| 11244 | + "required": false, |
| 11245 | + "description": "Response language (ISO 639-1). Supported: en, tr, de, es, hi, pt, fr, ru. Defaults to en. Languages without translations yet return English.", |
| 11246 | + "name": "lang", |
| 11247 | + "in": "query" |
| 11248 | + } |
| 11249 | + ], |
11202 | 11250 | "requestBody": { |
11203 | 11251 | "content": { |
11204 | 11252 | "application/json": { |
|
11817 | 11865 | "apiKey": [] |
11818 | 11866 | } |
11819 | 11867 | ], |
| 11868 | + "parameters": [ |
| 11869 | + { |
| 11870 | + "schema": { |
| 11871 | + "type": "string", |
| 11872 | + "enum": [ |
| 11873 | + "en", |
| 11874 | + "tr", |
| 11875 | + "de", |
| 11876 | + "es", |
| 11877 | + "hi", |
| 11878 | + "pt", |
| 11879 | + "fr", |
| 11880 | + "ru" |
| 11881 | + ], |
| 11882 | + "default": "en", |
| 11883 | + "example": "en", |
| 11884 | + "description": "Response language (ISO 639-1). Supported: en, tr, de, es, hi, pt, fr, ru. Defaults to en. Languages without translations yet return English." |
| 11885 | + }, |
| 11886 | + "required": false, |
| 11887 | + "description": "Response language (ISO 639-1). Supported: en, tr, de, es, hi, pt, fr, ru. Defaults to en. Languages without translations yet return English.", |
| 11888 | + "name": "lang", |
| 11889 | + "in": "query" |
| 11890 | + } |
| 11891 | + ], |
11820 | 11892 | "requestBody": { |
11821 | 11893 | "content": { |
11822 | 11894 | "application/json": { |
|
14552 | 14624 | "apiKey": [] |
14553 | 14625 | } |
14554 | 14626 | ], |
| 14627 | + "parameters": [ |
| 14628 | + { |
| 14629 | + "schema": { |
| 14630 | + "type": "string", |
| 14631 | + "enum": [ |
| 14632 | + "en", |
| 14633 | + "tr", |
| 14634 | + "de", |
| 14635 | + "es", |
| 14636 | + "hi", |
| 14637 | + "pt", |
| 14638 | + "fr", |
| 14639 | + "ru" |
| 14640 | + ], |
| 14641 | + "default": "en", |
| 14642 | + "example": "en", |
| 14643 | + "description": "Response language (ISO 639-1). Supported: en, tr, de, es, hi, pt, fr, ru. Defaults to en. Languages without translations yet return English." |
| 14644 | + }, |
| 14645 | + "required": false, |
| 14646 | + "description": "Response language (ISO 639-1). Supported: en, tr, de, es, hi, pt, fr, ru. Defaults to en. Languages without translations yet return English.", |
| 14647 | + "name": "lang", |
| 14648 | + "in": "query" |
| 14649 | + } |
| 14650 | + ], |
14555 | 14651 | "requestBody": { |
14556 | 14652 | "content": { |
14557 | 14653 | "application/json": { |
|
34213 | 34309 | "apiKey": [] |
34214 | 34310 | } |
34215 | 34311 | ], |
| 34312 | + "parameters": [ |
| 34313 | + { |
| 34314 | + "schema": { |
| 34315 | + "type": "string", |
| 34316 | + "enum": [ |
| 34317 | + "en", |
| 34318 | + "tr", |
| 34319 | + "de", |
| 34320 | + "es", |
| 34321 | + "hi", |
| 34322 | + "pt", |
| 34323 | + "fr", |
| 34324 | + "ru" |
| 34325 | + ], |
| 34326 | + "default": "en", |
| 34327 | + "example": "en", |
| 34328 | + "description": "Response language (ISO 639-1). Supported: en, tr, de, es, hi, pt, fr, ru. Defaults to en. Languages without translations yet return English." |
| 34329 | + }, |
| 34330 | + "required": false, |
| 34331 | + "description": "Response language (ISO 639-1). Supported: en, tr, de, es, hi, pt, fr, ru. Defaults to en. Languages without translations yet return English.", |
| 34332 | + "name": "lang", |
| 34333 | + "in": "query" |
| 34334 | + } |
| 34335 | + ], |
34216 | 34336 | "responses": { |
34217 | 34337 | "200": { |
34218 | 34338 | "description": "List of all 8 trigrams with basic information.", |
|
34365 | 34485 | "description": "Trigram number (1-8) or English name (Heaven, Earth, Thunder, Wind, Water, Fire, Mountain, Lake).", |
34366 | 34486 | "name": "identifier", |
34367 | 34487 | "in": "path" |
| 34488 | + }, |
| 34489 | + { |
| 34490 | + "schema": { |
| 34491 | + "type": "string", |
| 34492 | + "enum": [ |
| 34493 | + "en", |
| 34494 | + "tr", |
| 34495 | + "de", |
| 34496 | + "es", |
| 34497 | + "hi", |
| 34498 | + "pt", |
| 34499 | + "fr", |
| 34500 | + "ru" |
| 34501 | + ], |
| 34502 | + "default": "en", |
| 34503 | + "example": "en", |
| 34504 | + "description": "Response language (ISO 639-1). Supported: en, tr, de, es, hi, pt, fr, ru. Defaults to en. Languages without translations yet return English." |
| 34505 | + }, |
| 34506 | + "required": false, |
| 34507 | + "description": "Response language (ISO 639-1). Supported: en, tr, de, es, hi, pt, fr, ru. Defaults to en. Languages without translations yet return English.", |
| 34508 | + "name": "lang", |
| 34509 | + "in": "query" |
34368 | 34510 | } |
34369 | 34511 | ], |
34370 | 34512 | "responses": { |
|
0 commit comments