---
title: "GET /v1/destinations"
method: GET
path: "/v1/destinations"
tags: ["v1"]
---

# GET /v1/destinations

`GET /v1/destinations`

## Response `200`

Successful response

- DestinationsResponse
  - `destinations` Destination[], required — Array of all destinations
    - `id` string, required — Unique identifier of the destination
    - `name` string, required — Name of the destination
    - `slug` string, nullable — URL-friendly slug for the destination
    - `externalId` string, nullable — External entity ID from the source data provider
    - `parks` Park[], required — Array of parks within this destination
      - `id` string, required — Unique identifier of the park
      - `name` string, required — Name of the park

## Other responses

- `429` — Too Many Requests - Rate limit exceeded

---

[API](https://skmtc.dev/themeparks/apis/v1-api.md) · [All operations](https://skmtc.dev/themeparks/apis/v1-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/themeparks/v1-api/revisions/38d9a8a607bb/schema)
