Edge Sports Logo

EDGE SPORTS

    • Introduction
    • Quick Start
    • Authentication
    • Terms of Service
    • Pick Discovery
    • Stats
    • Odds
    • Writeups
    • Pick Explorer App
    • Player Trends App
  • Beta
    This a preview of the latest version of the API.

Stats



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

NameTypeRequiredDescription
sportstringYesSport code (nfl, nba, mlb)
datestringNoFilter picks by date (YYYY-MM-DD)
teamstringNoFilter picks by team

Data Dictionary

PropertyTypeDescription
idstringUnique identifier for the pick (guid)
leaguestringSports league (nfl, nba, mlb)

Responses

200Successful response
GET/api/v1/nba/stats/players/{player_id}

Retrieve a specific pick by ID

Parameters

NameTypeRequiredDescription
sportstringYesSport code (nfl, nba, mlb)
player_idstringYesUnique player identifier

Responses

200Successful response