FB Live · Real-time Streaming
Scores, the moment they happen.
A low-latency scoring feed for every eligible game — consensus-verified, delivered over WebSocket and webhooks, engineered to land inside the market-repricing window.
What you get
Built to trade on.
- Two tiers — provisional (first report, tagged) for raw speed, or confirmed (full consensus) for certainty.
- Confidence metadata — agreement %, reporter count, and latency on every event.
- Per-game subscriptions — stream exactly the sports, leagues, or games you need.
- Delivery your way — WebSocket stream or push webhooks with retry & replay.
{
"type": "score",
"tier": "confirmed",
"game_id": "nba_401766",
"team": "BOS",
"points": 3,
"clock": "Q3 04:12",
"ts": "2026-06-29T01:14:22.184Z",
"confidence": { "agreement": 0.94, "reporters": 7, "latency_ms": 820 },
"schema": "fb.event.v1"
} Connect in one line
wscat -c "wss://api.firstbuzzer.com/v1/stream?sport=nba&tier=confirmed" \
-H "Authorization: Bearer $FB_API_KEY" Get the live feed.
Request API access for FB Live.