---
title: "Marseille: Timing"
method: POST
path: "/tarot/marseille/timing"
tags: ["Tarot: Marseille"]
---

# Marseille: Timing

`POST /tarot/marseille/timing`

Single timing card.

## Request body

- TarotDraw
  - `seed` integer
  - `question` string
  - `allowReversed` boolean

## Response `200`

Successful calculation

- object
  - `ok` boolean
  - `data` object
    - `type` 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
        - `suit` string, nullable
        - `rank` string, nullable
        - `element` 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
      - `reversed` boolean, nullable

## Other responses

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

## Changes

- **2026-08-24** `8ab5a768b521` — 2 breaking, 6 info
  - the response property `data/drawn/items/` became nullable for the status `200`
  - the `data/drawn/items/` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - added the optional property `data/drawn/items/card` to the response with the `200` status
  - added the optional property `data/drawn/items/position` to the response with the `200` status
  - …4 more
- **2026-08-22** `5a17388652f3` — 3 info
  - added the new optional request property `allowReversed`
  - added the new optional request property `question`
  - added the new optional request property `seed`
- **2026-08-14** `994755209cea` — 2 info
  - api tag `Tarot: Marseille` added
  - api tag `Tarot — Marseille` removed

[Change history](https://skmtc.dev/astroway/apis/astroway-calculation-api/changes/tarot/marseille/timing/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/8ab5a768b521/schema)
