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
Output
receivingFrom full type
receivingFrom full type
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
Output
transitTo full type
transitTo full type
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
Output
asns full type
asns full type
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
Output
prefixes full type
prefixes full type
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
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
Output
country full type
country full type
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
Output
isoAdminLanguages full type
isoAdminLanguages full type
currency full type
currency full type
wbRegion full type
wbRegion full type
wbIncomeLevel full type
wbIncomeLevel full type
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
Output
localityInfo full type
localityInfo full type
timeZone full type
timeZone full type
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
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
Output
carriers full type
carriers full type
viaCarriers full type
viaCarriers full type
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
Output
network full type
network full type
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
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
Output
nodes full type
nodes full type
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
Output
Validation
emailAddressVerification
validation.emailAddressVerification
Tool to verify email addresses for syntax, domain validity, and disposability. Use after obtaining the email input.
Risk: read
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
Output
country full type
country full type
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
Output