---
title: "Tarot Card of the Day (public, no key)"
method: GET
path: "/public/tarot/daily"
tags: ["Public"]
---

# Tarot Card of the Day (public, no key)

`GET /public/tarot/daily`

Deterministic Rider–Waite–Smith single card, seeded by date: the same date always yields the same card. No AI. `_footer` watermark. The English card `name` and `slug` are the stable identifiers to match on and never change. `localized.cards` keys by slug and carries the Major Arcana name and the suit label in the requested language; keywords and meanings are prose and stay English. Minor arcana names stay English too, which each card says through `nameLocalized`, because the rank vocabulary is not frozen yet.

## Query parameters

- `date` string, date
- `lang` string

## Headers

- `Accept-Language` string

## Response `200`

OK

- 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
        - `number` number, nullable
        - `name` string, nullable
        - `upright` object, nullable
          - `keywords` string[], nullable
          - `meaning` string, nullable
        - `reversed` object, nullable
          - `keywords` string[], nullable
          - `meaning` string, nullable
        - `astrology` string, nullable
        - `numerology` number, nullable
        - `yes` string, nullable
        - `slug` string, nullable
        - `category` string, nullable
      - `reversed` boolean, nullable
    - `localized` object, nullable
      - `cards` object, nullable
        - `the-devil` object, nullable
          - `name` string, nullable
          - `suit` string, nullable
          - `nameLocalized` boolean, nullable
  - `_footer` string — Free-tier watermark, present on every public response. Keys on a paid plan do not receive it.

## Other responses

- `400` — Invalid sign or date

---

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