Skip to main content

Variable: espnWbbEventCompetitorStatistics

const espnWbbEventCompetitorStatistics: WrapperFn

Defined in: wbb.ts:1094

WBB — event competitor statistics (ESPN sports.core.api.espn.com (core v2)).

Endpoint: GET https://sports.core.api.espn.com/v2/sports/basketball/leagues/womens-college-basketball/events/{event_id}/competitions/{cid}/competitors/{team_id}/statistics

Param​

params.event_id

path parameter.

Param​

params.team_id

path parameter.

Param​

params.cid

path parameter (optional).

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.espnWbbEventCompetitorStatistics({ event_id: '…', team_id: '…' });