ncaa.com API: get_team_stats
ncaa.com via Parse · sports
Get team-level aggregate statistics for a game including field goal percentages, rebounds, assists, turnovers, steals, and blocks for both teams. Returns the same boxscore structure as get_boxscore but without individual player stats — useful for a quick team comparison. Access NCAA sports schedules, live scores, boxscores, play-by-play data, and team statistics via the official NCAA GraphQL API. Fulfilled by Parse from ncaa.com.
- education
- entertainment
- ncaa-com
- parse
- platform-key
- sports
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- sports
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/ea5d6e16-f38b-4e98-a227-1314a86fe69a/get_team_stats
- Interface artifact
- sha256:64e88aa7be6f6489ebe25eeff5604b83a09d3fa91a069f507346426222144062
- Manifest digest
- sha256:e141c4883e07543bcb82dcec87374d859f5f981754e48b4480e13c3ab99b1aef
Request fields
- sport (string): Sport name: 'basketball' or 'football'.: Allowed values: basketball, football
- contest_id (string, required): Contest ID obtained from search_contests results.
Example queries
- {"sport":"basketball","contest_id":"6232202"}