---
title: "LeagueGameLog"
method: GET
path: "/leaguegamelog"
tags: ["nba", "wnba"]
---

# LeagueGameLog

`GET /leaguegamelog`

[to do]

## Query parameters

- `Counter` string, required — [to do]
- `DateFrom` string, nullable — [to do]
- `DateTo` string, nullable — [to do]
- `Direction` 'ASC' | 'DESC', required — [to do]
- `LeagueID` string, required — [to do]
- `PlayerOrTeam` 'Player' | 'Team', required — [to do]
- `Season` string, required — [to do]
- `SeasonType` string, required — [to do]
- `Sorter` 'FGM' | 'FGA' | 'FGPCT' | 'FG3M' | 'FG3A' | 'FG3PCT' | 'FTM' | 'FTA' | 'FTPCT' | 'OREB' | 'DREB' | 'AST' | 'STL' | 'BLK' | 'TOV' | 'REB' | 'PTS' | 'DATE', required — [to do]

## Response `200`

[to do]

- object
  - `parameters` object
    - `Counter` '$request.query.Counter'
    - `DateFrom` '$request.query.DateFrom'
    - `DateTo` '$request.query.DateTo'
    - `Direction` '$request.query.Direction'
    - `LeagueID` '$request.query.LeagueID'
    - `PlayerOrTeam` '$request.query.PlayerOrTeam'
    - `Season` '$request.query.Season'
    - `SeasonType` '$request.query.SeasonType'
    - `Sorter` '$request.query.Sorter'
  - `resource` 'leaguegamelog'
  - `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)
