AstroAsk Docs
API referenceVedic astrologyV1VedicTransits

POST /v1/vedic/transits

Real-time Vedic transit positions with Sade Sati and Ashtama Shani detection.

POST
/v1/vedic/transits

Authorization

ApiKeyAuth
X-API-Key<token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://example.com/v1/vedic/transits" \  -H "Content-Type: application/json" \  -d '{    "date": "1990-01-15T10:30:00",    "lat": 28.6139,    "lng": 77.209  }'
{  "success": true,  "data": {    "planets": [      {        "planet": "Sun",        "transitLongitude": 117.83922860920148,        "transitSign": 3,        "transitSignName": "Cancer",        "houseFromAscendant": 5,        "houseFromMoon": 12,        "isRetrograde": false,        "ashtakavargaBindu": 4,        "binduStrength": "moderate",        "prediction": [          "The transit of",          "Sun",          "is passing through",          "the 12th house — expenses, foreign travel, and spirituality",          "Increased expenses but manageable. Need for rest and retreat.",          "Ashtakavarga support is moderate — mixed results expected."        ]      },      {        "planet": "Moon",        "transitLongitude": 145.6684694938372,        "transitSign": 4,        "transitSignName": "Leo",        "houseFromAscendant": 6,        "houseFromMoon": 1,        "isRetrograde": false,        "ashtakavargaBindu": 4,        "binduStrength": "moderate",        "prediction": [          "The transit of",          "Moon",          "is passing through",          "the 1st house — self, health, and personality",          "Fluctuating moods but overall stable. Focus on self-care.",          "Ashtakavarga support is moderate — mixed results expected."        ]      },      {        "planet": "Mars",        "transitLongitude": 68.0817805372663,        "transitSign": 2,        "transitSignName": "Gemini",        "houseFromAscendant": 4,        "houseFromMoon": 11,        "isRetrograde": false,        "ashtakavargaBindu": 5,        "binduStrength": "moderate",        "prediction": [          "The transit of",          "Mars",          "is passing through",          "the 11th house — gains, income, and social network",          "Gains through effort. Some friends may be competitive.",          "Ashtakavarga support is moderate — mixed results expected."        ]      },      {        "planet": "Mercury",        "transitLongitude": 104.74876611221478,        "transitSign": 3,        "transitSignName": "Cancer",        "houseFromAscendant": 5,        "houseFromMoon": 12,        "isRetrograde": false,        "ashtakavargaBindu": 2,        "binduStrength": "weak",        "prediction": [          "The transit of",          "Mercury",          "is passing through",          "the 12th house — expenses, foreign travel, and spirituality",          "Mental confusion, sleep disturbances, and losses through miscalculation.",          "Ashtakavarga support is weak — caution advised during this transit."        ]      },      {        "planet": "Jupiter",        "transitLongitude": 105.78608213945628,        "transitSign": 3,        "transitSignName": "Cancer",        "houseFromAscendant": 5,        "houseFromMoon": 12,        "isRetrograde": false,        "ashtakavargaBindu": 3,        "binduStrength": "weak",        "prediction": [          "The transit of",          "Jupiter",          "is passing through",          "the 12th house — expenses, foreign travel, and spirituality",          "Financial drain, hospitalization risk, and spiritual confusion.",          "Ashtakavarga support is weak — caution advised during this transit."        ]      },      {        "planet": "Venus",        "transitLongitude": 163.7152145383056,        "transitSign": 5,        "transitSignName": "Virgo",        "houseFromAscendant": 7,        "houseFromMoon": 2,        "isRetrograde": false,        "ashtakavargaBindu": 4,        "binduStrength": "moderate",        "prediction": [          "The transit of",          "Venus",          "is passing through",          "the 2nd house — wealth, family, and speech",          "Moderate financial comfort. Family gatherings pleasant.",          "Ashtakavarga support is moderate — mixed results expected."        ]      },      {        "planet": "Saturn",        "transitLongitude": 350.21530333435857,        "transitSign": 11,        "transitSignName": "Pisces",        "houseFromAscendant": 1,        "houseFromMoon": 8,        "isRetrograde": true,        "ashtakavargaBindu": 2,        "binduStrength": "weak",        "prediction": [          "The transit of",          "Saturn",          "is passing through",          "the 8th house — transformation, obstacles, and longevity",          "Chronic illness, financial losses, accidents, and deep psychological struggles. Most challenging transit.",          "Ashtakavarga support is weak — caution advised during this transit.",          "This planet is retrograde, intensifying introspection and revisiting past themes."        ]      },      {        "planet": "Rahu",        "transitLongitude": 305.9832207505727,        "transitSign": 10,        "transitSignName": "Aquarius",        "houseFromAscendant": 12,        "houseFromMoon": 7,        "isRetrograde": true,        "ashtakavargaBindu": 0,        "binduStrength": "weak",        "prediction": [          "The transit of",          "Rahu",          "is passing through",          "the 7th house — marriage, partnerships, and public dealings",          "Partnership betrayals, deceptive spouse, and business fraud.",          "Ashtakavarga support is weak — caution advised during this transit.",          "This planet is retrograde, intensifying introspection and revisiting past themes."        ]      },      {        "planet": "Ketu",        "transitLongitude": 125.98322075057268,        "transitSign": 4,        "transitSignName": "Leo",        "houseFromAscendant": 6,        "houseFromMoon": 1,        "isRetrograde": true,        "ashtakavargaBindu": 0,        "binduStrength": "weak",        "prediction": [          "The transit of",          "Ketu",          "is passing through",          "the 1st house — self, health, and personality",          "Identity confusion, mysterious health issues, and social withdrawal.",          "Ashtakavarga support is weak — caution advised during this transit.",          "This planet is retrograde, intensifying introspection and revisiting past themes."        ]      }    ],    "sadeSati": {      "isActive": false,      "periods": []    },    "ashtamaShani": {      "isCurrentlyActive": true,      "periods": [        {          "start": "2025-03-29T16:13:05.647Z",          "end": "2027-06-02T23:13:39.046Z",          "saturnSign": 11,          "saturnSignName": "Pisces"        },        {          "start": "2027-10-20T02:43:10.921Z",          "end": "2028-02-23T12:47:31.078Z",          "saturnSign": 11,          "saturnSignName": "Pisces"        }      ]    }  }}