BigDataCloud
big_data_cloudBigDataCloud offers a suite of APIs providing geolocation, reverse geocoding, and data validation services.
Acciones disponibles (17)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Am I Roaming APIBIG_DATA_CLOUD_AM_I_ROAMING_APIAcciónTool to determine if the user is roaming based on their ip address and gps coordinates. use after obtaining device location to verify roaming status before mobile actions.
BIG_DATA_CLOUD_AM_I_ROAMING_APIAcciónTool to determine if the user is roaming based on their ip address and gps coordinates. use after obtaining device location to verify roaming status before mobile actions.
Parámetros de entrada
latitudenumberObligatorioLatitude value as per WGS 84 reference system, must be between -90 and 90.
longitudenumberObligatorioLongitude value as per WGS 84 reference system, must be between -180 and 180.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
ASN Extended Receiving From Info APIBIG_DATA_CLOUD_ASN_EXTENDED_RECEIVING_FROM_INFO_APIAcciónTool to return upstream providers (receivingfrom) for a given asn. use when you need a paginated list of ases feeding traffic for the specified asn.
BIG_DATA_CLOUD_ASN_EXTENDED_RECEIVING_FROM_INFO_APIAcciónTool to return upstream providers (receivingfrom) for a given asn. use when you need a paginated list of ases feeding traffic for the specified asn.
Parámetros de entrada
asnstringObligatorioAutonomous System Number, either numeric (e.g., '123'), 'AS123', or 'ASN123'.
offsetintegerObligatorioNumber of receivingFrom entries to skip for pagination.
batchSizeintegerObligatorioNumber of receivingFrom entries to retrieve; hard limit is 50.
localityLanguagestringPreferred language for locality names in ISO 639-1 format (default: 'en'); falls back to English or native names if unavailable.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
ASN Extended Transit To Info APIBIG_DATA_CLOUD_ASN_EXTENDED_TRANSIT_TO_INFO_APIAcciónTool to return downstream customers (transitto) for a given asn. use when you need a paginated list of ases receiving traffic from a specific asn.
BIG_DATA_CLOUD_ASN_EXTENDED_TRANSIT_TO_INFO_APIAcciónTool to return downstream customers (transitto) for a given asn. use when you need a paginated list of ases receiving traffic from a specific asn.
Parámetros de entrada
asnstringObligatorioAutonomous System Number as numeric or ASN format (e.g. '123', 'AS123', 'ASN123')
offsetintegerObligatorioNumber of transitTo entries to skip
batchSizeintegerObligatorioNumber of transitTo entries to retrieve (max 50)
localityLanguagestringPreferred language for locality names in ISO 639-1 format, default 'en'. Falls back to English or native name if unavailable.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
ASN Rank List APIBIG_DATA_CLOUD_ASN_RANK_LIST_APIAcciónTool to fetch a ranked list of autonomous systems by ipv4 announcement volumes. use after you need to compare or analyze as ranks.
BIG_DATA_CLOUD_ASN_RANK_LIST_APIAcciónTool to fetch a ranked list of autonomous systems by ipv4 announcement volumes. use after you need to compare or analyze as ranks.
Parámetros de entrada
sortstringenumField to sort by. Optional, default is 'rank'.
rankasnasnNumericorganisationcountryCodeorderstringenumSort order. Optional, default is 'asc'.
ascdescoffsetintegerOffset into the ranking list. Optional, default is 0.
batchSizeintegerRequested batch size. Optional, default is 10. Maximum value is 1000.
localityLanguagestringPreferred language for locality names in ISO 639-1 format. Optional, default is 'en'.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
BGP Active Prefixes APIBIG_DATA_CLOUD_BGP_ACTIVE_PREFIXES_APIAcciónTool to retrieve ipv4 or ipv6 prefixes currently announced on bgp. use when inspecting bgp routing announcements for a given asn.
BIG_DATA_CLOUD_BGP_ACTIVE_PREFIXES_APIAcciónTool to retrieve ipv4 or ipv6 prefixes currently announced on bgp. use when inspecting bgp routing announcements for a given asn.
Parámetros de entrada
asnstringObligatorioAutonomous System Number as numeric or ASN format (e.g., '123', 'AS123', or 'ASN123')
isv4booleanTrue for IPv4 prefixes only, False for IPv6 prefixes
sortstringenumField to sort by
bgpPrefixbgpPrefixNetworkAddressbgpPrefixLastAddressregistryStatusisBogonisAnnouncedcarriersorderstringenumSort order
ascdescoffsetintegerOffset, number of entries to skip
batchSizeintegerRequested batch size (max 1000)
bogonsOnlybooleanLimit to bogon routes only or not
localityLanguagestringPreferred language for locality names (ISO 639-1 code)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Reverse Geocoding With Timezone APIBIG_DATA_CLOUD_BIG_DATA_CLOUD_REVERSE_GEOCODING_WITH_TIMEZONE_APIAcciónTool to return reverse geocoding and time zone info for given coordinates. use when you need both locality details and timezone data in one call.
BIG_DATA_CLOUD_BIG_DATA_CLOUD_REVERSE_GEOCODING_WITH_TIMEZONE_APIAcciónTool to return reverse geocoding and time zone info for given coordinates. use when you need both locality details and timezone data in one call.
Parámetros de entrada
latitudenumberObligatorioLatitude value as per WGS 84 reference system (GPS). Range: -90 to 90.
longitudenumberObligatorioLongitude value as per WGS 84 reference system (GPS). Range: -180 to 180.
localityLanguagestringPreferred language for locality names in ISO 639-1 format, such as 'en', 'es'. Defaults to 'en'. Use 'default' to adjust to first administrative language.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Country by IP Address APIBIG_DATA_CLOUD_COUNTRY_BY_IP_ADDRESS_APIAcciónTool to geolocate an ip address and retrieve country details and demographics. use when you need country-level data after obtaining the target ip address.
BIG_DATA_CLOUD_COUNTRY_BY_IP_ADDRESS_APIAcciónTool to geolocate an ip address and retrieve country details and demographics. use when you need country-level data after obtaining the target ip address.
Parámetros de entrada
ipstringIPv4 or IPv6 address. If omitted, caller's IP is assumed.
localityLanguagestringPreferred language for locality names in ISO 639-1 format, e.g., 'en'; use 'default' to select the first administrative language.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Country Info APIBIG_DATA_CLOUD_COUNTRY_INFO_APIAcciónTool to fetch detailed country information by iso code. use when you need localized names, currencies, regions, and other metadata for a country.
BIG_DATA_CLOUD_COUNTRY_INFO_APIAcciónTool to fetch detailed country information by iso code. use when you need localized names, currencies, regions, and other metadata for a country.
Parámetros de entrada
codestringObligatorioCountry code in ISO 3166-1 Alpha-2 (e.g., 'US'), Alpha-3 (e.g., 'USA'), or numeric (e.g., '840') format.
localityLanguagestringPreferred language for locality names in ISO 639-1 format, such as 'en', 'es'. Defaults to 'en' and falls back to native names if unavailable.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Email Address Verification APIBIG_DATA_CLOUD_EMAIL_ADDRESS_VERIFICATION_APIAcciónTool to verify email addresses for syntax, domain validity, and disposability. use after obtaining the email input.
BIG_DATA_CLOUD_EMAIL_ADDRESS_VERIFICATION_APIAcciónTool to verify email addresses for syntax, domain validity, and disposability. use after obtaining the email input.
Parámetros de entrada
emailAddressanyObligatorioemailThe email address to verify. Must be a valid email format.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Hazard Report APIBIG_DATA_CLOUD_HAZARD_REPORT_APIAcciónTool to fetch a cybersecurity hazard report for a specified ip address. use when assessing an ip's threat profile (vpn, proxy, blacklists, hosting risk).
BIG_DATA_CLOUD_HAZARD_REPORT_APIAcciónTool to fetch a cybersecurity hazard report for a specified ip address. use when assessing an ip's threat profile (vpn, proxy, blacklists, hosting risk).
Parámetros de entrada
ipstringIPv4 or IPv6 address. If omitted, the caller's IP address is assumed.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Networks by CIDRBIG_DATA_CLOUD_NETWORK_BY_CIDRAcciónTool to retrieve bgp-announced networks within a specified cidr range. use when you need to analyze network announcements within a particular cidr after confirming the range format.
BIG_DATA_CLOUD_NETWORK_BY_CIDRAcciónTool to retrieve bgp-announced networks within a specified cidr range. use when you need to analyze network announcements within a particular cidr after confirming the range format.
Parámetros de entrada
cidrstringObligatorioCIDR range in 'x.x.x.x/y' format. x: 0-255, y: 0-32.
bogonsOnlybooleanIf true, returns only bogon networks.
depthLimitintegerHow many hierarchical levels down to include in the response.
subnetsOffsetintegerNumber of subnetwork entries to skip.
localityLanguagestringPreferred language for locality names in ISO 639-1 format, e.g., 'en', 'es'.
subnetsBatchSizeintegerNumber of subnetwork entries to retrieve (max 20).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Network by IP Address APIBIG_DATA_CLOUD_NETWORK_BY_IP_ADDRESS_APIAcciónTool to retrieve registry, asn, and bgp details for a given ip address’s network. use when you need detailed network information (e.g., asns, prefixes) after confirming the target ip.
BIG_DATA_CLOUD_NETWORK_BY_IP_ADDRESS_APIAcciónTool to retrieve registry, asn, and bgp details for a given ip address’s network. use when you need detailed network information (e.g., asns, prefixes) after confirming the target ip.
Parámetros de entrada
ipstringIPv4 IP address in a string or numeric format, or IPv6 address. If omitted, the caller's IP address is assumed.
localityLanguagestringPreferred language for locality names in ISO 639-1 format, such as 'en', 'es'; defaults to 'en'.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Phone Number Validation by IPBIG_DATA_CLOUD_PHONE_NUMBER_VALIDATION_BY_IPAcciónTool to validate phone numbers by inferring country from client ip. use when you want to validate a number without specifying country.
BIG_DATA_CLOUD_PHONE_NUMBER_VALIDATION_BY_IPAcciónTool to validate phone numbers by inferring country from client ip. use when you want to validate a number without specifying country.
Parámetros de entrada
ipstringIPv4 or IPv6 address. If omitted, uses caller's IP
numberstringObligatorioPhone number to validate
localityLanguagestringPreferred language for locality names in ISO 639-1 format
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Time Zone by IP Address APIBIG_DATA_CLOUD_TIME_ZONE_BY_IP_ADDRESS_APIAcciónTool to retrieve time zone information for a given ip address. use when you need dst status, utc offsets, and local/utc time for a specific ip.
BIG_DATA_CLOUD_TIME_ZONE_BY_IP_ADDRESS_APIAcciónTool to retrieve time zone information for a given ip address. use when you need dst status, utc offsets, and local/utc time for a specific ip.
Parámetros de entrada
ipstringIPv4 or IPv6 address. Defaults to caller's IP if omitted.
utcReferenceintegerUTC time reference in Unix time (seconds). Defaults to current time if omitted or invalid.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Tor Exit Nodes Geolocated APIBIG_DATA_CLOUD_TOR_EXIT_NODES_GEOLOCATED_APIAcciónTool to list active tor exit nodes geolocated by country with carrier info. use when you need to detect or filter anonymous exit node traffic on your site.
BIG_DATA_CLOUD_TOR_EXIT_NODES_GEOLOCATED_APIAcciónTool to list active tor exit nodes geolocated by country with carrier info. use when you need to detect or filter anonymous exit node traffic on your site.
Parámetros de entrada
sortstringenumSort response by a field value
ipcountryCodecountryNamecarriersorderstringenumSort order
ascdescoffsetintegerOffset: Number of entries to skip
batchSizeintegerRequested batch size. Maximum value = 1000
localityLanguageanyPreferred language for locality names in ISO 639-1 format
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
User Agent Parser APIBIG_DATA_CLOUD_USER_AGENT_PARSER_APIAcciónTool to parse a user-agent string into device, os, browser, and bot details. use when you have a raw user-agent header and need structured client info.
BIG_DATA_CLOUD_USER_AGENT_PARSER_APIAcciónTool to parse a user-agent string into device, os, browser, and bot details. use when you have a raw user-agent header and need structured client info.
Parámetros de entrada
userAgentRawstringObligatorioRaw User-Agent string to parse (from HTTP request header).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
User Risk APIBIG_DATA_CLOUD_USER_RISK_APIAcciónTool to return a risk assessment for a user based on ip signals for fraud prevention. use after initial ip checks to decide whether to bypass or require captcha challenges.
BIG_DATA_CLOUD_USER_RISK_APIAcciónTool to return a risk assessment for a user based on ip signals for fraud prevention. use after initial ip checks to decide whether to bypass or require captcha challenges.
Parámetros de entrada
ipstringIPv4 or IPv6 address to assess. If omitted, defaults to the caller's IP address.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not