---
title: "Get liturgical seasons for a specific year"
method: GET
path: "/api/v1/calendar/{year}/seasons"
tags: ["Calendar"]
---

# Get liturgical seasons for a specific year

`GET /api/v1/calendar/{year}/seasons`

Retrieves all liturgical seasons (Advent, Christmas, Lent, Easter, etc.) for the specified liturgical year

## Path parameters

- `year` integer, required

## Query parameters

- `tradition` string

## Response `200`

List of liturgical seasons for the year

- object
  - `data` LiturgicalSeason[]
    - `id` string — Unique identifier for the season
    - `name` string — Name of the liturgical season
    - `color` string — Liturgical color for the season
    - `startDate` string, date — Start date of the season
    - `endDate` string, date — End date of the season
    - `traditionId` string — ID of the associated tradition
  - `total` integer

## Other responses

- `400` — Invalid year
- `500` — Internal server error

---

[API](https://skmtc.net/asachs01/apis/lectionary-api.md) · [All operations](https://skmtc.net/asachs01/apis/lectionary-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/asachs01/lectionary-api/versions/fd90664c991c/schema)
