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

# GET /v1/entity/{id}

`GET /v1/entity/{id}`

## Path parameters

- `id` string, required

## Response `200`

Successful response

- EntityData
  - `id` string, required — Unique entity identifier
  - `name` string, required — Entity name
  - `entityType` 'DESTINATION' | 'PARK' | 'ATTRACTION' | 'RESTAURANT' | 'HOTEL' | 'SHOW', required — Type of entity in the theme park system
  - `parentId` string, nullable — Parent entity identifier
  - `destinationId` string, nullable — Destination identifier
  - `timezone` string, required — Entity timezone
  - `location` EntityLocation
    - `latitude` number, nullable — Latitude coordinate of the entity location
    - `longitude` number, nullable — Longitude coordinate of the entity location
  - `tags` TagData[]
    - `tag` string, required — Tag identifier
    - `tagName` string, required — Human readable tag name
    - `id` string — Unique identifier
    - `value` unknown

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