BigDataCloud integration (Location, Security, Data). Imported from open-connector.
https://api-bdc.net/data/country-by-ip
| Param | Type | Required | Description |
|---|---|---|---|
| ip | string | optional | Optional IPv4 or IPv6 address to query. If omitted, BigDataCloud uses the conne… |
| localityLanguage | string | optional | Optional ISO 639-1 language code used to localize locality names, or `default` … |
/data/network-by-ip
| Param | Type | Required | Description |
|---|---|---|---|
| ip | string | optional | Optional IPv4 or IPv6 address to query. If omitted, BigDataCloud uses the conne… |
| localityLanguage | string | optional | Optional ISO 639-1 language code used to localize locality names, or `default` … |
/data/timezone-by-ip
| Param | Type | Required | Description |
|---|---|---|---|
| ip | string | optional | Optional IPv4 or IPv6 address to query. If omitted, BigDataCloud uses the conne… |
| utcReference | integer | optional | Optional Unix time reference in seconds used to evaluate timezone and DST state. |
/data/reverse-geocode-with-timezone
| Param | Type | Required | Description |
|---|---|---|---|
| latitude | number | required | The latitude coordinate in WGS84 decimal degrees. |
| longitude | number | required | The longitude coordinate in WGS84 decimal degrees. |
| localityLanguage | string | optional | Optional ISO 639-1 language code used to localize locality names, or `default` … |