← All integrations

BigDataCloud

17 operations0 webhooks

Geolocation and reverse geocoding APIs for IP lookup and address intelligence.

Supported operations

  • Asn Extended Receiving From InfoRead-only

    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.

  • Asn Extended Transit To InfoRead-only

    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.

  • Asn Rank ListRead-only

    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.

  • Bgp Active PrefixesRead-only

    Tool to retrieve IPv4 or IPv6 prefixes currently announced on BGP. Use when inspecting BGP routing announcements for a given ASN.

FAQ

Install corsair and @corsair-dev/bigdatacloud, add the BigDataCloud plugin, and connect with an API key. Then call methods like corsair.bigdatacloud.api.asn.asnExtendedReceivingFromInfo() from your app. Corsair syncs data per tenant.

Yes. BigDataCloud requires an API key from your BigDataCloud account or developer dashboard. Create credentials with access that matches what you automate, then paste them into Corsair or connect through managed auth in Hub.

Yes. One Corsair client can hit BigDataCloud, GitHub, Notion, Stripe, and the rest. Trigger BigDataCloud from a webhook, push updates to Slack, or chain actions across plugins. Same tenant context across integrations, plain TypeScript.

Teams use Corsair for geolocation and reverse geocoding apis for ip lookup and address intelligence. Common builds include sync jobs, admin tooling, and agents that call BigDataCloud APIs from your backend. Local DB entities let you query synced BigDataCloud records without hitting the API on every read.

The SDK is open source. Self-host and you pay Corsair nothing for the integration layer. Hub bills for hosted auth and execution, not per BigDataCloud API call. Hub has a generous free tier. For hobby projects you can probably run the whole thing on free. Paid plans start to matter with more tenants or heavier traffic.

We maintain @corsair-dev/bigdatacloud in the open repo. When BigDataCloud ships API changes, upgrade the package. Your call sites stay typed. You should not need to rewrite the integration layer each time.

No. Corsair does not read your BigDataCloud data or hold individual access credentials. Credentials stay in your database. API calls run on your instance. We do not store BigDataCloud data on your behalf.