nwsl — ESPN reference
- sport slug:
soccer - league slug:
usa.nwsl - scopes:
universal - wrappers: 110
Every endpoint is called as sdv.nwsl.espnNwsl<Endpoint>(params). Each method is also available under its snake_case name (espn_nwsl_<endpoint>) for parity with the Python / R packages. Parameters accept snake_case or camelCase. Required path params are marked *.
import sdv from 'sportsdataverse';
await sdv.nwsl.espnNwslScoreboard({});
Universal endpoints
| Method | HTTP | Path params | Query params |
|---|---|---|---|
espnNwslAthleteAwards | core_v2 /soccer/leagues/usa.nwsl/athletes/{athlete_id}/awards | athlete_id* | — |
espnNwslAthleteBio | site_v2 /soccer/usa.nwsl/athletes/{athlete_id}/bio | athlete_id* | — |
espnNwslAthleteCareerStats | core_v2 /soccer/leagues/usa.nwsl/athletes/{athlete_id}/statistics[/{stat_type}] | athlete_id*, stat_type | — |
espnNwslAthleteContracts | core_v2 /soccer/leagues/usa.nwsl/athletes/{athlete_id}/contracts | athlete_id* | — |
espnNwslAthleteCore | core_v2 /soccer/leagues/usa.nwsl/athletes/{athlete_id} | athlete_id* | — |
espnNwslAthleteEventlog | core_v2 /soccer/leagues/usa.nwsl/athletes/{athlete_id}/eventlog | athlete_id* | — |
espnNwslAthleteGamelog | web_v3 /soccer/usa.nwsl/athletes/{athlete_id}/gamelog | athlete_id* | season |
espnNwslAthleteInfo | site_v2 /soccer/usa.nwsl/athletes/{athlete_id} | athlete_id* | — |
espnNwslAthleteInjuries | core_v2 /soccer/leagues/usa.nwsl/athletes/{athlete_id}/injuries | athlete_id* | — |
espnNwslAthleteNews | site_v2 /soccer/usa.nwsl/athletes/{athlete_id}/news | athlete_id* | — |
espnNwslAthleteNotes | core_v2 /soccer/leagues/usa.nwsl/athletes/{athlete_id}/notes | athlete_id* | — |
espnNwslAthleteOverview | web_v3 /soccer/usa.nwsl/athletes/{athlete_id}/overview | athlete_id* | — |
espnNwslAthleteRecords | core_v2 /soccer/leagues/usa.nwsl/athletes/{athlete_id}/records | athlete_id* | — |
espnNwslAthleteSeasons | core_v2 /soccer/leagues/usa.nwsl/athletes/{athlete_id}/seasons | athlete_id* | — |
espnNwslAthleteSplits | web_v3 /soccer/usa.nwsl/athletes/{athlete_id}/splits | athlete_id* | season |
espnNwslAthleteStatisticslog | core_v2 /soccer/leagues/usa.nwsl/athletes/{athlete_id}/statisticslog | athlete_id* | — |
espnNwslAthleteStats | web_v3 /soccer/usa.nwsl/athletes/{athlete_id}/stats | athlete_id* | season |
espnNwslAthleteVsAthlete | core_v2 /soccer/leagues/usa.nwsl/athletes/{athlete_id}/vsathlete/{opp_id} | athlete_id*, opp_id* | — |
espnNwslAthletesIndex | core_v2 /soccer/leagues/usa.nwsl/athletes | — | active, limit, page |
espnNwslAward | core_v2 /soccer/leagues/usa.nwsl/awards/{award_id} | award_id* | — |
espnNwslAwards | core_v2 /soccer/leagues/usa.nwsl/awards | — | — |
espnNwslCalendar | site_v2 /soccer/usa.nwsl/calendar | — | — |
espnNwslCoach | core_v2 /soccer/leagues/usa.nwsl/coaches/{coach_id} | coach_id* | — |
espnNwslCoachRecord | core_v2 /soccer/leagues/usa.nwsl/coaches/{coach_id}/record/{record_type} | coach_id*, record_type | — |
espnNwslCoachSeason | core_v2 /soccer/leagues/usa.nwsl/coaches/{coach_id}/seasons/{season} | coach_id*, season* | — |
espnNwslConferences | site_v2 /soccer/usa.nwsl/groups | — | — |
espnNwslDraft | site_v2 /soccer/usa.nwsl/draft | — | — |
espnNwslEvent | core_v2 /soccer/leagues/usa.nwsl/events/{event_id} | event_id* | — |
espnNwslEventBroadcasts | core_v2 /soccer/leagues/usa.nwsl/events/{event_id}/competitions/{cid}/broadcasts | event_id*, cid | — |
espnNwslEventCompetition | core_v2 /soccer/leagues/usa.nwsl/events/{event_id}/competitions/{cid} | event_id*, cid | — |
espnNwslEventCompetitor | core_v2 /soccer/leagues/usa.nwsl/events/{event_id}/competitions/{cid}/competitors/{team_id} | event_id*, team_id*, cid | — |
espnNwslEventCompetitorLeaders | core_v2 /soccer/leagues/usa.nwsl/events/{event_id}/competitions/{cid}/competitors/{team_id}/leaders | event_id*, team_id*, cid | — |
espnNwslEventCompetitorLinescores | core_v2 /soccer/leagues/usa.nwsl/events/{event_id}/competitions/{cid}/competitors/{team_id}/linescores | event_id*, team_id*, cid | — |
espnNwslEventCompetitorRecord | core_v2 /soccer/leagues/usa.nwsl/events/{event_id}/competitions/{cid}/competitors/{team_id}/record | event_id*, team_id*, cid | — |
espnNwslEventCompetitorRoster | core_v2 /soccer/leagues/usa.nwsl/events/{event_id}/competitions/{cid}/competitors/{team_id}/roster | event_id*, team_id*, cid | — |
espnNwslEventCompetitorStatistics | core_v2 /soccer/leagues/usa.nwsl/events/{event_id}/competitions/{cid}/competitors/{team_id}/statistics | event_id*, team_id*, cid | — |
espnNwslEventCompetitors | core_v2 /soccer/leagues/usa.nwsl/events/{event_id}/competitions/{cid}/competitors | event_id*, cid | — |
espnNwslEventLeaders | core_v2 /soccer/leagues/usa.nwsl/events/{event_id}/competitions/{cid}/leaders | event_id*, cid | — |
espnNwslEventOdds | core_v2 /soccer/leagues/usa.nwsl/events/{event_id}/competitions/{cid}/odds | event_id*, cid | — |
espnNwslEventOfficialDetail | core_v2 /soccer/leagues/usa.nwsl/events/{event_id}/competitions/{cid}/officials/{official_id} | event_id*, official_id*, cid | — |
espnNwslEventOfficials | core_v2 /soccer/leagues/usa.nwsl/events/{event_id}/competitions/{cid}/officials | event_id*, cid | — |
espnNwslEventPlay | core_v2 /soccer/leagues/usa.nwsl/events/{event_id}/competitions/{cid}/plays/{play_id} | event_id*, play_id*, cid | — |
espnNwslEventPlayPersonnel | core_v2 /soccer/leagues/usa.nwsl/events/{event_id}/competitions/{cid}/plays/{play_id}/personnel | event_id*, play_id*, cid | — |
espnNwslEventPlays | core_v2 /soccer/leagues/usa.nwsl/events/{event_id}/competitions/{cid}/plays | event_id*, cid | limit |
espnNwslEventPowerindex | core_v2 /soccer/leagues/usa.nwsl/events/{event_id}/competitions/{cid}/powerindex | event_id*, cid | — |
espnNwslEventPredictor | core_v2 /soccer/leagues/usa.nwsl/events/{event_id}/competitions/{cid}/predictor | event_id*, cid | — |
espnNwslEventProbabilities | core_v2 /soccer/leagues/usa.nwsl/events/{event_id}/competitions/{cid}/probabilities | event_id*, cid | limit |
espnNwslEventPropbets | core_v2 /soccer/leagues/usa.nwsl/events/{event_id}/competitions/{cid}/propbets | event_id*, cid | — |
espnNwslEventScoringplays | core_v2 /soccer/leagues/usa.nwsl/events/{event_id}/competitions/{cid}/scoringplays | event_id*, cid | — |
espnNwslEventSituation | core_v2 /soccer/leagues/usa.nwsl/events/{event_id}/competitions/{cid}/situation | event_id*, cid | — |
espnNwslEventStatus | core_v2 /soccer/leagues/usa.nwsl/events/{event_id}/competitions/{cid}/status | event_id*, cid | — |
espnNwslEvents | core_v2 /soccer/leagues/usa.nwsl/events | — | dates, limit |
espnNwslFranchise | core_v2 /soccer/leagues/usa.nwsl/franchises/{franchise_id} | franchise_id* | — |
espnNwslFranchises | core_v2 /soccer/leagues/usa.nwsl/franchises | — | limit |
espnNwslInjuries | site_v2 /soccer/usa.nwsl/injuries | — | — |
espnNwslLeaders | web_v3 /soccer/usa.nwsl/statistics/byathlete | — | category, season, season_type → seasontype, limit, page, sort |
espnNwslLeadersCore | core_v2 /soccer/leagues/usa.nwsl/leaders | — | — |
espnNwslLeagueNotes | core_v2 /soccer/leagues/usa.nwsl/notes | — | — |
espnNwslLeagueRoot | core_v2 /soccer/leagues/usa.nwsl | — | — |
espnNwslNews | site_v2 /soccer/usa.nwsl/news | — | limit |
espnNwslPosition | core_v2 /soccer/leagues/usa.nwsl/positions/{position_id} | position_id* | — |
espnNwslPositions | core_v2 /soccer/leagues/usa.nwsl/positions | — | — |
espnNwslScoreboard | site_v2 /soccer/usa.nwsl/scoreboard | — | dates, week, season_type → seasontype, groups, limit |
espnNwslSeasonAthletes | core_v2 /soccer/leagues/usa.nwsl/seasons/{season}/athletes | season* | limit, page |
espnNwslSeasonAwards | core_v2 /soccer/leagues/usa.nwsl/seasons/{season}/awards | season* | — |
espnNwslSeasonCoaches | core_v2 /soccer/leagues/usa.nwsl/seasons/{season}/coaches | season* | limit |
espnNwslSeasonDraft | core_v2 /soccer/leagues/usa.nwsl/seasons/{season}/draft | season* | — |
espnNwslSeasonDraftRoundPicks | core_v2 /soccer/leagues/usa.nwsl/seasons/{season}/draft/rounds/{round_num}/picks | season*, round_num* | — |
espnNwslSeasonFreeagents | core_v2 /soccer/leagues/usa.nwsl/seasons/{season}/freeagents | season* | — |
espnNwslSeasonFutures | core_v2 /soccer/leagues/usa.nwsl/seasons/{season}/futures | season* | — |
espnNwslSeasonGroup | core_v2 /soccer/leagues/usa.nwsl/seasons/{season}/types/{season_type}/groups/{group_id} | season*, season_type*, group_id* | — |
espnNwslSeasonGroupChildren | core_v2 /soccer/leagues/usa.nwsl/seasons/{season}/types/{season_type}/groups/{group_id}/children | season*, season_type*, group_id* | — |
espnNwslSeasonGroupTeams | core_v2 /soccer/leagues/usa.nwsl/seasons/{season}/types/{season_type}/groups/{group_id}/teams | season*, season_type*, group_id* | limit |
espnNwslSeasonGroups | core_v2 /soccer/leagues/usa.nwsl/seasons/{season}/types/{season_type}/groups | season*, season_type* | — |
espnNwslSeasonInfo | core_v2 /soccer/leagues/usa.nwsl/seasons/{season} | season* | — |
espnNwslSeasonPointer | core_v2 /soccer/leagues/usa.nwsl/season | — | — |
espnNwslSeasonPowerindex | core_v2 /soccer/leagues/usa.nwsl/seasons/{season}/powerindex[/{team_id}] | season*, team_id | — |
espnNwslSeasonPowerindexLeaders | core_v2 /soccer/leagues/usa.nwsl/seasons/{season}/powerindex/leaders | season* | — |
espnNwslSeasonTeam | core_v2 /soccer/leagues/usa.nwsl/seasons/{season}/teams/{team_id} | season*, team_id* | — |
espnNwslSeasonTeams | core_v2 /soccer/leagues/usa.nwsl/seasons/{season}/teams | season* | limit |
espnNwslSeasonType | core_v2 /soccer/leagues/usa.nwsl/seasons/{season}/types/{season_type} | season*, season_type* | — |
espnNwslSeasonTypeCorrections | core_v2 /soccer/leagues/usa.nwsl/seasons/{season}/types/{season_type}/corrections | season*, season_type* | — |
espnNwslSeasonTypeLeaders | core_v2 /soccer/leagues/usa.nwsl/seasons/{season}/types/{season_type}/leaders | season*, season_type* | — |
espnNwslSeasonTypes | core_v2 /soccer/leagues/usa.nwsl/seasons/{season}/types | season* | — |
espnNwslSeasonWeek | core_v2 /soccer/leagues/usa.nwsl/seasons/{season}/types/{season_type}/weeks/{week} | season*, season_type*, week* | — |
espnNwslSeasonWeekEvents | core_v2 /soccer/leagues/usa.nwsl/seasons/{season}/types/{season_type}/weeks/{week}/events | season*, season_type*, week* | limit |
espnNwslSeasonWeeks | core_v2 /soccer/leagues/usa.nwsl/seasons/{season}/types/{season_type}/weeks | season*, season_type* | — |
espnNwslSeasons | core_v2 /soccer/leagues/usa.nwsl/seasons | — | limit |
espnNwslStandings | site_v2_alt /soccer/usa.nwsl/standings | — | season, group, standings_type → type |
espnNwslStandingsCore | core_v2 /soccer/leagues/usa.nwsl/standings | — | — |
espnNwslStatisticsLeague | site_v2 /soccer/usa.nwsl/statistics | — | — |
espnNwslSummary | site_v2 /soccer/usa.nwsl/summary | — | event_id → event |
espnNwslTalentpicks | core_v2 /soccer/leagues/usa.nwsl/talentpicks | — | — |
espnNwslTeam | site_v2 /soccer/usa.nwsl/teams/{team_id} | team_id* | — |
espnNwslTeamCore | core_v2 /soccer/leagues/usa.nwsl/teams/{team_id} | team_id* | — |
espnNwslTeamDepthcharts | site_v2 /soccer/usa.nwsl/teams/{team_id}/depthcharts | team_id* | — |
espnNwslTeamHistory | site_v2 /soccer/usa.nwsl/teams/{team_id}/history | team_id* | — |
espnNwslTeamInjuries | site_v2 /soccer/usa.nwsl/teams/{team_id}/injuries | team_id* | — |
espnNwslTeamLeaders | site_v2 /soccer/usa.nwsl/teams/{team_id}/leaders | team_id* | — |
espnNwslTeamNews | site_v2 /soccer/usa.nwsl/teams/{team_id}/news | team_id* | limit |
espnNwslTeamRecord | site_v2 /soccer/usa.nwsl/teams/{team_id}/record | team_id* | — |
espnNwslTeamRoster | site_v2 /soccer/usa.nwsl/teams/{team_id}/roster | team_id* | — |
espnNwslTeamSchedule | site_v2 /soccer/usa.nwsl/teams/{team_id}/schedule | team_id* | season |
espnNwslTeamTransactions | site_v2 /soccer/usa.nwsl/teams/{team_id}/transactions | team_id* | — |
espnNwslTeamsCore | core_v2 /soccer/leagues/usa.nwsl/teams | — | limit |
espnNwslTeamsSite | site_v2 /soccer/usa.nwsl/teams | — | limit |
espnNwslTournaments | core_v2 /soccer/leagues/usa.nwsl/tournaments | — | — |
espnNwslTransactions | site_v2 /soccer/usa.nwsl/transactions | — | — |
espnNwslVenue | core_v2 /soccer/leagues/usa.nwsl/venues/{venue_id} | venue_id* | — |
espnNwslVenues | core_v2 /soccer/leagues/usa.nwsl/venues | — | limit |
Parsed output: pass
{ parsed: true }to any endpoint above to get tidy rows instead of raw JSON. The columns are determined by each endpoint's parser — see ESPN parsed returns for the full column reference (and thesummarydispatcher's 21 sub-frames).