ipdata.co

Enrich IP Addresses with Location, Company, Carrier & Threat Data

Go to site
Explore
/
Apps
/
ipdata.co

ipdata.co API Integrations

Build and run workflows using the ipdata.co API. Use 1000s of source-available triggers and actions across 1000+ apps. Or write custom code to integrate any app or API in seconds.

Overview

Examples of what you can build with the ipdata.co API:

  • A tool to check the IP address of a website or server
  • A tool to geolocate an IP address
  • A tool to track the location of a user or device
  • A tool to build a custom map of IP addresses
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    ipdata_co: {
      type: "app",
      app: "ipdata_co",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.ipdata.co?api-key=${this.ipdata_co.$auth.api_key}`,
    })
  },
})

Choose an API to Connect with ipdata.co API

1
-
12
of
1000+
apps by most popular

GET /carrier/{ip_address} with ipdata.co API on New Requests (Payload Only) from HTTP / Webhook API
HTTP / Webhook + ipdata.co
 
Try it
GET /carrier/{ip_address} with ipdata.co API on New Item in Feed from RSS API
RSS + ipdata.co
 
Try it
GET /carrier/{ip_address} with ipdata.co API on New Message from Discord API
Discord + ipdata.co
 
Try it
GET /carrier/{ip_address} with ipdata.co API on New Message In Channels from Slack API
Slack + ipdata.co
 
Try it
GET /carrier/{ip_address} with ipdata.co API on New Message in Channel from Discord Bot API
Discord Bot + ipdata.co
 
Try it
GET /{ip_address} with the ipdata.co API

Lookup a specific IP Address

 
Try it
GET /carrier/{ip_address} with the ipdata.co API

The ipdata API supports looking up the Mobile Carrier of an IP Address. Our database currently consists of over 2500 carriers in 234 countries. https://docs.ipdata.co/overview/mobile-carrier-detection

 
Try it
GET /time_zone/{ip_address} with the ipdata.co API

We provide detailed and accurate Timezone data, adjusted for DST where necessary. https://docs.ipdata.co/overview/timezone-detection

 
Try it

Authentication

ipdata.co uses API keys for authentication. When you connect your ipdata.co account, Pipedream securely stores the keys so you can easily authenticate to ipdata.co APIs in both code and no-code steps.

After you sign up, you'll receive an email with a link to activate your account. Once you click the activation link, you'll receive another email with your API key.