Type
Improvement
Status
Closed
Reported By
Dan Neciu
Component
API
Resolution
Fixed
Votes
1
Created
16/Mar/16 8:44 AM EDT
Closed
16/Mar/2016 9:23 PM EDT
Description
For example <a href="/nba/team-stats/20130418.json?team_id=washington-wizards">/nba/team-stats/20130418.json?team_id=washington-wizards</a> this gives me the stats for the 2013 season at the date 2013-04-18. I was wondering if I can suply just the year and get the end-of-season stats for that team. For example /team/stats/2013/team_id=chicago-bulls
Closing Comment
If you specify a yyyyMMdd date that is after the regular season end date (usually the middle of April), the API will automatically find the last date of the regular season and return those stats. See the updated documentation <a href="/api/endpoints/nba-team-stats">/api/endpoints/nba-team-stats</a>