---
title: "GET /playoffs/cfp/participants"
method: GET
path: "/playoffs/cfp/participants"
tags: ["playoffs"]
---

# GET /playoffs/cfp/participants

`GET /playoffs/cfp/participants`

Returns College Football Playoff participants for a season.

## Query parameters

- `year` integer, required

## Response `200`

Ok

- PlayoffParticipant[]
  - `team` PlayoffTeam, required
    - `id` integer, required
    - `school` string, required
    - `conference` string, nullable, required
  - `committeeRank` integer, nullable, required
  - `seed` integer, required
  - `bidType` 'automatic' | 'at_large', required
  - `qualificationReason` string, nullable, required
  - `conferenceChampion` boolean, required
  - `qualifyingConference` string, nullable, required
  - `firstRoundBye` boolean, required
  - `outcome` 'active' | 'eliminated' | 'champion', required
  - `eliminatedRound` 'first_round' | 'quarterfinal' | 'semifinal' | 'championship', required

## Other responses

- `400` — Validation error
- `404`

---

[API](https://skmtc.net/collegefootballdata/apis/college-football-data-api.md) · [All operations](https://skmtc.net/collegefootballdata/apis/college-football-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/collegefootballdata/college-football-data-api/revisions/cd2844c1ac5c/schema)
