---
title: "GET /wepa/players/rushing"
method: GET
path: "/wepa/players/rushing"
tags: ["adjustedMetrics"]
---

# GET /wepa/players/rushing

`GET /wepa/players/rushing`

Returns opponent-adjusted player rushing metrics.

## Query parameters

- `year` integer
- `team` string
- `conference` string
- `position` string

## Response `200`

Ok

- PlayerWeightedEPA[]
  - `year` integer, required
  - `athleteId` string, required
  - `athleteName` string, required
  - `position` string, required
  - `team` string, required
  - `conference` string, required
  - `wepa` number, double, required
  - `plays` integer, 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)
