Performers

Learn how to fetch a detailed list of performers using the SeatGeek API.

The performers endpoint allows us to request any performers that are available in the SeatGeek database. We can use the performers endpoint in two ways:

  • Fetch a paginated list of performers using certain search parameters.
  • Fetch details about a specific performer by providing a specific performer id.

Response parameters

Here are some of the essential response parameters for the performers endpoint:

Name

Description

type

This parameter represents the type of performer.

name

This parameter represents the name of the performer.

image

This parameter represents the image URL on SeatGeek for the performer.

id

This parameter represents the unique identifier for the performer.

images

This parameter represents a list of all the available image URLs for the perfomer, which are available on the SeatGeek platform.

has_upcoming_events

This boolean parameter defines whether the performer has any upcoming events that are available on SeakGeek for booking.

divisions

This parameter represents the list of documents regarding team membership for the performer. This parameter is only applicable for some performers in sports and is null otherwise.

taxonomies

This parameter represents the list of output response documents for the performer's taxonomies.

url

This parameter represents the URL link for the performer in SeatGeek.

score

This parameter represents the popularity score for the performer on SeatGeek.

slug

This parameter represents the user-readable identifier for the performer on SeakGeek.

short_name

This parameter represents the short name for the performer on SeakGeek.

num_upcoming_events

This parameter defines how many upcoming events the performer has on SeakGeek.

popularity

This parameter represents the numerical popularity value for the performer.

Fetch a list of all performers

...