Positionstack integration (Location, Data). Imported from open-connector.
https://api.positionstack.com/v1/forward
| Param | Type | Required | Description |
|---|---|---|---|
| query | string | required | The address, place, latitude/longitude pair, or IP address to geocode. |
| country | string | optional | Comma-separated 2- or 3-letter country codes used to restrict results. |
| region | string | optional | Region filter such as a state, county, or city name. |
| language | string | optional | Preferred response language code, such as en or de. |
| limit | integer | optional | Maximum number of results to return, from 1 to 80. |
| fields | array | optional | Optional response field paths to include, such as results.latitude or results.l… |
| country_module | boolean | optional | Whether to include extended country metadata in each result. |
| sun_module | boolean | optional | Whether to include sunrise, sunset, and solar metadata in each result. |
| timezone_module | boolean | optional | Whether to include timezone metadata in each result. |
| bbox_module | boolean | optional | Whether to include bounding box coordinates in each result. |
/reverse
| Param | Type | Required | Description |
|---|---|---|---|
| query | string | required | Latitude and longitude formatted as latitude,longitude, or an IP address to rev… |
| country | string | optional | Comma-separated 2- or 3-letter country codes used to restrict results. |
| region | string | optional | Region filter such as a state, county, or city name. |
| language | string | optional | Preferred response language code, such as en or de. |
| limit | integer | optional | Maximum number of results to return, from 1 to 80. |
| fields | array | optional | Optional response field paths to include, such as results.latitude or results.l… |
| country_module | boolean | optional | Whether to include extended country metadata in each result. |
| sun_module | boolean | optional | Whether to include sunrise, sunset, and solar metadata in each result. |
| timezone_module | boolean | optional | Whether to include timezone metadata in each result. |
| bbox_module | boolean | optional | Whether to include bounding box coordinates in each result. |