Total Human DesignDashboard|
Documentation

Transit Charts

GET/api/transits/chartPro

Get full Human Design chart snapshots for each time point in a date range. Each chart includes type, authority, channels, centers, Variable, PHS, and Rave Psychology.

Legacy URL supported

The previous endpoint path /api/v2/transit-chart is still supported and will continue to work.

No birth data required

Transit charts are calculated from planetary positions alone — no birth location is needed. These charts show the cosmic weather at each moment.

Request

Parameters

ParameterTypeRequiredDescription
startDatestringYesStart date (YYYY-MM-DD or YYYY-MM-DDTHH:MM:SS)
endDatestringYesEnd date (YYYY-MM-DD or YYYY-MM-DDTHH:MM:SS)
granularitystringNo"daily", "hourly" (default), or "minute" (default: hourly)
thd-api

Response

Each item in the data array is a full HD chart for that moment:

Response200

{
"success": true,
"meta": {
  "version": "2.0.0",
  "endpoint": "v2/transit-chart",
  "startDate": "2026-03-15",
  "endDate": "2026-03-16",
  "granularity": "hourly",
  "count": 24,
  "computeTimeMs": 1250
},
"data": [
  {
    "datetime": "2026-03-15T00:00:00.000Z",
    "chart": {
      "type": "Generator",
      "authority": "Sacral",
      "profile": "1/3",
      "definition": "Single",
      "variableType": {
        "motivation": "Fear",
        "environment": "Caves",
        "digestion": "Consecutive",
        "perspective": "Survival"
      }
    },
    "centers": {
      "defined": [
        { "center": "Sacral", "gates": [5, 14], "channels": ["5-15"] }
      ],
      "open": ["Head", "Ajna", "Throat"]
    },
    "channels": [
      { "gates": "5→15", "centers": ["Sacral", "G"] }
    ],
    "planets": {
      "Sun": {
        "longitude": 354.2,
        "gate": 36,
        "line": 1,
        "color": 3,
        "tone": 2,
        "base": 1,
        "sign": "Pisces",
        "isRetrograde": false
      }
    },
    "phs": { "conditioning": ["..."], "open": ["..."] },
    "ravePsychology": { "purpose": ["..."], "direction": ["..."] }
  }
]
}

Chart fields per time point

FieldDescription
chartType, authority, profile, definition, and Variable breakdown
centersDefined centers (with their gates and channels) and open centers
channelsActive channels with gate pairs and connected centers
planetsAll 13 HD planets with full gate/line/color/tone/base data
phsPHS conditioning and open planets
ravePsychologyRave Psychology categories (purpose, direction, transference, transformation, cognition)

Unit consumption

GranularityUnits per DayMax Range
daily1366 days
hourly24366 days
minute1,44030 days