---
title: "Get current liturgical calendar information"
method: GET
path: "/api/v1/calendar/current"
tags: ["Calendar"]
---

# Get current liturgical calendar information

`GET /api/v1/calendar/current`

Retrieves the current liturgical season, year, and upcoming special days for today's date

## Query parameters

- `tradition` string

## Response `200`

Current liturgical calendar information

- object
  - `data` object
    - `currentSeason` 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
    - `currentYear` integer
    - `today` string, date
    - `upcomingSpecialDays` object[]
      - `name` string
      - `date` string, date
      - `daysUntil` integer

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