Basic Attraction Details

Learn to retrieve attraction details using the Discovery API.

Attraction details

Earlier, we briefly explored the attractions endpoint and used it to search for several different attractions, but that's not all we can do with this endpoint. Like the events endpoint, we can use it to retrieve details for an attraction simply by passing the ID of an attraction as a URL parameter:

The URL for this endpoint is:

https://app.ticketmaster.com/discovery/v2/attractions/{id}

Here, {id} is the ID of an attraction.

Request parameters

Apart from the id URL parameter, this endpoint also takes a couple of optional query parameters. The table below gives an overview of these parameters:

Parameter

Type

Category

Description

id

string

required

This is the ID of the attraction we want the details for.

locale

string

optional

This is the locale in ISO code format. Multiple comma-separated values can be provided. When omitting the country part of the code (only en or fr) the first matching locale is used. When using *, it matches all locales. The default value is en.

domain

array[string]

optional

If provided, the results are filtered based on the domain they are available on.

Let's try making a call to this endpoint by using attraction IDs from the table below:

Attraction

ID

Phoenix Suns

K8vZ9171oZf

Los Angeles Lakers

K8vZ91718T0

Boston Red Sox

K8vZ9171okf

The Weeknd

K8vZ9172Ln7

Atif Aslam

K8vZ917GGnf

Backstreet Boys

K8vZ91719tf

If you want, you can try replacing the value of the attractionId ...