We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
Hopefully this is an easy fix =)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
Hopefully this is an easy fix =)
The text was updated successfully, but these errors were encountered: