BHI 3.0·Q1 2026 Bulletin
Last computed 14:32 UTC, Apr 29 2026·Spearman ρ = 0.83·Validation: preliminary
Today's bulletin →
Movers · since 14:32 UTC, Apr 29 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, and 11 individual parameter scores.

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)
{
  "release": "Q1-2026",
  "model": "V3.1",
  "license": "CC-BY-4.0",
  "count": 100,
  "platforms": [
    {
      "name": "WeChat",
      "category": "social",
      "b_score": 17.03,
      "capture": 2.86,
      "escape": 0.17,
      "zone": "Black Hole",
      "scores": {
        "d": 9, "m": 9, "a": 9,
        "p": 10, "n": 9, "c": 10,
        "x": 1, "s": 1, "h": 1,
        "o": 9, "t": 5
      }
    },
    ...
  ]
}

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": "Q1-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: Q2-2026

RSS Feed

Subscribe to quarterly releases via RSS.

https://blackholeindex.com/feed.xml