---
title: "Get liturgical seasons for a tradition"
method: GET
path: "/api/v1/traditions/{id}/seasons"
tags: ["Traditions"]
---

# Get liturgical seasons for a tradition

`GET /api/v1/traditions/{id}/seasons`

Retrieves all liturgical seasons (Advent, Christmas, Epiphany, Lent, Easter, Pentecost) for a specific tradition and optional year

## Path parameters

- `id` string, required

## Query parameters

- `year` integer

## Response `200`

List of liturgical seasons

- 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

- `404` — Tradition not found
- `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)
