IPGeolocation.io integration (Location, Data, Developer Tools). Imported from open-connector.
https://api.ipgeolocation.io/v3/ipgeo
| Param | Type | Required | Description |
|---|---|---|---|
| ip | string | optional | The IPv4 or IPv6 address to look up. |
| fields | array | optional | Specific response fields to request from IPGeolocation.io. |
| excludes | array | optional | Specific response fields to exclude from the IPGeolocation.io response. |
| includeHostname | boolean | optional | Whether to include hostname data in the geolocation response. |
| includeGeoAccuracy | boolean | optional | Whether to include geo accuracy fields in the geolocation response. |
| includeDmaCode | boolean | optional | Whether to include DMA code fields in the geolocation response. |
| includeSecurity | boolean | optional | Whether to include security threat intelligence fields. |
| includeAbuse | boolean | optional | Whether to include abuse contact fields. |
| includeUserAgent | boolean | optional | Whether to include user-agent derived fields when supported. |
/v3/timezone
| Param | Type | Required | Description |
|---|---|---|---|
| ip | string | optional | The IPv4 or IPv6 address to look up. |
| lat | number | optional | The latitude coordinate. |
| long | number | optional | The longitude coordinate. |
| location | string | optional | The location string accepted by IPGeolocation.io. |
| timeZone | string | optional | The IANA time zone name. |
/v3/astronomy
| Param | Type | Required | Description |
|---|---|---|---|
| ip | string | optional | The IPv4 or IPv6 address to look up. |
| lat | number | optional | The latitude coordinate. |
| long | number | optional | The longitude coordinate. |
| location | string | optional | The location string accepted by IPGeolocation.io. |
| date | string | optional | The date to use for astronomy data in YYYY-MM-DD format. |