cfbd_advanced_box_score
Retrieve advanced metrics for a single college football game, including success rate, explosiveness, PPA, and field position, to analyze team efficiency and game context.
Instructions
Advanced box score for one game: success rate, explosiveness, PPA and field position.
Returns: {gameId, teams:{ppa:[…], cumulativePpa:[…], successRates:[…], explosiveness:[…], rushing:[…], havoc:[…], scoringOpportunities:[…], fieldPosition:[…]}} — SHAPE FROM VENDOR DOCS. PPA is CFBD's expected-points-added metric.
NOTE: this shape is from the vendor's documentation and has NOT been verified against a live response (we hold no key for this provider). Treat it as approximate — inspect the actual payload before relying on a field name.
Example: One game's advanced box {"id": 401520165}
Auth: needs your own key in CFBD_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Game id (from cfbd_games). Passed as a QUERY param, not in the path. |