Total Human DesignDashboard|
Documentation

Moon Range

GET/api/transits/moonPro

Get Moon gate/line positions over a date range, including zodiac sign, retrograde status, and lunar phase data.

Legacy URL supported

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

Request

Parameters

ParameterTypeRequiredDescription
startDatestringYesStart date in YYYY-MM-DD format
endDatestringYesEnd date in YYYY-MM-DD format
granularitystringNo"daily" (default) or "hourly" (default: daily)
thd-api

Response

Response200

{
"success": true,
"meta": {
  "endpoint": "transit/moon-range",
  "planet": "Moon",
  "startDate": "2026-03-01",
  "endDate": "2026-03-07",
  "granularity": "daily",
  "count": 7,
  "note": "Moon transits through all 64 gates in ~28 days, spending ~10-11 hours per gate"
},
"data": [
  {
    "datetime": "2026-03-01T12:00:00.000Z",
    "longitude": 145.32,
    "gate": 46,
    "line": 3,
    "color": 2,
    "tone": 4,
    "sign": "Leo",
    "isRetrograde": false,
    "moonPhase": {
      "phase": "Waxing Gibbous",
      "emoji": "🌔",
      "elongation": 135.2,
      "illumination": 82,
      "lunarDay": 11.5
    }
  }
]
}

Moon phase fields

FieldDescription
phasePhase name: New Moon, Waxing Crescent, First Quarter, Waxing Gibbous, Full Moon, Waning Gibbous, Last Quarter, Waning Crescent
emojiVisual moon phase emoji
elongationAngular distance between Sun and Moon (0–360°)
illuminationPercentage of Moon illuminated (0–100)
lunarDayDays into the 29.53-day lunar cycle

Unit consumption

  • Daily: 1 unit per day in range
  • Hourly: 24 units per day in range
  • Maximum range: 366 days