---
title: "Changes to LeagueHustleStatsPlayer"
method: GET
path: "/leaguehustlestatsplayer"
---

# Changes to LeagueHustleStatsPlayer

`GET /leaguehustlestatsplayer`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 5 of 6 revisions.

- **2026-07-13** `bfc757de2da0` — 1 warning
- **2024-02-01** `b3e351ad6236` — 1 info
- **2024-02-01** `b939e27e1714` — 25 breaking, 69 info
- **2024-02-01** `edb1e5406e9a` — 1 info
- **2024-02-01** `9d267fbbaf5a` — 51 breaking, 43 warning, 1 info

## Changes

- **2026-07-13** `bfc757de2da0` — 1 warning
  - removed the optional property `resultSets/prefixItems[#/components/schemas/HustleStatsPlayer]/x-tags` from the response with the `200` status
- **2024-02-01** `b3e351ad6236` — 1 info
  - added the optional property `resultSets/prefixItems[#/components/schemas/HustleStatsPlayer]/x-tags` to the response with the `200` status
- **2024-02-01** `b939e27e1714` — 25 breaking, 69 info
  - the `parameters/College` response's property type/format changed from ``/`` to ``/`` for status `200`
  - the `parameters/Conference` response's property type/format changed from ``/`` to ``/`` for status `200`
  - the `parameters/Country` response's property type/format changed from ``/`` to ``/`` for status `200`
  - the `parameters/DateFrom` response's property type/format changed from ``/`` to ``/`` for status `200`
  - the `parameters/DateTo` response's property type/format changed from ``/`` to ``/`` for status `200`
  - the `parameters/Division` response's property type/format changed from ``/`` to ``/`` for status `200`
  - the `parameters/DraftPick` response's property type/format changed from ``/`` to ``/`` for status `200`
  - the `parameters/DraftYear` response's property type/format changed from ``/`` to ``/`` for status `200`
  - the `parameters/Height` response's property type/format changed from ``/`` to ``/`` for status `200`
  - the `parameters/LeagueID` response's property type changed from `string` to no type for status `200`
  - the `parameters/Location` response's property type/format changed from ``/`` to ``/`` for status `200`
  - the `parameters/Month` response's property type/format changed from ``/`` to ``/`` for status `200`
  - the `parameters/OpponentTeamID` response's property type/format changed from ``/`` to ``/`` for status `200`
  - the `parameters/Outcome` response's property type/format changed from ``/`` to ``/`` for status `200`
  - the `parameters/PORound` response's property type/format changed from ``/`` to ``/`` for status `200`
  - the `parameters/PerMode` response's property type changed from `string` to no type for status `200`
  - the `parameters/PlayerExperience` response's property type/format changed from ``/`` to ``/`` for status `200`
  - the `parameters/PlayerPosition` response's property type/format changed from ``/`` to ``/`` for status `200`
  - the `parameters/Season` response's property type changed from `string` to no type for status `200`
  - the `parameters/SeasonSegment` response's property type/format changed from ``/`` to ``/`` for status `200`
  - the `parameters/SeasonType` response's property type changed from `string` to no type for status `200`
  - the `parameters/TeamID` response's property type changed from `string` to no type for status `200`
  - the `parameters/VsConference` response's property type/format changed from ``/`` to ``/`` for status `200`
  - the `parameters/VsDivision` response's property type/format changed from ``/`` to ``/`` for status `200`
  - the `parameters/Weight` response's property type/format changed from ``/`` to ``/`` for status `200`
  - the `College` response property const value `$request.query.College` was added for the status `200`
  - the `Conference` response property const value `$request.query.Conference` was added for the status `200`
  - the `Country` response property const value `$request.query.Country` was added for the status `200`
  - the `DateFrom` response property const value `$request.query.DateFrom` was added for the status `200`
  - the `DateTo` response property const value `$request.query.DateTo` was added for the status `200`
  - the `Division` response property const value `$request.query.Division` was added for the status `200`
  - the `DraftPick` response property const value `$request.query.DraftPick` was added for the status `200`
  - the `DraftYear` response property const value `$request.query.DraftYear` was added for the status `200`
  - the `Height` response property const value `$request.query.Height` was added for the status `200`
  - the `LeagueID` response property const value `$request.query.LeagueID` was added for the status `200`
  - the `Location` response property const value `$request.query.Location` was added for the status `200`
  - the `Month` response property const value `$request.query.Month` was added for the status `200`
  - the `OpponentTeamID` response property const value `$request.query.OpponentTeamID` was added for the status `200`
  - the `Outcome` response property const value `$request.query.Outcome` was added for the status `200`
  - the `PORound` response property const value `$request.query.PORound` was added for the status `200`
  - …54 more
- **2024-02-01** `edb1e5406e9a` — 1 info
  - removed `#/components/schemas/PlayerId, #/components/schemas/PlayerName, #/components/schemas/TeamId, #/components/schemas/TeamAbbreviation, #/components/schemas/Age, #/components/schemas/G, #/components/schemas/Min, #/components/schemas/ContestedShots, #/components/schemas/ContestedShots2pt, #/components/schemas/ContestedShots3pt, #/components/schemas/Deflections, #/components/schemas/ChargesDrawn, #/components/schemas/ScreenAssists, #/components/schemas/ScreenAstPts, #/components/schemas/OffLooseBallsRecovered, #/components/schemas/DefLooseBallsRecovered, #/components/schemas/LooseBallsRecovered, #/components/schemas/PctLooseBallsRecoveredOff, #/components/schemas/PctLooseBallsRecoveredDef, #/components/schemas/OffBoxouts, #/components/schemas/DefBoxouts, #/components/schemas/BoxOutPlayerTeamRebs, #/components/schemas/BoxOutPlayerRebs, #/components/schemas/BoxOuts, #/components/schemas/PctBoxOutsOff, #/components/schemas/PctBoxOutsDef, #/components/schemas/PctBoxOutsTeamReb, #/components/schemas/PctBoxOutsReb` from the `resultSets/prefixItems[#/components/schemas/HustleStatsPlayer]/rowSet` response property 'prefixItems' list for the response status `200`
- **2024-02-01** `9d267fbbaf5a` — 51 breaking, 43 warning, 1 info
  - the `College` response property const value `$request.query.College` was removed for the status `200`
  - the `Conference` response property const value `$request.query.Conference` was removed for the status `200`
  - the `Country` response property const value `$request.query.Country` was removed for the status `200`
  - the `DateFrom` response property const value `$request.query.DateFrom` was removed for the status `200`
  - the `DateTo` response property const value `$request.query.DateTo` was removed for the status `200`
  - the `Division` response property const value `$request.query.Division` was removed for the status `200`
  - the `DraftPick` response property const value `$request.query.DraftPick` was removed for the status `200`
  - the `DraftYear` response property const value `$request.query.DraftYear` was removed for the status `200`
  - the `Height` response property const value `$request.query.Height` was removed for the status `200`
  - the `LeagueID` response property const value `$request.query.LeagueID` was removed for the status `200`
  - the `Location` response property const value `$request.query.Location` was removed for the status `200`
  - the `Month` response property const value `$request.query.Month` was removed for the status `200`
  - the `OpponentTeamID` response property const value `$request.query.OpponentTeamID` was removed for the status `200`
  - the `Outcome` response property const value `$request.query.Outcome` was removed for the status `200`
  - the `PORound` response property const value `$request.query.PORound` was removed for the status `200`
  - the `PerMode` response property const value `$request.query.PerMode` was removed for the status `200`
  - the `PlayerExperience` response property const value `$request.query.PlayerExperience` was removed for the status `200`
  - the `PlayerPosition` response property const value `$request.query.PlayerPosition` was removed for the status `200`
  - the `Season` response property const value `$request.query.Season` was removed for the status `200`
  - the `SeasonSegment` response property const value `$request.query.SeasonSegment` was removed for the status `200`
  - the `SeasonType` response property const value `$request.query.SeasonType` was removed for the status `200`
  - the `TeamID` response property const value `$request.query.TeamID` was removed for the status `200`
  - the `VsConference` response property const value `$request.query.VsConference` was removed for the status `200`
  - the `VsDivision` response property const value `$request.query.VsDivision` was removed for the status `200`
  - the `Weight` response property const value `$request.query.Weight` was removed for the status `200`
  - added `#/components/schemas/PlayerId, #/components/schemas/PlayerName, #/components/schemas/TeamId, #/components/schemas/TeamAbbreviation, #/components/schemas/Age, #/components/schemas/G, #/components/schemas/Min, #/components/schemas/ContestedShots, #/components/schemas/ContestedShots2pt, #/components/schemas/ContestedShots3pt, #/components/schemas/Deflections, #/components/schemas/ChargesDrawn, #/components/schemas/ScreenAssists, #/components/schemas/ScreenAstPts, #/components/schemas/OffLooseBallsRecovered, #/components/schemas/DefLooseBallsRecovered, #/components/schemas/LooseBallsRecovered, #/components/schemas/PctLooseBallsRecoveredOff, #/components/schemas/PctLooseBallsRecoveredDef, #/components/schemas/OffBoxouts, #/components/schemas/DefBoxouts, #/components/schemas/BoxOutPlayerTeamRebs, #/components/schemas/BoxOutPlayerRebs, #/components/schemas/BoxOuts, #/components/schemas/PctBoxOutsOff, #/components/schemas/PctBoxOutsDef, #/components/schemas/PctBoxOutsTeamReb, #/components/schemas/PctBoxOutsReb` to the `resultSets/prefixItems[#/components/schemas/HustleStatsPlayer]/rowSet` response property 'prefixItems' list for the response status `200`
  - the `parameters/College` response's property type/format changed from ``/`` to ``/`` for status `200`
  - the `parameters/Conference` response's property type/format changed from ``/`` to ``/`` for status `200`
  - the `parameters/Country` response's property type/format changed from ``/`` to ``/`` for status `200`
  - the `parameters/DateFrom` response's property type/format changed from ``/`` to ``/`` for status `200`
  - the `parameters/DateTo` response's property type/format changed from ``/`` to ``/`` for status `200`
  - the `parameters/Division` response's property type/format changed from ``/`` to ``/`` for status `200`
  - the `parameters/DraftPick` response's property type/format changed from ``/`` to ``/`` for status `200`
  - the `parameters/DraftYear` response's property type/format changed from ``/`` to ``/`` for status `200`
  - the `parameters/Height` response's property type/format changed from ``/`` to ``/`` for status `200`
  - the `parameters/LeagueID` response's property type changed from no type to `string` for status `200`
  - the `parameters/Location` response's property type/format changed from ``/`` to ``/`` for status `200`
  - the `parameters/Month` response's property type/format changed from ``/`` to ``/`` for status `200`
  - the `parameters/OpponentTeamID` response's property type/format changed from ``/`` to ``/`` for status `200`
  - the `parameters/Outcome` response's property type/format changed from ``/`` to ``/`` for status `200`
  - …55 more

---

[Operation](https://skmtc.dev/sgsdm/apis/official-nba-stats-api/docs/leaguehustlestatsplayer/get.md) · [API](https://skmtc.dev/sgsdm/apis/official-nba-stats-api.md) · [Page](https://skmtc.dev/sgsdm/apis/official-nba-stats-api/changes/leaguehustlestatsplayer/get)
