Stat a IP Address risk list

Check IP address risk list for changes via ETag headers without downloading the full file.

What this endpoint does

This endpoint returns only the HTTP headers (no body) for an IP address risk list, providing a lightweight way to check whether the risk list has changed without downloading the full file. The primary use case is polling for updates: store the ETag value from a previous response and compare it against subsequent HEAD requests to detect when the list has been refreshed. This is the companion to the IP Risk List GET endpoint — use HEAD for change detection and GET only when the ETag indicates new content. The same list and format parameters apply, so the ETag corresponds to the specific risk rule and format combination you would download.

Response data

The response has no body. The key header is ETag, which contains an MD5 hash of the risk list file content (or SHA-256 if the risk list has been overridden by a user-uploaded custom list). Compare this value across requests to detect changes — a different ETag means the risk list has been updated and should be re-downloaded via the GET endpoint. The response also includes standard HTTP headers like Content-Type and cache-control directives.

Query Params
enum
Defaults to csv/splunk

The desired format of the risk list

Allowed:
boolean
Defaults to false

Whether the risk list should be compressed using gzip or be returned uncompressed

enum
Response

Language
Credentials
Header
LoadingLoading…
Response
Choose an example:
*/*