IP Intel API Reference
The IP Intel service allows you to retrieve security information about known IP addresses that have been collected across the internet for several decades, giving you insight into the reputation of an IP.
curl -sSLX POST 'https://ip-intel.aws.us.pangea.cloud/v2/reputation' \
-H 'Authorization: Bearer <your_token>' \
-H 'Content-Type: application/json' \
-d '{}'
Response
Get reputation for IP
Retrieve a reputation score for an IP address from a provider, including an optional detailed report. When requesting reputation for multiple IP addresses, the response will be asynchronous. See API Reference/Asynchronous Responses
curl -sSLX POST 'https://ip-intel.aws.us.pangea.cloud/v2/domain' \
-H 'Authorization: Bearer <your_token>' \
-H 'Content-Type: application/json' \
-d '{}'
Response
Get domain reputation for IP
Retrieve the domain name associated with an IP address. When requesting domain information for multiple IP addresses, the response will be asynchronous. See API Reference/Asynchronous Responses
curl -sSLX POST 'https://ip-intel.aws.us.pangea.cloud/v2/proxy' \
-H 'Authorization: Bearer <your_token>' \
-H 'Content-Type: application/json' \
-d '{}'
Response
Get proxy for IP
Determine if an IP address originates from a proxy. When requesting information on multiple IP addresses, the response will be asynchronous. See API Reference/Asynchronous Responses
curl -sSLX POST 'https://ip-intel.aws.us.pangea.cloud/v2/vpn' \
-H 'Authorization: Bearer <your_token>' \
-H 'Content-Type: application/json' \
-d '{}'
Response
Get VPN for IP
Determine if an IP address originates from a VPN. When requesting information on multiple IP addresses, the response will be asynchronous. See API Reference/Asynchronous Responses
curl -sSLX POST 'https://ip-intel.aws.us.pangea.cloud/v2/geolocate' \
-H 'Authorization: Bearer <your_token>' \
-H 'Content-Type: application/json' \
-d '{}'
Response
Get location for IP
Retrieve location information associated with an IP address. When requesting geolocation for multiple IP addresses, the response will be asynchronous. See API Reference/Asynchronous Responses
curl -sSLX POST 'https://ip-intel.aws.us.pangea.cloud/v1/reputation' \
-H 'Authorization: Bearer <your_token>' \
-H 'Content-Type: application/json' \
-d '{}'
Response
Get reputation for IP (deprecated)
Retrieve a reputation score for an IP address from a provider, including an optional detailed report.
curl -sSLX POST 'https://ip-intel.aws.us.pangea.cloud/v1/domain' \
-H 'Authorization: Bearer <your_token>' \
-H 'Content-Type: application/json' \
-d '{}'
Response
Get domain reputation for IP (deprecated)
Retrieve the domain name associated with an IP address
curl -sSLX POST 'https://ip-intel.aws.us.pangea.cloud/v1/proxy' \
-H 'Authorization: Bearer <your_token>' \
-H 'Content-Type: application/json' \
-d '{}'
Response
Get proxy for IP (deprecated)
Determine if an IP address originates from a proxy.
curl -sSLX POST 'https://ip-intel.aws.us.pangea.cloud/v1/vpn' \
-H 'Authorization: Bearer <your_token>' \
-H 'Content-Type: application/json' \
-d '{}'
Response
Get VPN for IP (deprecated)
Determine if an IP address originates from a VPN.
curl -sSLX POST 'https://ip-intel.aws.us.pangea.cloud/v1/geolocate' \
-H 'Authorization: Bearer <your_token>' \
-H 'Content-Type: application/json' \
-d '{}'
Response
Get location for IP (deprecated)
Retrieve location information associated with an IP address.
Was this article helpful?