List Tournaments

Returns a paginated list of tournaments with optional filtering.

Supports filtering by league, bracket type, season year, and status. Use this endpoint to discover tournaments for a specific league or season, or to find tournaments of a particular bracket format (single elimination, best-of-series, or group + knockout).

Filtering Examples

  • Get all 2025 NCAA tournaments: ?league_id=...&season_year=2025
  • Find active single elimination brackets: ?bracket_type=single_elimination&status=in_progress
  • List all playoff series: ?bracket_type=best_of_series
Callback
Language
Credentials
Bearer
Response
Click Try It! to start a request and see the response here!