Get Topsellers

Get top sellers

get

Returns a list of events sorted by tickets sold. Use sort to choose between "24h" or "7d" (default "24h").

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
limitinteger · max: 100Optional

Number of top-seller events to return (default: 10, max: 100)

Default: 10
sortstring · enumOptional

Sort order: '24h' or '7d'. Defaults to '24h'.

Default: 24hPossible values:
countryCodestringOptional

Filter by country code(s). Multiple values as comma-separated ISO 3166-1 alpha-2 codes (e.g. DE,AT,CH). Only top-seller events in the given countries are returned.

Example: DE,AT,CH
Responses
chevron-right
200

List of top-seller events

application/json
EventIDintegerOptional
LocationstringOptional
OrtstringOptional
CountryCodestring · nullableOptional
Performerstring · nullableOptional
PerformerSlugstring · nullableOptional
CreatedstringOptional

Creation time in UTC

titlestringOptional
datestringOptional
last_updatestringOptional

Last update time in UTC

imagestringOptional

URL to the event image

mapstringOptional

URL to the seating map of the venue

sold_tickets_24hintegerOptional

Tickets sold in the last 24 hours

sold_tickets_7dintegerOptional

Tickets sold in the last 7 days

get
/topsellers

Last updated