---
title: "Get all lectionary traditions"
method: GET
path: "/api/v1/traditions"
tags: ["Traditions"]
---

# Get all lectionary traditions

`GET /api/v1/traditions`

Retrieves a list of all available lectionary traditions (RCL, Catholic, Episcopal, Lutheran, etc.)

## Response `200`

List of all available lectionary traditions

- object
  - `data` LectionaryTradition[]
    - `id` string — Unique identifier for the tradition
    - `name` string — Name of the lectionary tradition
    - `abbreviation` string — Common abbreviation for the tradition
    - `description` string — Description of the tradition
    - `startDate` string, date — Start date of the tradition calendar
    - `endDate` string, date — End date of the tradition calendar
  - `total` integer — Total number of traditions

## Other responses

- `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)
