BHI 3.1·Q3 2026 Bulletin
Published Jul 5 2026·Spearman ρ = 0.79·Validation: preliminary
Today's bulletin →
Movers · Q3 2026 · Jul 5 2026
§ API · PUBLIC DATA ACCESS · CC-BY 4.0

API Documentation

Access BHI structural lock-in data programmatically. All endpoints are public, rate-limited, and licensed under CC-BY 4.0.

GET /api/bhi

Returns all scored platforms with B-index, capture, escape, zone, 11 individual parameter scores, plus parent_group (ecosystem group by operational control; null for single-entity platforms) and ubo_note (beneficial-ownership / split-governance annotations).

Parameters
NameTypeDescription
sectorstringFilter by sector ID (e.g. ai, tech, banks)
formatstringjson (default) or csv
Example
# All platforms (JSON)
curl https://blackholeindex.com/api/bhi

# AI sector only (CSV)
curl "https://blackholeindex.com/api/bhi?sector=ai&format=csv"

# Specific sector
curl "https://blackholeindex.com/api/bhi?sector=banks"
Response (JSON)
{
  "instrument": "Black Hole Index",
  "version": "V3.1",
  "quarter": "Q3-2026",
  "license": "CC-BY-4.0",
  "citation": "Savich, I. (2026). SSRN: 6555158",
  "url": "https://blackholeindex.com",
  "count": 184,
  "platforms": [
    {
      "id": "c784a3d3-…",
      "name": "WeChat",
      "ticker": "700.HK",
      "market_cap": "$475B (Tencent)",
      "category": "social",
      "d": "9.00", "m": "9.00", "a": "9.00",
      "p": "10.00", "n": "9.00", "c": "10.00",
      "x": "1.00", "s": "1.00", "h": "1.00",
      "o": "9.00", "t": "5.00",
      "b_score": "17.03",
      "capture_score": "2.86",
      "escape_score": "0.17",
      "zone": "Black Hole",
      "quarter": "Q3-2026",
      "parent_group": null,
      "ubo_note": null
    },
    ...
  ]
}

GET /api/diff

Returns quarterly comparison data — delta, zone migrations, and per-platform movement between the two most recent quarters.

curl https://blackholeindex.com/api/diff

GET /api/platform/[id]/history

Returns quarterly B-score trajectory for a specific platform.

curl https://blackholeindex.com/api/platform/nvidia/history

# Response
{
  "history": [
    { "quarter": "Q4-2025",
      "b": 7.25,
      "capture": 1.918,
      "escape": 0.265 },
    { "quarter": "Q3-2026",
      "b": 8.29,
      "capture": 2.190,
      "escape": 0.260 }
  ]
}

GET /api/badge/[id]

Returns embeddable HTML badge widget. See /embed for the code generator.

<iframe
  src="https://blackholeindex.com/api/badge/tsmc"
  width="320" height="80"
  style="border:none"
  title="BHI Badge">
</iframe>

Rate Limits & Licensing

Rate limit60 req/minper IP
Cache1 hourmax-age=3600
LicenseCC-BY 4.0free for research
AttributionRequiredSource: BHI
UpdatesQuarterlyNext: Q4-2026

RSS Feed

Subscribe to quarterly releases via RSS.

https://blackholeindex.com/feed.xml