---
title: "Rave New Years"
method: POST
path: "/hd/rave-new-years"
tags: ["Human Design"]
---

# Rave New Years

`POST /hd/rave-new-years`

Calculate Rave New Year dates (exact moment Sun enters Gate 41) for a range of years. Max range: 50 years.

## Request body

- YearRange
  - `startYear` number, nullable, required
  - `endYear` number, nullable, required

## Response `200`

Successful calculation

- object
  - `ok` boolean
  - `data` object
    - `count` number, nullable
    - `years` object[], nullable
      - `year` number, nullable
      - `date` string, nullable
      - `time` string, nullable
      - `jd` number, nullable

## Other responses

- `400` — Validation error
- `401` — Missing or invalid API key

---

[API](https://skmtc.net/astroway/apis/astroway-calculation-api.md) · [All operations](https://skmtc.net/astroway/apis/astroway-calculation-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/astroway/astroway-calculation-api/revisions/6828e5609564/schema)
