← Tools Reference

BigDataCloud

BigDataCloud integration (Location, Security, Data). Imported from open-connector.

API key4 toolshttps://api-bdc.net
GET
big_data_cloud_get_country_by_ip
Get country-level BigDataCloud geolocation data for an IP address.

/data/country-by-ip

2 parameters
ParamTypeRequiredDescription
ipstringoptionalOptional IPv4 or IPv6 address to query. If omitted, BigDataCloud uses the conne…
localityLanguagestringoptionalOptional ISO 639-1 language code used to localize locality names, or `default` …
GET
big_data_cloud_get_network_by_ip
Get BigDataCloud network and ASN details for an IP address.

/data/network-by-ip

2 parameters
ParamTypeRequiredDescription
ipstringoptionalOptional IPv4 or IPv6 address to query. If omitted, BigDataCloud uses the conne…
localityLanguagestringoptionalOptional ISO 639-1 language code used to localize locality names, or `default` …
GET
big_data_cloud_get_timezone_by_ip
Get BigDataCloud timezone data for an IP address.

/data/timezone-by-ip

2 parameters
ParamTypeRequiredDescription
ipstringoptionalOptional IPv4 or IPv6 address to query. If omitted, BigDataCloud uses the conne…
utcReferenceintegeroptionalOptional Unix time reference in seconds used to evaluate timezone and DST state.
GET
big_data_cloud_reverse_geocode_with_timezone
Reverse geocode coordinates and return timezone data from BigDataCloud.

/data/reverse-geocode-with-timezone

3 parameters
ParamTypeRequiredDescription
latitudenumberrequiredThe latitude coordinate in WGS84 decimal degrees.
longitudenumberrequiredThe longitude coordinate in WGS84 decimal degrees.
localityLanguagestringoptionalOptional ISO 639-1 language code used to localize locality names, or `default` …