Business Service Intelligence
BSI Bulk Data Download
Returns the newest BSI bulk-data file for the requested date as a gzipped, newline-delimited JSON (.json.gz) stream. Each line is a single record with provider metadata (name, category, trust_level, etc.), a CIDR (ip_cidr), and a scan timestamp.
Use date=now for today's snapshot (resolved server-side to today's UTC date) or date=YYYY-MM-DD for a specific historical partition.
License: This endpoint requires an additional subscription license to use.
get/v3/bsi/download
Query parameters
datestring
Example:2026-05-12
Snapshot date for the requested stats. now (the default) reads current data from the BSI IP database. A value of the form YYYY-MM-DD reads historical data for that day; returns 404 if no data is available.
Response
OK — gzipped JSONL stream of the BSI bulk-data file for the requested date.