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
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Filter by league ID — accepts a UUID or league abbreviation (e.g., 'NFL', 'NBA')

string
enum

Filter by bracket type

Allowed:
integer

Filter by season year (e.g., 2025 for 2024-25 season)

string
enum

Filter by tournament status

Allowed:
integer
≥ 1
Defaults to 1

Page number for page/per_page pagination. Do not combine with limit/offset.

integer
1 to 1000
Defaults to 100

Number of items per page (max 1000). Do not combine with limit/offset.

Responses

Callback
Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json