Growing Discord community — direct access to the developer, live coverage & picks. Join the Discord Join now →
Leagues Matches Predictions Stats Coverage
Docs / Football API free

Football API#

The football API is free — you only need a token (register here). It covers 30+ leagues with deep match data: live scores, statistics with xG and shotmaps, lineups, standings, head-to-heads, player stats, transfers, multi-bookmaker odds and model predictions.

Base URL:  https://sports.bzzoiro.com/api/v2/
Auth:      Authorization: Token YOUR_API_KEY

Two versions exist. Use v2 — it is the actively developed one. v1 (/api/) remains for existing integrations: v1 API (legacy).

Resources#

Area Endpoints Reference
Events & live /events/, /events/live/, /events/{id}/ + 12 sub-resources (stats, lineups, incidents, h2h, odds…) Events & live scores
Leagues & seasons /leagues/, standings, seasons, leaderboards, best XI, venues Leagues, seasons & standings
Teams & players /teams/, /players/, squads, fixtures, stats, transfers, World Cup squads Teams, players & transfers
People & places /managers/, /referees/, /venues/ Managers, referees & venues
Odds & predictions /odds/, /odds/best/, /bookmakers/, /predictions/ Odds & predictions
Media /tv-channels/, /broadcasts/, /social/ TV, broadcasts & social

Quick example#

# Live matches right now
curl -H "Authorization: Token YOUR_API_KEY" \
     "https://sports.bzzoiro.com/api/v2/events/live/"

Conventions#

Pagination (limit/offset, default 50, max 200), UTC ISO-8601 dates, decimal odds and the uniform error shape are shared with every BSD API — see Conventions & limits. Hot endpoints (events, leagues, teams) are edge-cached ~5 s (X-Cache-Status header).

Interactive reference#

Typical workflows#

View this page as Markdown · Found a mistake? Tell us