Transits

Sign ingresses, retrograde/direct stations and combustion between two dates.

OperationCreditsKey
GET /v1/transits
Ingresses, stations and combustion between dates
1secret or publishable
POST /v1/transits/natal
Transits over the natal Moon and houses
2secret

Example: Ingresses, stations and combustion between dates

GET /v1/transits · 200 OK
{
  "data": {
    "events": [
      {
        "planet": "mars",
        "type": "ingress",
        "date": "2026-09-19",
        "from_sign": "gemini",
        "to_sign": "cancer"
      },
      {
        "planet": "jupiter",
        "type": "ingress",
        "date": "2026-11-01",
        "from_sign": "cancer",
        "to_sign": "leo"
      },
      {
        "planet": "mars",
        "type": "ingress",
        "date": "2026-11-13",
        "from_sign": "cancer",
        "to_sign": "leo"
      },
      {
        "planet": "rahu",
        "type": "ingress",
        "date": "2026-11-26",
        "from_sign": "aquarius",
        "to_sign": "capricorn"
      },
      {
        "planet": "ketu",
        "type": "ingress",
        "date": "2026-11-26",
        "from_sign": "leo",
        "to_sign": "cancer"
      },
      {
        "planet": "jupiter",
        "type": "ingress",
        "date": "2027-01-25",
        "from_sign": "leo",
        "to_sign": "cancer"
      },
      {
        "planet": "mars",
        "type": "ingress",
        "date": "2027-03-10",
        "from_sign": "leo",
        "to_sign": "cancer"
      }
    ]
  },
  "meta": {
    "request_id": "req_example",
    "api_version": "v1",
    "engine_version": "2026.9.28",
    "mode": "live",
    "credits_charged": 1
  },
  "warnings": []
}

Try it in the playground Full reference