ncaa.com API: search_contests
ncaa.com via Parse · sports
Search for game contests by date, sport, and division. Returns a list of contests with scores, teams, game state, and bracket information. The season_year parameter follows NCAA convention where the 2024-25 season is year 2025 for basketball but the 2024 championship game falls under season_year 2023. Contests include live, scheduled, and final games for the given date. 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/search_contests
- Interface artifact
- sha256:4f31073a0e2fbf00db817cc0e84be6d819ed788c61158875b98efe753701fb3d
- Manifest digest
- sha256:2eee8a02cbbce0dff69080ed7f3a1a42120708f0f45ae593478745c09c740818
Request fields
- week (integer): Week number, primarily used for football schedules.
- division (integer): Division number: 1, 2, or 3.: Allowed values: 1, 2, 3
- sport_code (string): Sport code.: Allowed values: MBB, WBB, MFB
- season_year (integer): Season year following NCAA convention (e.g. 2023 for the 2023-24 championship season).
- contest_date (string, required): Date in MM/DD/YYYY format (e.g. 04/08/2024).
Example queries
- {"week":"6","division":"1","sport_code":"MBB","season_year":"2023","contest_date":"04/08/2024"}