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

# GET /teams/fbs

`GET /teams/fbs`

Returns Football Bowl Subdivision (FBS) teams for a season.

## Query parameters

- `year` integer

## Response `200`

Ok

- Team[]
  - `id` integer, required
  - `school` string, required
  - `mascot` string, nullable, required
  - `abbreviation` string, nullable, required
  - `alternateNames` string[], nullable, required
  - `conference` string, nullable, required
  - `division` string, nullable, required
  - `classification` string, nullable, required
  - `color` string, nullable, required
  - `alternateColor` string, nullable, required
  - `logos` string[], nullable, required
  - `twitter` string, nullable, required
  - `location` Venue, required
    - `id` integer, nullable, required
    - `name` string, nullable, required
    - `city` string, nullable, required
    - `state` string, nullable, required
    - `zip` string, nullable, required
    - `countryCode` string, nullable, required
    - `timezone` string, nullable, required
    - `latitude` number, double, nullable, required
    - `longitude` number, double, nullable, required
    - `elevation` string, nullable, required
    - `capacity` integer, nullable, required
    - `constructionYear` integer, nullable, required
    - `grass` boolean, nullable
    - `dome` boolean, nullable

---

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