Netify IP API

The Netify IP API provides network intelligence data for requested IP addresses.

Learn More

Get Started

We have a number of available subscription options to meet your needs. If you have a specific requirement for the data, please do not hesitate to contact us

Available Subscriptions

API Quick Reference

You can find links to information on authentication, response codes, data formats, and other developer topics in the menu. An API key or token from a subscription is required to access the links below.
Single IP GET https://feeds.netify.ai/api/v2/ips/8.8.8.8
Batch POST https://feeds.netify.ai/api/v2/ips + JSON data

JSON - Extended Data

The IP Object documentation is where you will find detailed information on the IP address payload.

Requests Parameters

Single IP Example

curl --header 'x-api-key: {your key}' https://feeds.netify.ai/api/v2/ips/8.8.8.8

Batch Example

curl --header "Content-Type: application/json" \
     --header 'x-api-key: {your key}' \
     --request POST \
     --data '["8.8.8.8", "31.13.80.52", "216.239.32.21", "2001:4860:4802:38::15"]' \
     https://feeds.netify.ai/api/v2/ips

Integration and Custom Solutions

Do you have any questions about integration, APIs or custom development?

Contact Us