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

# Get a specific lectionary tradition

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

Retrieves detailed information about a specific lectionary tradition by its ID

## Path parameters

- `id` string, required

## Response `200`

Tradition details

- 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

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