---
title: "GET /ratings/elo"
method: GET
path: "/ratings/elo"
tags: ["ratings"]
---

# GET /ratings/elo

`GET /ratings/elo`

Returns historical Elo ratings.

## Query parameters

- `year` integer
- `week` integer
- `seasonType` 'regular' | 'postseason' | 'both' | 'allstar' | 'spring_regular' | 'spring_postseason'
- `team` string
- `conference` string

## Response `200`

Ok

- TeamElo[]
  - `year` integer, required
  - `team` string, required
  - `conference` string, required
  - `elo` integer, nullable, required

---

[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/2753e757620d/schema)
