---
title: "GET /games/media"
method: GET
path: "/games/media"
tags: ["games"]
---

# GET /games/media

`GET /games/media`

Returns broadcast and media information for games.

## Query parameters

- `year` integer, required
- `seasonType` 'regular' | 'postseason' | 'both' | 'allstar' | 'spring_regular' | 'spring_postseason'
- `week` integer
- `team` string
- `conference` string
- `mediaType` 'tv' | 'radio' | 'web' | 'ppv' | 'mobile'
- `classification` 'fbs' | 'fcs' | 'ii' | 'ii/iii' | 'iii'

## Response `200`

Ok

- GameMedia[]
  - `id` integer, required
  - `season` integer, required
  - `week` integer, required
  - `seasonType` 'regular' | 'postseason' | 'both' | 'allstar' | 'spring_regular' | 'spring_postseason', required
  - `startTime` string, date-time, required
  - `isStartTimeTBD` boolean, required
  - `homeTeam` string, required
  - `homeConference` string, nullable, required
  - `awayTeam` string, required
  - `awayConference` string, nullable, required
  - `mediaType` 'tv' | 'radio' | 'web' | 'ppv' | 'mobile', required
  - `outlet` string, required

## Changes

- **2026-08-19** `2753e757620d` — 1 info
  - added the new enum value `ii/iii` to the `query` request parameter `classification`

[Change history](https://skmtc.dev/collegefootballdata/apis/college-football-data-api/changes/games/media/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/2753e757620d?raw)
