Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
SpikedCola opened this issue Jun 4, 2020 · 0 comments
Open

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

SpikedCola opened this issue Jun 4, 2020 · 0 comments

Comments

@SpikedCola
Copy link

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 =)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant