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

# GET /rankings

`GET /rankings`

Retrieves historical poll data

## Query parameters

- `year` integer, required
- `seasonType` 'regular' | 'postseason' | 'both' | 'allstar' | 'spring_regular' | 'spring_postseason'
- `week` number, double

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

---

[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/773f0a70630c?raw)
