---
title: "GET /ppa/players/games"
method: GET
path: "/ppa/players/games"
tags: ["metrics"]
---

# GET /ppa/players/games

`GET /ppa/players/games`

Returns player Predicted Points Added (PPA) metrics by game.

## Query parameters

- `year` integer, required
- `week` integer
- `seasonType` 'regular' | 'postseason' | 'both' | 'allstar' | 'spring_regular' | 'spring_postseason'
- `team` string
- `position` string
- `playerId` string
- `threshold` number, double
- `excludeGarbageTime` boolean

## Response `200`

Ok

- PlayerGamePredictedPointsAdded[]
  - `season` integer, required
  - `week` integer, required
  - `seasonType` 'regular' | 'postseason' | 'both' | 'allstar' | 'spring_regular' | 'spring_postseason', required
  - `id` string, required
  - `name` string, required
  - `position` string, required
  - `team` string, required
  - `opponent` string, required
  - `averagePPA` object, required
    - `rush` number, double
    - `pass` number, double
    - `all` number, double, 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/cd2844c1ac5c/schema)
