---
title: "CumeStatsPlayerGames"
method: GET
path: "/cumestatsplayergames"
tags: ["nba", "wnba"]
---

# CumeStatsPlayerGames

`GET /cumestatsplayergames`

[to do]

## Query parameters

- `LeagueID` string, required — [to do]
- `Location` 'null' | 'Home' | 'Road', nullable — [to do]
- `Outcome` 'null' | 'W' | 'L', nullable — [to do]
- `PlayerID` string, required — [to do]
- `Season` string, required — [to do]
- `SeasonType` string, required — [to do]
- `VsConference` 'null' | 'East' | 'West', nullable — [to do]
- `VsDivision` 'null' | 'Atlantic' | 'Central' | 'Northwest' | 'Pacific' | 'Southeast' | 'Southwest' | 'East' | 'West', nullable — [to do]
- `VsTeamID` string — [to do]

## Response `200`

[to do]

- object
  - `parameters` object
    - `LeagueID` '$request.query.LeagueID'
    - `Location` '$request.query.Location'
    - `Outcome` '$request.query.Outcome'
    - `PlayerID` '$request.query.PlayerID'
    - `Season` '$request.query.Season'
    - `SeasonType` '$request.query.SeasonType'
    - `VsConference` '$request.query.VsConference'
    - `VsDivision` '$request.query.VsDivision'
    - `VsTeamID` '$request.query.VsTeamID'
  - `resource` 'cumestatsplayergames'
  - `resultSets` unknown[]
    - unknown

## Other responses

- `404` — [to do]

---

[API](https://skmtc.net/sgsdm/apis/official-nba-stats-api.md) · [All operations](https://skmtc.net/sgsdm/apis/official-nba-stats-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sgsdm/official-nba-stats-api/revisions/bfc757de2da0/schema)
