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
Fields
Details
Data Type
Example
start_ip
Starting IP address of the analyzed range
string
1.0.0.0
end_ip
Ending IP address of the analyzed range
string
1.0.0.0
threat_score
Security risk score assigned to the IP (higher indicates more risk)
number
5
is_tor
Indicates whether the IP belongs to Tor network
boolean
false
is_proxy
Indicates whether the IP is a proxy
boolean
false
proxy_type
Type of proxy detected (if any)
string
proxy_provider
Provider of proxy service (if detected)
string
is_anonymous
Indicates whether the IP anonymizes user identity
boolean
false
is_known_attacker
Indicates whether IP is flagged as known attacker
boolean
false
is_bot
Indicates whether IP is associated with bot activity
boolean
false
is_spam
Indicates whether IP is associated with spam activity
boolean
false
is_cloud_provider
Indicates whether IP belongs to a cloud provider
boolean
true
cloud_provider
Name of cloud provider if IP is hosted on cloud infrastructure
string
Cloudflare, Inc.