Get schedule player statistics
All player stat rows for one schedule (no pagination). Each category key is an array. Rows include teamId and teamName. Optional teamId query limits to one side. Omit categories to fetch all five; unrequested keys are [].
Scope
Stats are limited to the single schedule in the path. There is no season / multi-game aggregation and no pagination — each requested category returns its full list. When both sides have recorded plays (hometeamOneId and a linked teamTwoId), rows from both teams are included. Each row has teamId and teamName so you can tell which side the player belongs to.
The schedule’s home team (teamOneId) must belong to the API key organization.
Response shape
categories filter) are [].
Optional teamId filter
Limit rows to one side of the game:
- Omit
teamId→ both teams (when both have plays) - Provide home
teamOneIdor linked awayteamTwoId→ that team only - A
teamIdthat is not on this schedule →400(teamId must be teamOneId or teamTwoId on this schedule)
teamTwoName (no teamTwoId) do not get a separate away bucket.
Categories query
quarterbackStat, offensiveStat, defensiveStat, puntStat, returnStat.
Optional: searchTerm (player display name or jersey number).Authorizations
Public integration API key (bb_live_...). Not a login JWT.
Path Parameters
"66f0a1b2c3d4e5f678901234"
Query Parameters
Optional. Limit rows to one team on this schedule (home teamOneId or linked teamTwoId). Omit to include both teams when both have plays.
"6917707a0e8f6ee5171235c2"
Stat categories to include. Repeat for multiple values.
Player stat list category. Use as repeated categories query values.
quarterbackStat, offensiveStat, defensiveStat, puntStat, returnStat Filter by player display name or jersey number (partial match).
Response
Player statistics by category
Always includes all five keys as arrays. Unrequested categories are []. Each row includes teamId and teamName when attributable.
