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

## Changes

- **2026-07-26** `24c9bf017616` — 5 info
  - added the new optional `query` request parameter `final`
  - added the new optional `query` request parameter `latest`
  - added the new optional `query` request parameter `poll`
  - added the non-success response with the status `400`
  - …1 more

[Change history](https://skmtc.dev/collegefootballdata/apis/college-football-data-api/changes/rankings/get.md)

---

[API](https://skmtc.dev/collegefootballdata/apis/college-football-data-api.md) · [All operations](https://skmtc.dev/collegefootballdata/apis/college-football-data-api/llms.txt) · [OpenAPI document](https://skmtc.dev/collegefootballdata/apis/college-football-data-api/revisions/fe9aeed75dd0?raw)
