---
title: Get Sabbat Dates API
slug: get-sabbats
url: https://apyhub.com/creightonnick0/service/get-sabbats
provider: nick creighton
categories: [Standard Data]
tags: [wheel-of-the-year, sabbats, solstice, equinox, seasonal-calendar, pagan-calendar]
auth: api_key
---

# Get Sabbat Dates API

Get Wheel of the Year sabbats and solstices/equinoxes for the Northern or Southern hemisphere. Useful for calendars and seasonal reference data.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| GET | `/v1/lunar/sabbats` | What it does Returns this year's 8 Wheel-of-the-Year sabbats plus solstices/equinoxes for the selec… | 10 |

## About

## What it does
Sabbats Calendar returns the 8 Wheel-of-the-Year dates for the **current year**, for your chosen hemisphere. Send just `hemisphere` and get back this year's sabbats and solar events with both local dates and exact UTC timestamps.

Use Sabbats Calendar when you need seasonal dates for ritual planning, content scheduling, event calendars, or astrology and paganism applications. The response includes a `count`, the selected `hemisphere`, and a `sabbats` array. Each item includes `name`, `hemisphere`, `date_local`, `exact_utc`, and `kind`, where `kind` is either `cross_quarter` or `solar`.

It supports both `north` and `south`, so you can generate the correct seasonal calendar for either half of the world — no year range to configure, it always reflects the current year.

## Usage

Authenticate with an ApyHub API key in the `apy-token` header.
Full docs and a live playground: https://apyhub.com/creightonnick0/service/get-sabbats
