Skip to main content
Every bigdatacloud.api.* operation is listed below with parameter shapes and return types from the plugin Zod schemas.
New to Corsair? See API access, authentication, and error handling.

Asn

asnExtendedReceivingFromInfo

asn.asnExtendedReceivingFromInfo Tool to return upstream providers (receivingFrom) for a given ASN. Use when you need a paginated list of ASes feeding traffic for the specified ASN. Risk: read
Input Output

asnExtendedTransitToInfo

asn.asnExtendedTransitToInfo Tool to return downstream customers (transitTo) for a given ASN. Use when you need a paginated list of ASes receiving traffic from a specific ASN. Risk: read
Input Output

asnRankList

asn.asnRankList Retrieves a ranked list of Autonomous Systems (ASNs) sorted by IPv4 address announcement volumes. Use cases: - Find the largest ASNs by IP address count (DoD, Amazon, Microsoft, etc.) - Look up ASN rankings for network analysis - Paginate through the global ASN database (79,000+ entries) - Sort ASNs by various criteria (rank, name, organisation, country) Returns paginated results with total count for navigation. Risk: read
Input Output

bgpActivePrefixes

asn.bgpActivePrefixes Tool to retrieve IPv4 or IPv6 prefixes currently announced on BGP. Use when inspecting BGP routing announcements for a given ASN. Risk: read
Input Output

Location

amIRoaming

location.amIRoaming Tool 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. Risk: read
Input Output

countryByIpAddress

location.countryByIpAddress Tool to geolocate an IP address and retrieve country details and demographics. Use when you need country-level data after obtaining the target IP address. Risk: read
Input Output

countryInfo

location.countryInfo Tool to fetch detailed country information by ISO code. Use when you need localized names, currencies, regions, and other metadata for a country. Risk: read
Input Output

reverseGeocodingWithTimezone

location.reverseGeocodingWithTimezone Tool to return reverse geocoding and time zone info for given coordinates. Use when you need both locality details and timezone data in one call. Risk: read
Input Output

timeZoneByIpAddress

location.timeZoneByIpAddress Tool 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. Risk: read
Input Output

Network

networkByIpAddress

network.networkByIpAddress Tool 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. Risk: read
Input Output

networksByCidr

network.networksByCidr Tool 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. Risk: read
Input Output

Security

hazardReport

security.hazardReport Tool to fetch a cybersecurity hazard report for a specified IP address. Use when assessing an IP’s threat profile (VPN, proxy, blacklists, hosting risk). Risk: read
Input Output

torExitNodesGeolocated

security.torExitNodesGeolocated Retrieve a paginated list of active TOR exit node IP addresses with geolocation and carrier (ASN) details. Use this tool to: - Get a list of known TOR exit node IPs to detect/block anonymous traffic - Analyze geographic distribution of TOR exit nodes by country - Look up carrier/ASN information for TOR nodes - Build IP blocklists or allowlists for TOR traffic Returns nodes with IP address, country info (when available), and detailed carrier/ASN data including BGP prefix counts and global ranking. Risk: read
Input Output

userRisk

security.userRisk Tool 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. Risk: read
Input Output

Validation

emailAddressVerification

validation.emailAddressVerification Tool to verify email addresses for syntax, domain validity, and disposability. Use after obtaining the email input. Risk: read
Input Output

phoneNumberValidationByIp

validation.phoneNumberValidationByIp Tool to validate phone numbers by inferring country from client IP. Use when you want to validate a number without specifying country. Risk: read
Input Output

userAgentParser

validation.userAgentParser Tool 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. Risk: read
Input Output