---
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. Card names, keywords and meanings are English only: this endpoint ignores `?lang=` and `Accept-Language`, which is why neither is listed here.

## Query parameters

- `date` string, date

## 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
  - `_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/529d7d36d7d6/schema)
