---
title: "Marseille: Interpret"
method: POST
path: "/tarot/marseille/interpret"
tags: ["Tarot: Marseille"]
---

# Marseille: Interpret

`POST /tarot/marseille/interpret`

Resolve list of card slugs into meanings.

## Request body

- TarotInterpret
  - `cards` string[], required
  - `question` string

## Response `200`

Successful calculation

- object
  - `ok` boolean
  - `data` object
    - `question` string, nullable
    - `cards` object[], nullable
      - `slug` string, nullable
      - `name` string, nullable
      - `upright` object, nullable
        - `keywords` string[], nullable
        - `meaning` string, nullable

## Other responses

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

## Changes

- **2026-08-24** `8ab5a768b521` — 2 breaking, 4 info
  - the response property `data/cards/items/` became nullable for the status `200`
  - the `data/cards/items/` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - added the optional property `data/cards/items/name` to the response with the `200` status
  - added the optional property `data/cards/items/slug` to the response with the `200` status
  - …2 more
- **2026-08-22** `5a17388652f3` — 1 breaking, 1 info
  - added the new required request property `cards`
  - added the new optional request property `question`
- **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/interpret/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)
