---
title: "Get single temporary event"
method: GET
path: "/temporary-events/{temporaryEventId}"
tags: ["Content API"]
---

# Get single temporary event

`GET /temporary-events/{temporaryEventId}`

## Path parameters

- `temporaryEventId` integer, required

## Query parameters

- `lang` string

## Headers

- `Authorization` string, required

## Response `200`

Successful operation.

- object
  - `success` boolean
  - `event` TemporaryEvent — A temporary event (e.g. exhibitions in museums) tied to an experience and a date range, and accessed through a product.
    - `id` integer — Unique identifier of the temporary event.
    - `title` string — Title of the temporary event.
    - `description` string, nullable — Description of the temporary event.
    - `event_type` 'exhibition' | 'other' — Type of the temporary event.
    - `experience_id` integer — Tiqets ID of the experience this event belongs to.
    - `experience_name` string — Name of the experience.
    - `from_date` string, date — Start date of the event (inclusive).
    - `to_date` string, date — End date of the event (inclusive).
    - `tiqets_url` string, uri — URL of the event on Tiqets.
    - `image` Image — Image with URLs in different sizes and optional alt text and credit.
      - `small` string — URL of small size image.
      - `medium` string — URL of medium size image.
      - `large` string — URL of large size image.
      - `extra_large` string — URL of extra large size image.
      - `alt_text` string, nullable — ALT text for the image. Returned if available for the image in the defined request language. Returned as `null` if no ALT text is available.
      - `credit` string, nullable — Image credit information. Credit needs to be shown when an image is shown on your system. Tiqets cannot be held liable for any infringement.
    - `access_product_ids` integer[] — List of product IDs that grant access to this event.

## Other responses

- `400` — Bad Request -- Check your request parameters (typo in parameter or invalid value).
- `401` — Unauthorized -- Your API key is incorrect.
- `403` — Forbidden -- The endpoint or parameters are not allowed for the matching API key.
- `404` — Not Found -- Requested resource/endpoint could not be found.
- `405` — Method Not Allowed -- Check your request method.
- `429` — Too Many Requests -- We currently apply a fair-use policy, but we might enforce limits in the future.
- `500` — Internal Server Error -- We had a problem with our server. Try again later.
- `503` — Service Unavailable -- We're temporarily offline for maintenance. Please try again later.

---

[API](https://skmtc.net/tiqets/apis/tiqets-distributor-api.md) · [All operations](https://skmtc.net/tiqets/apis/tiqets-distributor-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tiqets/tiqets-distributor-api/versions/eaf9cf96606a/schema)
