Examples of what you can build with the ipdata.co API:
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}`,
})
},
})
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
We provide detailed and accurate Timezone data, adjusted for DST where necessary. https://docs.ipdata.co/overview/timezone-detection
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.