Fantasy Basketball API Documentation

Depth Charts

Retrieve current depth charts for all NBA teams

Endpoint:
https://api.fantasynerds.com/v1/nba/depth?apikey=TEST

Variable Value Description
apikey Your API Key

Draft Projections

Retrieve draft projections for the upcoming NBA season

Endpoint:
https://api.fantasynerds.com/v1/nba/draft-projections?apikey=TEST

Variable Value Description
apikey Your API Key

Draft Rankings

Retrieve fantasy draft rankings for the upcoming NBA season

Endpoint:
https://api.fantasynerds.com/v1/nba/draft-rankings?apikey=TEST

Variable Value Description
apikey Your API Key

Injury Reports

Retrieve current injuries in the NBA

Endpoint:
https://api.fantasynerds.com/v1/nba/injuries?apikey=TEST

Variable Value Description
apikey Your API Key

Lineups

Retrieve the confirmed/expected lineups for a given regular season date. If no date passed, the current date will be retrieved.

Endpoint:
https://api.fantasynerds.com/v1/nba/lineups?apikey=TEST&date=

Variable Value Description
apikey Your API Key
date Retrieve lineups for a specific date in YYYY-MM-DD format.

Leave empty to retrieve the current day.

You can pass tomorrow's date to get anticipate lineups if known.

NBA Teams

Retrieve a list of NBA teams and team codes

Endpoint:
https://api.fantasynerds.com/v1/nba/teams?apikey=TEST

Variable Value Description
apikey Your API Key

News

Retrieve current player and team news along with fantasy analysis from around the industry.

Endpoint:
https://api.fantasynerds.com/v1/nba/news?apikey=TEST

Variable Value Description
apikey Your API Key

Player Rater

In-season fantasy basketball rankings

Endpoint:
https://api.fantasynerds.com/v1/nba/player-rater?apikey=TEST

Variable Value Description
apikey Your API Key

Players

Retrieve list of current NBA players

Endpoint:
https://api.fantasynerds.com/v1/nba/players?apikey=TEST

Variable Value Description
apikey Your API Key

Schedule

Get the current NBA season schedule including scores and game winners

Endpoint:
https://api.fantasynerds.com/v1/nba/schedule?apikey=TEST

Variable Value Description
apikey Your API Key