---
title: "Destination Catalog"
method: GET
path: "/onboarding/destination-catalog"
tags: ["onboarding"]
---

# Destination Catalog

`GET /onboarding/destination-catalog`

Return the curated destination catalog in its display order, each entry
paired with a hero photo. Entries without a best_photos row are omitted —
a chip with a blank image slot reads as broken. Static data plus one batched
photo lookup, memoized below, so this makes no LLM call — but it is still an
unauthenticated route that touches the DB, hence the same bucket as its
siblings.

## Response `200`

Successful Response

- DestinationCatalogResponse
  - `destinations` DestinationCatalogEntry[], required
    - `name` string, required
    - `country` string, required
    - `image` string, required

---

[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)
