---
title: "Lenormand: Daily Cards"
method: POST
path: "/tarot/lenormand/daily"
tags: ["Tarot: Lenormand"]
---

# Lenormand: Daily Cards

`POST /tarot/lenormand/daily`

Daily three-card draw based on date seed.

## Request body

- TarotDaily
  - `date` string

## Response `200`

Successful calculation

- object
  - `ok` boolean
  - `data` object
    - `date` string, nullable
    - `spread` object, nullable
      - `slug` string, nullable
      - `name` string, nullable
      - `cardCount` number, nullable
    - `seed` number, nullable
    - `drawn` object[], nullable
      - `position` object, nullable
        - `index` number, nullable
        - `name` string, nullable
        - `meaning` string, nullable
      - `card` object, nullable
        - `slug` string, nullable
        - `number` number, nullable
        - `name` string, nullable
        - `category` string, nullable
        - `upright` object, nullable
          - `keywords` string[], nullable
          - `meaning` string, nullable
        - `reversed` object, nullable
          - `keywords` string[], nullable
          - `meaning` string, nullable
        - `yes` string, nullable
      - `reversed` boolean, nullable

## Other responses

- `400` — Validation error
- `401` — Missing or invalid API key

## Changes

- **2026-08-24** `8ab5a768b521` — 9 info
  - added the optional property `data/date` to the response with the `200` status
  - added the optional property `data/drawn/items/card/category` to the response with the `200` status
  - added the optional property `data/drawn/items/card/number` to the response with the `200` status
  - added the optional property `data/drawn/items/card/reversed` to the response with the `200` status
  - …5 more
- **2026-08-22** `5a17388652f3` — 1 info
  - added the new optional request property `date`
- **2026-08-14** `994755209cea` — 2 info
  - api tag `Tarot: Lenormand` added
  - api tag `Tarot — Lenormand` removed

[Change history](https://skmtc.dev/astroway/apis/astroway-calculation-api/changes/tarot/lenormand/daily/post.md)

---

[API](https://skmtc.dev/astroway/apis/astroway-calculation-api.md) · [All operations](https://skmtc.dev/astroway/apis/astroway-calculation-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/astroway/astroway-calculation-api/revisions/4ed0fa90d9dc/schema)
