Foursquare integration (Location, Data). Imported from open-connector.
https://api.foursquare.com/v3/places/search
| Param | Type | Required | Description |
|---|---|---|---|
| query | string | optional | The free-form place query. |
| near | string | optional | The locality text used for search biasing. |
| latitude | number | optional | The latitude coordinate in decimal degrees. |
| longitude | number | optional | The longitude coordinate in decimal degrees. |
| radius | integer | optional | The search radius in meters. |
| limit | integer | optional | The maximum number of results to return. |
| fields | array | optional | The Foursquare response fields to request. |
| openNow | boolean | optional | Whether to restrict results to places currently open. |
| openAt | string | optional | The local day and time filter in `DOWTHHMM` format. |
| minPrice | integer | optional | The minimum Foursquare price tier. |
| maxPrice | integer | optional | The maximum Foursquare price tier. |
| excludeAllChains | boolean | optional | Whether to exclude all known chain places from the response. |
/v3/places/nearby
| Param | Type | Required | Description |
|---|---|---|---|
| latitude | number | required | The latitude coordinate in decimal degrees. |
| longitude | number | required | The longitude coordinate in decimal degrees. |
| hacc | integer | optional | The horizontal accuracy radius in meters. |
| altitude | integer | optional | The altitude in meters. |
| limit | integer | optional | The maximum number of nearby places to return. |
| fields | array | optional | The Foursquare response fields to request. |
/v3/places/{fsqId}
| Param | Type | Required | Description |
|---|---|---|---|
| fsqId | string | required | The unique Foursquare place identifier. |
| fields | array | optional | The Foursquare response fields to request. |
/v3/places/{fsqId}/photos
| Param | Type | Required | Description |
|---|---|---|---|
| fsqId | string | required | The unique Foursquare place identifier. |
| sort | string | optional | The ordering applied to photos or tips. |
| limit | integer | optional | The maximum number of photos to return. |
| classifications | array | optional | The photo classifications used to filter the response. |
/v3/places/{fsqId}/tips
| Param | Type | Required | Description |
|---|---|---|---|
| fsqId | string | required | The unique Foursquare place identifier. |
| sort | string | optional | The ordering applied to photos or tips. |
| limit | integer | optional | The maximum number of tips to return. |
| fields | array | optional | The Foursquare response fields to request. |