Business Service Intelligence
BSI Category Stats
Returns counts of BSI IPs and CIDRs grouped by category. Use date=now for current information or date=YYYY-MM-DD for historical information.
This endpoint requires the proper BSI entitlements.
get/v3/bsi/category
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 - request successful.
Example response
{
"date": "now",
"source": "db",
"stats": {
"categories": [
{
"category": "cdn",
"ip_count": 73221,
"cidr_count": 327
}
]
}
}