---
title: "GET /rankings"
method: GET
path: "/rankings"
tags: ["rankings"]
---

# GET /rankings

`GET /rankings`

Returns historical poll rankings.

## Query parameters

- `year` integer, required
- `seasonType` 'regular' | 'postseason' | 'both' | 'allstar' | 'spring_regular' | 'spring_postseason'
- `week` number, double
- `poll` 'cfp'
- `latest` boolean
- `final` boolean

## Response `200`

Ok

- PollWeek[]
  - `season` integer, required
  - `seasonType` 'regular' | 'postseason' | 'both' | 'allstar' | 'spring_regular' | 'spring_postseason', required
  - `week` integer, required
  - `polls` Poll[], required
    - `poll` string, required
    - `isFinal` boolean, nullable, required
    - `ranks` PollRank[], required
      - `rank` integer, nullable, required
      - `teamId` integer, required
      - `school` string, required
      - `conference` string, nullable, required
      - `firstPlaceVotes` integer, nullable, required
      - `points` integer, nullable, required

## Other responses

- `400` — Validation error

---

[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)
