---
title: "GET /v1/entity/{id}/live"
method: GET
path: "/v1/entity/{id}/live"
tags: ["v1"]
---

# GET /v1/entity/{id}/live

`GET /v1/entity/{id}/live`

## Path parameters

- `id` string, required

## Response `200`

Successful response

- EntityLiveDataResponse
  - `id` string — Entity identifier
  - `name` string — Entity name
  - `entityType` 'DESTINATION' | 'PARK' | 'ATTRACTION' | 'RESTAURANT' | 'HOTEL' | 'SHOW' — Type of entity in the theme park system
  - `timezone` string — Entity timezone
  - `liveData` EntityLiveData[]
    - `id` string, required — Entity identifier
    - `name` string, required — Entity name
    - `entityType` 'DESTINATION' | 'PARK' | 'ATTRACTION' | 'RESTAURANT' | 'HOTEL' | 'SHOW', required — Type of entity in the theme park system
    - `status` 'OPERATING' | 'DOWN' | 'CLOSED' | 'REFURBISHMENT' — Current operating status of an entity
    - `lastUpdated` string, date-time, required — Last update timestamp
    - `queue` LiveQueue
      - `STANDBY` object
        - `waitTime` number — Current standby wait time in minutes
      - `SINGLE_RIDER` object
        - `waitTime` number, nullable, required — Current single rider wait time in minutes
      - `RETURN_TIME` object
        - `state` 'AVAILABLE' | 'TEMP_FULL' | 'FINISHED', required — State of return time availability
        - `returnStart` string, date-time, nullable, required — Start time of return window
        - `returnEnd` string, date-time, nullable, required — End time of return window
      - `PAID_RETURN_TIME` object
        - `state` 'AVAILABLE' | 'TEMP_FULL' | 'FINISHED', required — State of return time availability
        - `returnStart` string, date-time, nullable, required
        - `returnEnd` string, date-time, nullable, required
        - `price` PriceData, required
          - `amount` number, nullable, required — Numerical price amount, in the currency's lowest denomination (e.g. cents). null when the item costs money but the provider does not publish an amount; 0 means genuinely free
          - `currency` string, required — Currency code
          - `formatted` string — Formatted price string
      - `BOARDING_GROUP` object
        - `allocationStatus` 'AVAILABLE' | 'PAUSED' | 'CLOSED', required — State of boarding group availability
        - `currentGroupStart` number, nullable, required — Current boarding group start number
        - `currentGroupEnd` number, nullable, required — Current boarding group end number
        - `nextAllocationTime` string, date-time, nullable, required — Next boarding group allocation time
        - `estimatedWait` number, nullable, required — Estimated wait time in minutes
      - `PAID_STANDBY` object
        - `waitTime` number, nullable, required — Current paid standby wait time in minutes
    - `showtimes` LiveShowTime[]
      - `type` string, required — Type of show time entry
      - `startTime` string, date-time, nullable — Start time of the show
      - `endTime` string, date-time, nullable — End time of the show
    - `operatingHours` LiveShowTime[]
      - `type` string, required — Type of show time entry
      - `startTime` string, date-time, nullable — Start time of the show
      - `endTime` string, date-time, nullable — End time of the show
    - `diningAvailability` DiningAvailability[]
      - `partySize` number, nullable — Available party size
      - `waitTime` number, nullable — Current wait time in minutes

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