Download the IP Security snapshot data for a specific day by using the date parameter. The response is a gzipped CSV file containing IP security details, such as whether the IP is flagged as spam, associated with Tor, a cloud provider, a bot, anonymous, and more. The date of the latest prepared snapshot can be retrieved via the Status API endpoint.
Authorization
You can make authorized requests to our API by passing API key as a query parameter. To get your API key, login to our billing dashboard and get your API key! If your API key has been compromised, you can change it by clicking on reset button in billing dashboard.
Fields Description
start_ip
Starting IP address of the analyzed range
1.0.0.0
end_ip
Ending IP address of the analyzed range
1.0.0.0
threat_score
Security risk score assigned to the IP (higher indicates more risk)
5
is_tor
Indicates whether the IP belongs to Tor network
false
is_proxy
Indicates whether the IP is a proxy
false
proxy_type
Type of proxy detected (if any)
proxy_provider
Provider of proxy service (if detected)
is_anonymous
Indicates whether the IP anonymizes user identity
false
is_known_attacker
Indicates whether IP is flagged as known attacker
false
is_bot
Indicates whether IP is associated with bot activity
false
is_spam
Indicates whether IP is associated with spam activity
false
is_cloud_provider
Indicates whether IP belongs to a cloud provider
true
cloud_provider
Name of cloud provider if IP is hosted on cloud infrastructure
Cloudflare, Inc.