NBA - Team stats retrieval

Issue No. 125

Type

Improvement

Status

Closed

Reported By

web

Component

API

Resolution

Fixed

Votes

6

Created

28/Jan/13 2:07 PM EST

Closed

28/Nov/2013 12:19 PM EST

Description

Is there any way of getting the team stats for a particular date through the API? E.g. something like <a href="/nba/stats/20120621-miami-heat">/nba/stats/20120621-miami-heat</a>, core team stats, and core opposing team stats (team's away stats for a given date). Of course it comes into consideration only if you kept track of that in your database. Such improvement would be of a great help for all of us working on any kind of predictions in sports. Thanks, Igor

Closing Comment

Added new API method, NBA Team Stats. Returns cumulative totals and per game averages for all basic stats (e.g., FG, 3PM, FT, Reb, Ast, Stl, TO, Blk, etc.) and team's opponent stats. Can request method with date to return stats that are through that date. This method returns data for all active teams, but can be filtered to return data for a specified team only using &quot;team_id&quot; parameter. <a href="/api/methods/nba-team-stats">/api/methods/nba-team-stats</a>

Comments

1. web 18/Mar/2013 at 11:29 AM EDT

Yes, the database does support daily team stats. Not available in JSON yet, but you can see day-to-day team stats with requests like /nba/stats/20130304 or /nba/stats/20121215