---
title: "PlayerGameLogs"
method: GET
path: "/playergamelogs"
tags: ["nba", "wnba"]
---

# PlayerGameLogs

`GET /playergamelogs`

[to do]

## Query parameters

- `DateFrom` string, nullable — [to do]
- `DateTo` string, nullable — [to do]
- `GameSegment` 'null' | 'First Half' | 'Overtime' | 'Second Half', nullable, required — [to do]
- `LastNGames` string, nullable — [to do]
- `LeagueID` string, required — [to do]
- `Location` 'null' | 'Home' | 'Road', nullable — [to do]
- `MeasureType` 'Base' | 'Advanced' | 'Misc' | 'Four Factors' | 'Scoring' | 'Opponent' | 'Usage' | 'Defense', required — [to do]
- `Month` string, nullable — [to do]
- `OppTeamID` string, nullable — [to do]
- `Outcome` 'null' | 'W' | 'L', nullable — [to do]
- `PORound` string, nullable — [to do]
- `PerMode` string, required — [to do]
- `Period` string, required — [to do]
- `PlayerID` string, required — [to do]
- `Season` string, required — [to do]
- `SeasonSegment` 'null' | 'Post All-Star' | 'Pre All-Star', nullable — [to do]
- `SeasonType` string, required — [to do]
- `ShotClockRange` 'null' | '24-22' | '22-18 Very Early' | '18-15 Early' | '15-7 Average' | '7-4 Late' | '4-0 Very Late' | 'ShotClock Off', nullable — [to do]
- `TeamID` string — [to do]
- `VsConference` 'null' | 'East' | 'West', nullable — [to do]
- `VsDivision` 'null' | 'Atlantic' | 'Central' | 'Northwest' | 'Pacific' | 'Southeast' | 'Southwest' | 'East' | 'West', nullable — [to do]

## Response `200`

[to do]

- object
  - `parameters` object
    - `DateFrom` '$request.query.DateFrom'
    - `DateTo` '$request.query.DateTo'
    - `GameSegment` '$request.query.GameSegment'
    - `LastNGames` '$request.query.LastNGames'
    - `LeagueID` '$request.query.LeagueID'
    - `Location` '$request.query.Location'
    - `MeasureType` '$request.query.MeasureType'
    - `Month` '$request.query.Month'
    - `OppTeamID` '$request.query.OppTeamID'
    - `Outcome` '$request.query.Outcome'
    - `PORound` '$request.query.PORound'
    - `PerMode` '$request.query.PerMode'
    - `Period` '$request.query.Period'
    - `PlayerID` '$request.query.PlayerID'
    - `Season` '$request.query.Season'
    - `SeasonSegment` '$request.query.SeasonSegment'
    - `SeasonType` '$request.query.SeasonType'
    - `ShotClockRange` '$request.query.ShotClockRange'
    - `TeamID` '$request.query.TeamID'
    - `VsConference` '$request.query.VsConference'
    - `VsDivision` '$request.query.VsDivision'
  - `resource` 'playergamelogs'
  - `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/versions/bfc757de2da0/schema)
