BlitzData

Get the Data Off the Scoreboard

Every game a BlitzBox runs is already captured — scores, clock, penalties, and play-by-play. The API that opens it up is coming, and you can shape what it looks like.

Free developer tier at launch. Built on the same live feed that powers the scores on this site.

What's captured

More than a final score.

The BlitzBox records every event a volunteer taps, timestamped and tied to a venue. It is already flowing to the cloud today.

Live scores

Score, period, and clock for every active game, updated the moment the board changes.

  • Streamed live, not polled
  • Every venue, every sport

Play-by-play

Goals with scorer and assists, penalties by type and duration, shots on goal — captured per jersey number as the game runs.

  • Hockey, ringette & box lacrosse
  • Timestamped to the game clock

Box scores

Basketball fouls, timeouts, and per-player scoring; volleyball sets, serves, and substitutions. The full event log, aggregated.

  • Basketball & volleyball
  • Final and in-progress

What it looks like

Clean JSON, no scraping.

One request per game, or subscribe to the live stream and let events come to you.

// GET /api/v1/data/games/48213
{
  "gameUid": 48213,
  "sport": "hockey",
  "venue": "Seton Arena — Rink 2",
  "status": "active",
  "period": 2,
  "clock": "11:34",
  "home": { "name": "Flames U13", "score": 3, "shots": 18 },
  "away": { "name": "Oilers U13", "score": 2, "shots": 14 },
  "lastEvent": {
    "type": "goal",
    "team": "home",
    "scorer": 17,
    "assists": [9, 4],
    "clock": "12:02"
  }
}

Who it's for

Three ways teams use the feed.

Leagues & associations

Standings that build themselves, season archives, and a season-review dataset — without collecting paper score sheets.

Broadcast & media

Drive score bugs and overlays straight from the board. The stream updates the moment the volunteer taps, so graphics never lag the play.

Developers

A documented REST endpoint and a live event stream. Build a league site, a standings widget, or your own app on top of it.

How it will work

Keyed, versioned, and rate-limited.

  • Free developer tier — request a key, start reading. No cost to try it.
  • Versioned endpoints/api/v1/data, so an update never breaks what you built.
  • Live stream included — subscribe to a game and receive events as they happen.
  • Game and team data only — no personal information about individual players, ever.
BlitzBox feeding live game data to the cloud

Join the Waitlist

Tell us what you'd build.

We're prioritising endpoints by what people actually ask for. Tell us your use case and we'll get you a key when the tier opens. Or email [email protected].

Trouble loading the form? Email us and a founder will reply, usually same day.

Email [email protected]
Free developer tier at launchLive scores, play-by-play & box scoresNo player personal information
Get the data off the scoreboard.Join the Waitlist