0

Is there some way to use an "OR" statement for the "query" parameter in the "explore" endpoint https://developer.foursquare.com/docs/venues/explore ? For example, if I want to explore "wifi" OR "wi-fi" venues in a single API request.

1 Answers1

1

foursquare's query field only supports keywords -- it doesn't include support for operators like "OR."

akdotcom
  • 4,627
  • 2
  • 17
  • 16