---
title: "Get Explore Cards"
method: GET
path: "/explore"
---

# Get Explore Cards

`GET /explore`

Get all explore cards for display on home page.
Returns cards with dynamic dates computed from offsets.

## Response `200`

Successful Response

- ExploreCardsListResponse — Response model for list of explore cards.
  - `cards` ExploreCardResponse[], required
    - `id` string, required
    - `prompt` string, required
    - `display_title` string, required
    - `display_subtitle` string, required
    - `image_url` string, required
    - `departure_date` string, date, nullable
    - `return_date` string, date, nullable

---

[API](https://skmtc.dev/stardrift/apis/fastapi.md) · [All operations](https://skmtc.dev/stardrift/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stardrift/fastapi/revisions/00746572572a/schema)
