seatgeek / api-support

A support channel for the SeatGeek Platform
9 stars 10 forks source link

Events API for sports only #45

Closed dandemel closed 7 years ago

dandemel commented 7 years ago

Is there a way to filter events by type? I am trying to query sports events but most of the results am getting using the generic events API are music related events

josegonzalez commented 7 years ago

You can filter by taxonomies using the taxonomies.id=1000000 querystring argument. Taxonomies are a tree structure, so any MLB event (1010100) is also a Baseball event (1010000), and any Baseball event is also a Sports event (1000000).

Taxonomies can be retrieved via the taxonomies endpoint.