seatgeek / api-support

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

Search By Two Letter Country Code Not Working Outside US #106

Open SpikedCola opened 4 years ago

SpikedCola commented 4 years ago

Fetching venues in the US by country code works great: https://api.seatgeek.com/2/venues/?client_id=[redacted]&country=us

Fetching venues in Canada by country code returns 0 results: https://api.seatgeek.com/2/venues/?client_id=[redacted]&country=ca

Searching by 'can' or 'canada' does return results: https://api.seatgeek.com/2/venues/?client_id=[redacted]&country=can (511 results) https://api.seatgeek.com/2/venues/?client_id=[redacted]&country=canada (18.9k results)

The docs say to use country code: image (1)

Hopefully this is an easy fix =)