Skip to main content

Variable: espnWbbAthleteStats

const espnWbbAthleteStats: WrapperFn

Defined in: generated/espn/wbb.ts:501

WBB — athlete stats (ESPN site.web.api.espn.com (web v3)).

Endpoint: GET https://site.web.api.espn.com/apis/common/v3/sports/basketball/womens-college-basketball/athletes/{athlete_id}/stats

Param

params.athlete_id

path parameter.

Param

params.season

query parameter.

Param

params.parsed

when true, route the payload through this endpoint's tidy.js parser and return rows instead of raw JSON.

Returns

Raw ESPN JSON by default; a tidy array of row objects when called with { parsed: true }.

Example

await sdv.wbb.espnWbbAthleteStats({ athlete_id: '…' });