v1

latestOpenAPI 3.0.0Proprietary2026-07-244990150.4 KB
Business Service Intelligence

BSI Company Stats

Returns counts of BSI IPs and CIDRs grouped by company name. Use date=now for current information or date=YYYY-MM-DD for historical information.

This endpoint requires the proper BSI entitlements.

get/v3/bsi/company

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.

datestring
sourcestring

Example response

{
  "date": "now",
  "source": "db",
  "stats": {
    "companies": [
      {
        "name": "Cloudflare",
        "category": "cdn",
        "trust_level": "1",
        "ip_count": 18402,
        "cidr_count": 91
      }
    ]
  }
}