improved

Ability to set earliest_date on /fixtures/player-results/last-x

To make it easier to exclude preseason or other dates, we now offer a new query parameter that lets you set the earliest date cutoff.

Example

The following Game Log for LeBron James:

  • Oct 5, 2024 : Preseason
  • Oct 7, 2024 : Preseason
  • Oct 9, 2024 : Preseason
  • Oct 12, 2024 : Regular Season
  • Oct 15, 2025: Regular Season

If i only want to get all regular season games, i can set earliest_date=2024-10-11 when making the request and it will only take into account games where LeBron James played after that date.