NHL (sportsdataverse.nhl)
| Reference | Functions | Base URL |
|---|---|---|
| ESPN site API (v2) | 24 | https://site.api.espn.com/apis/site/v2/sports |
| ESPN web API (v3) | 5 | https://site.web.api.espn.com/apis/common/v3/sports |
| ESPN core API (v2) | 81 | https://sports.core.api.espn.com/v2/sports |
| NHL Web API | 27 | https://api-web.nhle.com |
| NHL EDGE API | 35 | https://api-web.nhle.com |
| NHL Stats REST API | 21 | https://api.nhle.com/stats/rest |
| NHL Records API | 44 | https://records.nhl.com/site/api |
| Dataset loaders | 23 | sportsdataverse-data releases |
| Additional functions | 21 | hand-written wrappers, loaders & helpers |
Examples
Worked examples — executed notebooks rendered as pages (refreshed weekly against the live APIs):
Python ↔ R parity
Each sportsdataverse function and its equivalent in the sister R package, fastRhockey. Same-named where possible; the R column links the package's pkgdown reference.