AstroAsk Docs
API referenceWestern astrologyV1WesternTransits

POST /v1/western/transits

Current transiting planets aspecting the natal positions.

POST
/v1/western/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/western/transits" \  -H "Content-Type: application/json" \  -d '{    "date": "1990-01-15T10:30:00"  }'
{  "success": true,  "data": {    "targetDate": "2026-08-14T20:27:41.287Z",    "transits": [      {        "planet": "Sun",        "transitLongitude": 142.06817125481814,        "sign": 4,        "signName": "Leo",        "degreeInSign": 22.06817125481814,        "isRetrograde": false,        "aspectsToNatal": [          {            "planet1": "Sun",            "planet2": "Uranus",            "type": "Sesquiquadrate",            "angle": 134.52819688622765,            "orb": 0.47180311377235284,            "applying": false,            "nature": "tense",            "isMajor": false          }        ],        "interpretation": [          "The transit of",          "Sun",          "is currently activating themes of",          "Sesquiquadrate",          "to",          "natal",          "Uranus",          "in your life right now."        ]      },      {        "planet": "Moon",        "transitLongitude": 169.89741213945388,        "sign": 5,        "signName": "Virgo",        "degreeInSign": 19.897412139453877,        "isRetrograde": false,        "aspectsToNatal": [          {            "planet1": "Moon",            "planet2": "Mars",            "type": "Square",            "angle": 89.8040583714195,            "orb": 0.19594162858049913,            "applying": false,            "nature": "tense",            "isMajor": true          }        ],        "interpretation": [          "The transit of",          "Moon",          "is currently activating themes of",          "Square",          "to",          "natal",          "Mars",          "in your life right now."        ]      },      {        "planet": "Mercury",        "transitLongitude": 128.97770875783146,        "sign": 4,        "signName": "Leo",        "degreeInSign": 8.977708757831465,        "isRetrograde": false,        "aspectsToNatal": [],        "interpretation": [          "The transit of",          "Mercury",          "is passing through",          "Leo",          "in your life right now."        ]      },      {        "planet": "Venus",        "transitLongitude": 187.94415718392224,        "sign": 6,        "signName": "Libra",        "degreeInSign": 7.944157183922243,        "isRetrograde": false,        "aspectsToNatal": [          {            "planet1": "Venus",            "planet2": "Mars",            "type": "Quintile",            "angle": 71.75731332695113,            "orb": 0.2426866730488655,            "applying": false,            "nature": "harmonic",            "isMajor": false          },          {            "planet1": "Venus",            "planet2": "Uranus",            "type": "Square",            "angle": 88.65221095712354,            "orb": 1.3477890428764567,            "applying": false,            "nature": "tense",            "isMajor": true          }        ],        "interpretation": [          "The transit of",          "Venus",          "is currently activating themes of",          "Quintile",          "to",          "natal",          "Mars",          "Square",          "to",          "natal",          "Uranus",          "in your life right now."        ]      },      {        "planet": "Mars",        "transitLongitude": 92.31072318288295,        "sign": 3,        "signName": "Cancer",        "degreeInSign": 2.3107231828829526,        "isRetrograde": false,        "aspectsToNatal": [          {            "planet1": "Mars",            "planet2": "Moon",            "type": "Quintile",            "angle": 71.53451660864891,            "orb": 0.46548339135108563,            "applying": false,            "nature": "harmonic",            "isMajor": false          },          {            "planet1": "Mars",            "planet2": "Jupiter",            "type": "Conjunction",            "angle": 1.0896286310376695,            "orb": 1.0896286310376695,            "applying": true,            "nature": "neutral",            "isMajor": true          },          {            "planet1": "Mars",            "planet2": "Pluto",            "type": "Sesquiquadrate",            "angle": 135.11148113629486,            "orb": 0.11148113629485579,            "applying": false,            "nature": "tense",            "isMajor": false          },          {            "planet1": "Mars",            "planet2": "NorthNode",            "type": "Sesquiquadrate",            "angle": 135.7398224252671,            "orb": 0.7398224252671071,            "applying": false,            "nature": "tense",            "isMajor": false          },          {            "planet1": "Mars",            "planet2": "SouthNode",            "type": "SemiSquare",            "angle": 44.26017757473289,            "orb": 0.7398224252671071,            "applying": false,            "nature": "tense",            "isMajor": false          }        ],        "interpretation": [          "The transit of",          "Mars",          "is currently activating themes of",          "Quintile",          "to",          "natal",          "Moon",          "Conjunction",          "to",          "natal",          "Jupiter",          "Sesquiquadrate",          "to",          "natal",          "Pluto",          "Sesquiquadrate",          "to",          "natal",          "NorthNode",          "SemiSquare",          "to",          "natal",          "SouthNode",          "in your life right now."        ]      },      {        "planet": "Jupiter",        "transitLongitude": 130.0150247850729,        "sign": 4,        "signName": "Leo",        "degreeInSign": 10.01502478507291,        "isRetrograde": false,        "aspectsToNatal": [],        "interpretation": [          "The transit of",          "Jupiter",          "is passing through",          "Leo",          "in your life right now."        ]      },      {        "planet": "Saturn",        "transitLongitude": 14.444245979975221,        "sign": 0,        "signName": "Aries",        "degreeInSign": 14.444245979975221,        "isRetrograde": true,        "aspectsToNatal": [          {            "planet1": "Saturn",            "planet2": "Moon",            "type": "Quincunx",            "angle": 149.40099381155665,            "orb": 0.5990061884433544,            "applying": false,            "nature": "tense",            "isMajor": false          },          {            "planet1": "Saturn",            "planet2": "Neptune",            "type": "Square",            "angle": 91.88932710576432,            "orb": 1.8893271057643233,            "applying": true,            "nature": "tense",            "isMajor": true          },          {            "planet1": "Saturn",            "planet2": "Chiron",            "type": "Square",            "angle": 88.43495243921785,            "orb": 1.5650475607821477,            "applying": false,            "nature": "tense",            "isMajor": true          }        ],        "interpretation": [          "The transit of",          "Saturn",          "is currently activating themes of",          "Quincunx",          "to",          "natal",          "Moon",          "Square",          "to",          "natal",          "Neptune",          "Square",          "to",          "natal",          "Chiron",          "in your life right now."        ]      },      {        "planet": "Uranus",        "transitLongitude": 65.39158126485273,        "sign": 2,        "signName": "Gemini",        "degreeInSign": 5.391581264852732,        "isRetrograde": false,        "aspectsToNatal": [          {            "planet1": "Uranus",            "planet2": "Mercury",            "type": "BiQuintile",            "angle": 143.8303905958199,            "orb": 0.1696094041801075,            "applying": false,            "nature": "harmonic",            "isMajor": false          },          {            "planet1": "Uranus",            "planet2": "SouthNode",            "type": "Quintile",            "angle": 71.17931949276311,            "orb": 0.8206805072368866,            "applying": true,            "nature": "harmonic",            "isMajor": false          }        ],        "interpretation": [          "The transit of",          "Uranus",          "is currently activating themes of",          "BiQuintile",          "to",          "natal",          "Mercury",          "Quintile",          "to",          "natal",          "SouthNode",          "in your life right now."        ]      },      {        "planet": "Neptune",        "transitLongitude": 4.039940532520973,        "sign": 0,        "signName": "Aries",        "degreeInSign": 4.039940532520973,        "isRetrograde": true,        "aspectsToNatal": [          {            "planet1": "Neptune",            "planet2": "Jupiter",            "type": "Square",            "angle": 89.36041128139965,            "orb": 0.6395887186003506,            "applying": false,            "nature": "tense",            "isMajor": true          }        ],        "interpretation": [          "The transit of",          "Neptune",          "is currently activating themes of",          "Square",          "to",          "natal",          "Jupiter",          "in your life right now."        ]      },      {        "planet": "Pluto",        "transitLongitude": 303.85951010388885,        "sign": 10,        "signName": "Aquarius",        "degreeInSign": 3.8595101038888515,        "isRetrograde": true,        "aspectsToNatal": [          {            "planet1": "Pluto",            "planet2": "Mars",            "type": "SemiSquare",            "angle": 44.158039593015474,            "orb": 0.8419604069845263,            "applying": false,            "nature": "tense",            "isMajor": false          },          {            "planet1": "Pluto",            "planet2": "Jupiter",            "type": "Quincunx",            "angle": 149.54084171003177,            "orb": 0.4591582899682294,            "applying": false,            "nature": "tense",            "isMajor": false          }        ],        "interpretation": [          "The transit of",          "Pluto",          "is currently activating themes of",          "SemiSquare",          "to",          "natal",          "Mars",          "Quincunx",          "to",          "natal",          "Jupiter",          "in your life right now."        ]      },      {        "planet": "Chiron",        "transitLongitude": 30.812884806416207,        "sign": 1,        "signName": "Taurus",        "degreeInSign": 0.8128848064162071,        "isRetrograde": true,        "aspectsToNatal": [          {            "planet1": "Chiron",            "planet2": "Venus",            "type": "Square",            "angle": 89.95445518503828,            "orb": 0.045544814961715474,            "applying": false,            "nature": "tense",            "isMajor": true          },          {            "planet1": "Chiron",            "planet2": "Chiron",            "type": "Quintile",            "angle": 72.06631361277687,            "orb": 0.06631361277686665,            "applying": true,            "nature": "harmonic",            "isMajor": false          }        ],        "interpretation": [          "The transit of",          "Chiron",          "is currently activating themes of",          "Square",          "to",          "natal",          "Venus",          "Quintile",          "to",          "natal",          "Chiron",          "in your life right now."        ]      },      {        "planet": "NorthNode",        "transitLongitude": 329.79561202158527,        "sign": 10,        "signName": "Aquarius",        "degreeInSign": 29.79561202158527,        "isRetrograde": false,        "aspectsToNatal": [],        "interpretation": [          "The transit of",          "NorthNode",          "is passing through",          "Aquarius",          "in your life right now."        ]      },      {        "planet": "SouthNode",        "transitLongitude": 149.79561202158527,        "sign": 4,        "signName": "Leo",        "degreeInSign": 29.79561202158527,        "isRetrograde": false,        "aspectsToNatal": [          {            "planet1": "SouthNode",            "planet2": "Sun",            "type": "BiQuintile",            "angle": 144.98565719352814,            "orb": 0.9856571935281409,            "applying": false,            "nature": "harmonic",            "isMajor": false          }        ],        "interpretation": [          "The transit of",          "SouthNode",          "is currently activating themes of",          "BiQuintile",          "to",          "natal",          "Sun",          "in your life right now."        ]      }    ],    "mostSignificant": [],    "interpretation": [      "The transit of",      "the current planetary positions",      "is currently activating themes of",      "general life themes",      "in your life right now."    ]  }}