---
title: "GET /teams/ats"
method: GET
path: "/teams/ats"
tags: ["teams"]
---

# GET /teams/ats

`GET /teams/ats`

Returns against-the-spread (ATS) records by team.

## Query parameters

- `year` integer, required
- `conference` string
- `team` string

## Response `200`

Ok

- TeamATS[]
  - `year` integer, required
  - `teamId` integer, required
  - `team` string, required
  - `conference` string, nullable, required
  - `games` integer, required
  - `atsWins` integer, required
  - `atsLosses` integer, required
  - `atsPushes` integer, required
  - `avgCoverMargin` number, double, 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)
