BlitzBoard Public API
BlitzBoard helps leagues, coaches, and partners manage flag football programs with live game data, player analytics, and team performance. The public integration API lets external systems (ERPs, registration platforms, CRMs) create and sync teams, players, and schedules without using the BlitzBoard web UI.What you can build
Sync teams
List and manage teams that belong to the organization on your API key.
Roster players
Add and update players on a team with idempotent creates.
Schedule events
Create games, practices, and other events under a team.
Player statistics
Fetch QB, offensive, defensive, punt, and return stats for one schedule — with
teamId / teamName on each row.Secure by design
Organization-scoped API keys — one key cannot access another org’s data.
Core ideas
Typical integration flow
Next steps
Quickstart
Create a key and make your first authenticated request in minutes.
Authentication
How Bearer API keys work vs login JWTs, create/rotate/revoke.
Concepts
Org scope, idempotency, errors, and rate limits.
API reference
Full endpoint list for teams, players, schedules, and player statistics.
