NBA Overview
The Stats API allows you to retrieve statistics for various sports and leagues.
End Points
The following end points are available:
GET/api/v1/nba/stats/team
Retrieve stats for a specific sport for a specific team
Parameters
Name | Type | Required | Description |
---|
sport | string | Yes | Sport code (nfl, nba, mlb) |
date | string | No | Filter picks by date (YYYY-MM-DD) |
team | string | No | Filter picks by team |
Data Dictionary
Property | Type | Description |
---|
id | string | Unique identifier for the pick (guid) |
league | string | Sports league (nfl, nba, mlb) |
GET/api/v1/nba/stats/players/{player_id}
Retrieve a specific pick by ID
Parameters
Name | Type | Required | Description |
---|
sport | string | Yes | Sport code (nfl, nba, mlb) |
player_id | string | Yes | Unique player identifier |