various stylistic changes

This commit is contained in:
Michael Marchand 2023-08-17 17:34:44 -06:00
parent 9b7f636dbc
commit cc0ed87e5e
1 changed files with 128 additions and 140 deletions

View File

@ -19,32 +19,32 @@ Thanks to [erunion](https://github.com/erunion)
| [GAME ENDPOINTS](#game-endpoints) | |
| --------------------------------- | ---------------------------------------------------- |
| [Game IDs](#game-ids) | A note about how Game IDs are constructed |
| [Games](#games) | Get live data, boxscore, linescore, content, updates |
| [Game IDs](#game-ids) | Description of how Game IDs are constructed |
| [Game Status](#game-status) | List of Game Status |
| [Game Types](#game-types) | List of game types and post-season status |
| [Play Types](#play-types) | types of players for live data |
| [Game Status](#game-status) | Get list of Game Status |
| [Game Types](#game-types) | Get list of game types and post-season status |
| [Play Types](#play-types) | Get types of play for live data |
| [PLAYER ENDPOINTS](#player-endpoints) | |
| ------------------------------------- | --------------------------------------------------------------------- |
| [Draft](#draft) | Get most recent draft; get past draft (by year)whatever |
| [Players](#players) | Player-specific (see [player stat modifiers](#player-stat-modifiers)) |
| [Prospects](#prospects) | Players not in the league yet |
| [PLAYER ENDPOINTS](#player-endpoints) | |
| ------------------------------------- | ----------------------------------------------------------------- |
| [Draft](#draft) | Get most recent draft; get past draft (by year)whatever |
| [Players](#players) (called "People") | Get Players (see [player stat modifiers](#player-stat-modifiers)) |
| [Prospects](#prospects) | Get Players not in the league yet |
| [SCHEDULE ENDPOINTS](#schedule-endpoints) | |
| ----------------------------------------- | -------------------------------------------------- |
| [Schedule](#schedule) | see [modifiers](#schedule-modifiers) for varietals |
| [Seasons](#seasons) | ties? Divisions? Olympics? etc |
| [SCHEDULE/SEASON ENDPOINTS](#schedule-endpoints) | |
| ------------------------------------------------ | ----------------------------------------------------------------- |
| [Schedule](#schedule) | Get Schedules; see [modifiers](#schedule-modifiers) for varietals |
| [Seasons](#seasons) | Get season details |
| [STANDINGS ENDPOINTS](#standings-endpoints) | |
| ------------------------------------------- | -------------------------- |
| [Standings](#standings) | Aggregate of standings |
| [Standings Types](#standings-types) | Variety of standings types |
| [STANDINGS ENDPOINTS](#standings-endpoints) | |
| ------------------------------------------- | ------------------------------ |
| [Standings](#standings) | Get an aggregate of standings |
| [Standings Types](#standings-types) | Get Variety of standings types |
| [TEAMS ENDPOINTS](#teams-endpoints) | |
| ----------------------------------- | ------------------------------------------------------------ |
| [Team Stats](#team-stats) | Current stats and rankings for categories |
| [Teams](#teams) | see [Team modifiers](#team-modifiers) for additional options |
| [TEAMS ENDPOINTS](#teams-endpoints) | |
| ----------------------------------- | ------------------------------------------------------------- |
| [Team Stats](#team-stats) | Get current team stats; Get rank of team for categories |
| [Teams](#teams) | Get Team specific info; see [Team modifiers](#team-modifiers) |
| [MISCELLANEOUS ENDPOINTS](#miscellaneous-endpoints) | |
| --------------------------------------------------- | --------------------------------------------- |
@ -63,9 +63,9 @@ Thanks to [erunion](https://github.com/erunion)
# League endpoints
## Awards
`GET https://statsapi.web.nhl.com/api/v1/awards` Get all NHL Awards.
`GET https://statsapi.web.nhl.com/api/v1/awards` | Get all NHL Awards.
`GET https://statsapi.web.nhl.com/api/v1/awards/ID` Get an NHL Award.
`GET https://statsapi.web.nhl.com/api/v1/awards/ID` | Get an NHL Award.
<details>
<summary>click for example</summary>
@ -98,10 +98,10 @@ Thanks to [erunion](https://github.com/erunion)
## Conferences
`GET https://statsapi.web.nhl.com/api/v1/conferences` Returns conference details
`GET https://statsapi.web.nhl.com/api/v1/conferences` | Returns conference details
for all current NHL conferences.
`GET https://statsapi.web.nhl.com/api/v1/conferences/ID` Same as above but for
`GET https://statsapi.web.nhl.com/api/v1/conferences/ID` | Same as above but for
specific conference, also can look up id 7 for World Cup of Hockey.
<details>
@ -133,11 +133,11 @@ specific conference, also can look up id 7 for World Cup of Hockey.
[back to top](#endpoint-tables)
## Divisions
`GET https://statsapi.web.nhl.com/api/v1/divisions` Returns full list of divisions
`GET https://statsapi.web.nhl.com/api/v1/divisions` | Returns full list of divisions
and associated data like which conference they belong to, id values and API links.
Does not show inactive divisions
`GET https://statsapi.web.nhl.com/api/v1/divisions/ID` Same as above but only for a
`GET https://statsapi.web.nhl.com/api/v1/divisions/ID` | Same as above but only for a
single division. This can show old inactive divisions such as 13 Patrick.
<details>
@ -168,21 +168,17 @@ single division. This can show old inactive divisions such as 13 Patrick.
## Franchises
`GET https://statsapi.web.nhl.com/api/v1/franchises` Returns a list of franchises
`GET https://statsapi.web.nhl.com/api/v1/franchises` | Returns a list of franchises
`GET https://statsapi.web.nhl.com/api/v1/franchises/ID` Gets information on a specific franchise
`GET https://statsapi.web.nhl.com/api/v1/franchises/ID` | Gets information on a specific franchise
[back to top](#endpoint-tables)
## Tournaments
`GET https://statsapi.web.nhl.com/api/v1/tournamentTypes`
`GET https://statsapi.web.nhl.com/api/v1/tournamentTypes` | Gets the possible different tournament types.
Gets the possible different tournament types.
`GET https://statsapi.web.nhl.com/api/v1/tournaments/playoffs`
This is used for tracking nested tournaments, specifically the Playoffs due to the nature of their structure.
`GET https://statsapi.web.nhl.com/api/v1/tournaments/playoffs` | This is used for tracking nested tournaments, specifically the Playoffs due to the nature of their structure.
<details>
<summary>click for example</summary>
@ -251,17 +247,17 @@ This is used for tracking nested tournaments, specifically the Playoffs due to t
```
<br /></details>
In order to get additional information the expand modifer can be used such as this example
In order to get additional information the expand modifier can be used such as this example
`?expand=round.series,schedule.game.seriesSummary&season=20182019` This will add in details like the game summary and the season
`?expand=round.series,schedule.game.seriesSummary&season=20182019` | This will add in details like the game summary and the season
[back to top](#endpoint-tables)
## Venues
`GET https://statsapi.web.nhl.com/api/v1/venues` Get all NHL Venues in API database.
`GET https://statsapi.web.nhl.com/api/v1/venues` | Get all NHL Venues in API database.
`GET https://statsapi.web.nhl.com/api/v1/venues/ID` Get an NHL Venue.
`GET https://statsapi.web.nhl.com/api/v1/venues/ID` | Get an NHL Venue.
<details>
<summary>click for example</summary>
@ -286,56 +282,51 @@ In order to get additional information the expand modifer can be used such as th
# Game endpoints
## Games
`GET https://statsapi.web.nhl.com/api/v1/game/ID/feed/live` Returns all data about
a specified game id including play data with on-ice coordinates and post-game
details like first, second and third stars and any details about shootouts. The
data returned is simply too large at often over 30k lines and is best explored
with a JSON viewer.
`GET https://statsapi.web.nhl.com/api/v1/game/ID/boxscore` Returns far less detail
than `feed/live` and is much more suitable for post-game details including goals,
shots, PIMs, blocked, takeaways, giveaways and hits.
`GET https://statsapi.web.nhl.com/api/v1/game/ID/linescore` Even fewer details than
boxscore. Has goals, shots on goal, powerplay and goalie pulled status, number of
skaters and shootout information if applicable
`GET http://statsapi.web.nhl.com/api/v1/game/ID/content` Complex endpoint returning
multiple types of media relating to the game including videos of shots, goals and saves.
`GET https://statsapi.web.nhl.com/api/v1/game/ID/feed/live/diffPatch?startTimecode=yyyymmdd_hhmmss`
Returns updates (like new play events, updated stats for boxscore, etc.) for the specified game ID
since the given startTimecode. If the startTimecode param is missing, returns an empty array.
### Game IDs
>will look like this: 2023020001
>
> The first 4 digits identify the season of the game (ie. 2017 for the 2017-2018 season). Always refer to a season with the starting year. A game played in March 2018 would still have a game ID that starts with 2017
>
> The next 2 digits give the type of game, where 01 = preseason, 02 = regular season, 03 = playoffs, 04 = all-star
>
> The final 4 digits identify the specific game number. For regular season and preseason games, this ranges from 0001 to the number of games played. (1353 for seasons with 32 teams (2022 - Present), 1271 for seasons with 31 teams (2017 - 2020) and 1230 for seasons with 30 teams). For playoff games, the 2nd digit of the specific number gives the round of the playoffs, the 3rd digit specifies the matchup, and the 4th digit specifies the game (out of 7).
[back to top](#endpoint-tables)
## Game IDs
The first 4 digits identify the season of the game (ie. 2017 for the 2017-2018 season). The next 2 digits give the type of game, where 01 = preseason, 02 = regular season, 03 = playoffs, 04 = all-star. The final 4 digits identify the specific game number. For regular season and preseason games, this ranges from 0001 to the number of games played. (1271 for seasons with 31 teams (2017 and onwards) and 1230 for seasons with 30 teams). For playoff games, the 2nd digit of the specific number gives the round of the playoffs, the 3rd digit specifies the matchup, and the 4th digit specifies the game (out of 7).
## Games
`GET https://statsapi.web.nhl.com/api/v1/game/ID/feed/live` | Returns all data about a specified game id including play data with on-ice coordinates and post-game details like first, second and third stars and any details about shootouts. The data returned is simply too large at often over 30k lines and is best explored with a JSON viewer.
`GET https://statsapi.web.nhl.com/api/v1/game/ID/boxscore` | Returns far less detail
than `feed/live` | and is much more suitable for post-game details including goals,
shots, PIMs, blocked, takeaways, giveaways and hits.
`GET https://statsapi.web.nhl.com/api/v1/game/ID/linescore` | Even fewer details than
boxscore. Has goals, shots on goal, powerplay and goalie pulled status, number of
skaters and shootout information if applicable
`GET http://statsapi.web.nhl.com/api/v1/game/ID/content` | Complex endpoint returning
multiple types of media relating to the game including videos of shots, goals and saves.
`GET https://statsapi.web.nhl.com/api/v1/game/ID/feed/live/diffPatch?startTimecode=yyyymmdd_hhmmss` | Returns updates (like new play events, updated stats for boxscore, etc.) for the specified game ID
since the given startTimecode. If the startTimecode param is missing, returns an empty array.
[back to top](#endpoint-tables)
## Game Status
`GET https://statsapi.web.nhl.com/api/v1/gameStatus`
Returns a list of game status values
`GET https://statsapi.web.nhl.com/api/v1/gameStatus` | Returns a list of game status values
[back to top](#endpoint-tables)
## Game Types
`GET https://statsapi.web.nhl.com/api/v1/gameTypes`
Returns list of game types with description and post-season status
`GET https://statsapi.web.nhl.com/api/v1/gameTypes` | Returns list of game types with description and post-season status
[back to top](#endpoint-tables)
## Play Types
`GET https://statsapi.web.nhl.com/api/v1/playTypes`
This shows all the possible play types found within the liveData/plays portion of the game feed
`GET https://statsapi.web.nhl.com/api/v1/playTypes` | This shows all the possible play types found within the liveData/plays portion of the game feed
[Back to top](#endpoint-tables)
<br />
@ -346,9 +337,9 @@ This shows all the possible play types found within the liveData/plays portion o
## Draft
`GET https://statsapi.web.nhl.com/api/v1/draft` Get round-by-round data for current year's NHL Entry Draft.
`GET https://statsapi.web.nhl.com/api/v1/draft` | Get round-by-round data for current year's NHL Entry Draft.
`GET https://statsapi.web.nhl.com/api/v1/draft/YEAR` Takes a YYYY format year and returns draft data
`GET https://statsapi.web.nhl.com/api/v1/draft/YEAR` | Takes a YYYY format year and returns draft data
<details>
<summary>click for example</summary>
@ -384,7 +375,7 @@ This shows all the possible play types found within the liveData/plays portion o
## Players
`GET https://statsapi.web.nhl.com/api/v1/people/ID` Gets details for a player, must
`GET https://statsapi.web.nhl.com/api/v1/people/ID` | Gets details for a player, must
specify the id value in order to return data.
<details>
<summary>click for example</summary>
@ -431,15 +422,15 @@ specify the id value in order to return data.
<br />
`GET https://statsapi.web.nhl.com/api/v1/people/ID/stats` Complex endpoint with
`GET https://statsapi.web.nhl.com/api/v1/people/ID/stats` | Complex endpoint with
lots of append options to change what kind of stats you wish to obtain
`GET https://statsapi.web.nhl.com/api/v1/positions` Simple endpoint that
`GET https://statsapi.web.nhl.com/api/v1/positions` | Simple endpoint that
obtains an array of eligible positions in the NHL
#### Player Stat Modifiers
`?stats=statsSingleSeason&season=19801981` Obtains single season statistics
`?stats=statsSingleSeason&season=19801981` | Obtains single season statistics
for a player
>note - stats have changed over the years, the below sample is for Wayne Gretzky
@ -529,7 +520,7 @@ and does not include things like evenTimeOnIce and other time related stats
```
<br /></details>
`?stats=yearByYear` Provides a list of every season for a player's career
`?stats=yearByYear` | Provides a list of every season for a player's career
<details>
<summary>click for example</summary>
@ -1560,7 +1551,7 @@ and does not include things like evenTimeOnIce and other time related stats
```
<br /></details>
`?stats=homeAndAway&season=20162017` Provides a split between home and away games.
`?stats=homeAndAway&season=20162017` | Provides a split between home and away games.
<details>
<summary>click for example</summary>
@ -1640,21 +1631,21 @@ and does not include things like evenTimeOnIce and other time related stats
```
<br /></details>
`?stats=winLoss&season=20162017` Very similar to the previous modifier except it provides the W/L/OT split instead of Home and Away
`?stats=winLoss&season=20162017` | Very similar to the previous modifier except it provides the W/L/OT split instead of Home and Away
`?stats=byMonth&season=20162017` Monthly split of stats
`?stats=byMonth&season=20162017` | Monthly split of stats
`?stats=byDayOfWeek&season=20162017` Split done by day of the week
`?stats=byDayOfWeek&season=20162017` | Split done by day of the week
`?stats=vsDivision&season=20162017` Division stats split
`?stats=vsDivision&season=20162017` | Division stats split
`?stats=vsConference&season=20162017` Conference stats split
`?stats=vsConference&season=20162017` | Conference stats split
`?stats=vsTeam&season=20162017` Conference stats split
`?stats=vsTeam&season=20162017` | Conference stats split
`?stats=gameLog&season=20162017` Provides a game log showing stats for each game of a season
`?stats=gameLog&season=20162017` | Provides a game log showing stats for each game of a season
`?stats=regularSeasonStatRankings&season=20162017` Returns where someone stands vs
`?stats=regularSeasonStatRankings&season=20162017` | Returns where someone stands vs
the rest of the league for a specific regularSeasonStatRankings
<details>
@ -1690,7 +1681,7 @@ the rest of the league for a specific regularSeasonStatRankings
```
<br /></details>
`?stats=goalsByGameSituation&season=20162017` Shows number on when goals for a
`?stats=goalsByGameSituation&season=20162017` | Shows number on when goals for a
player happened like how many in the shootout, how many in each period, etc.
<details>
@ -1730,7 +1721,7 @@ player happened like how many in the shootout, how many in each period, etc.
```
<br /></details>
`?stats=onPaceRegularSeason&season=20172018` This only works with the current
`?stats=onPaceRegularSeason&season=20172018` | This only works with the current
in-progress season and shows **projected** totals based on current onPaceRegularSeason
<details>
@ -1786,9 +1777,9 @@ in-progress season and shows **projected** totals based on current onPaceRegular
## Prospects
`GET https://statsapi.web.nhl.com/api/v1/draft/prospects` Get all NHL Entry Draft prospects.
`GET https://statsapi.web.nhl.com/api/v1/draft/prospects` | Get all NHL Entry Draft prospects.
`GET https://statsapi.web.nhl.com/api/v1/draft/prospects/ID` Get an NHL Entry Draft prospect.
`GET https://statsapi.web.nhl.com/api/v1/draft/prospects/ID` | Get an NHL Entry Draft prospect.
<br /></details>
@ -1845,7 +1836,7 @@ in-progress season and shows **projected** totals based on current onPaceRegular
## Schedule
`GET https://statsapi.web.nhl.com/api/v1/schedule` Returns a list of data about the schedule for a specified date range. If no date range is specified, returns results from the current day.
`GET https://statsapi.web.nhl.com/api/v1/schedule` | Returns a list of data about the schedule for a specified date range. If no date range is specified, returns results from the current day.
>Note: Without any flags or modifiers this endpoint will NOT return pre-season games that occur on the current day.
>
@ -1854,25 +1845,25 @@ in-progress season and shows **projected** totals based on current onPaceRegular
#### Schedule Modifiers
`?expand=schedule.broadcasts` Shows the broadcasts of the game
`?expand=schedule.broadcasts` | Shows the broadcasts of the game
`?expand=schedule.linescore` Linescore for completed games
`?expand=schedule.linescore` | Linescore for completed games
`?expand=schedule.ticket` Provides the different places to buy tickets for the upcoming games
`?expand=schedule.ticket` | Provides the different places to buy tickets for the upcoming games
`?teamId=30,17` Limit results to a specific team(s). Team ids can be found through the teams endpoint
`?teamId=30,17` | Limit results to a specific team(s). Team ids can be found through the teams endpoint
`?date=2018-01-09` Single defined date for the search
`?date=2018-01-09` | Single defined date for the search
`?startDate=2018-01-09` Start date for the search
`?startDate=2018-01-09` | Start date for the search
`?endDate=2018-01-12` End date for the search
`?endDate=2018-01-12` | End date for the search
`?season=20172018` Returns all games from specified season
`?season=20172018` | Returns all games from specified season
`?gameType=R` Restricts results to only regular season games. Can be set to any value from [Game Types](#game-types) endpoint
`?gameType=R` | Restricts results to only regular season games. Can be set to any value from [Game Types](#game-types) endpoint
`GET https://statsapi.web.nhl.com/api/v1/schedule?teamId=30` Returns Minnesota Wild games for the current day.
`GET https://statsapi.web.nhl.com/api/v1/schedule?teamId=30` | Returns Minnesota Wild games for the current day.
<details>
<summary>click for example</summary>
@ -1949,7 +1940,8 @@ in-progress season and shows **projected** totals based on current onPaceRegular
```
<br /></details>
<br />
`GET https://statsapi.web.nhl.com/api/v1/schedule?teamId=30&startDate=2018-01-02&endDate=2018-01-02` Returns Minnesota Wild games for January 2, 2018 with attached linescores and broadcasts.
`GET https://statsapi.web.nhl.com/api/v1/schedule?teamId=30&startDate=2018-01-02&endDate=2018-01-02` | Returns Minnesota Wild games for January 2, 2018 with attached linescores and broadcasts.
<details>
<summary>click for example</summary>
@ -2146,7 +2138,7 @@ in-progress season and shows **projected** totals based on current onPaceRegular
## Seasons
`GET https://statsapi.web.nhl.com/api/v1/seasons` Returns data on each season such as if ties were used, divisions, wildcards or the Olympics were participated in
`GET https://statsapi.web.nhl.com/api/v1/seasons` | Returns data on each season such as if ties were used, divisions, wildcards or the Olympics were participated in
<details>
<summary>click for example</summary>
@ -2170,9 +2162,9 @@ in-progress season and shows **projected** totals based on current onPaceRegular
```
<br /></details>
`GET https://statsapi.web.nhl.com/api/v1/seasons/20172018` Gets just the data for a specific season
`GET https://statsapi.web.nhl.com/api/v1/seasons/20172018` | Gets just the data for a specific season
`GET https://statsapi.web.nhl.com/api/v1/seasons/current` Returns the current season, very useful for code that depends upon this information
`GET https://statsapi.web.nhl.com/api/v1/seasons/current` | Returns the current season, very useful for code that depends upon this information
[back to top](#endpoint-tables)
@ -2182,7 +2174,7 @@ in-progress season and shows **projected** totals based on current onPaceRegular
## Standings
`GET https://statsapi.web.nhl.com/api/v1/standings` Returns ordered standings data
`GET https://statsapi.web.nhl.com/api/v1/standings` | Returns ordered standings data
for each team broken up by divisions
<details>
@ -2221,9 +2213,9 @@ for each team broken up by divisions
#### Modifiers
`?season=20032004` Standings for a specified season
`?season=20032004` | Standings for a specified season
`?expand=standings.record` Detailed information for each team including home and away records, record in shootouts, last ten games, and split head-to-head records against divisions and conferences
`?expand=standings.record` | Detailed information for each team including home and away records, record in shootouts, last ten games, and split head-to-head records against divisions and conferences
<details>
<summary>click for example</summary>
@ -2292,7 +2284,7 @@ for each team broken up by divisions
## Standings types
`GET https://statsapi.web.nhl.com/api/v1/standingsTypes` Returns all the standings types
`GET https://statsapi.web.nhl.com/api/v1/standingsTypes` | Returns all the standings types
to be used in order do get a specific standings
<details>
@ -2337,7 +2329,7 @@ to be used in order do get a specific standings
## Team Stats
`GET https://statsapi.web.nhl.com/api/v1/teams/5/stats` Returns current season stats and the current season rankings for a specific team
`GET https://statsapi.web.nhl.com/api/v1/teams/5/stats` | Returns current season stats and the current season rankings for a specific team
Ex:
<details>
@ -2438,31 +2430,31 @@ Ex:
## Teams
`GET https://statsapi.web.nhl.com/api/v1/teams` Returns a list of data about
`GET https://statsapi.web.nhl.com/api/v1/teams` | Returns a list of data about
all teams including their id, venue details, division, conference and franchise information.
`GET https://statsapi.web.nhl.com/api/v1/teams/ID` Returns the same information as above just
`GET https://statsapi.web.nhl.com/api/v1/teams/ID` | Returns the same information as above just
for a single team instead of the entire league.
#### Team Modifiers
Add these to the end of the url
`?expand=team.roster` Shows roster of active players for the specified team
`?expand=team.roster` | Shows roster of active players for the specified team
`?expand=person.names` Same as above, but gives less info.
`?expand=person.names` | Same as above, but gives less info.
`?expand=team.schedule.next` Returns details of the upcoming game for a team
`?expand=team.schedule.next` | Returns details of the upcoming game for a team
`?expand=team.schedule.previous` Same as above but for the last game played
`?expand=team.schedule.previous` | Same as above but for the last game played
`?expand=team.stats` Returns the teams stats for the season
`?expand=team.stats` | Returns the teams stats for the season
`?expand=team.roster&season=20142015` Adding the season identifier shows the roster for that season
`?expand=team.roster&season=20142015` | Adding the season identifier shows the roster for that season
`?teamId=4,5,29` Can string team id together to get multiple teams
`?teamId=4,5,29` | Can string team id together to get multiple teams
`?stats=statsSingleSeasonPlayoffs` Specify which stats to get. Not fully sure all of the values
`?stats=statsSingleSeasonPlayoffs` | Specify which stats to get. Not fully sure all of the values
<details>
<summary>click for example</summary>
@ -2511,7 +2503,7 @@ Add these to the end of the url
```
<br /></details>
`GET https://statsapi.web.nhl.com/api/v1/teams/ID/roster` Returns entire roster for a team
`GET https://statsapi.web.nhl.com/api/v1/teams/ID/roster` | Returns entire roster for a team
including id value, name, jersey number and position details.
<details>
@ -2542,32 +2534,28 @@ including id value, name, jersey number and position details.
# Miscellaneous Endpoints
## Configurations
`GET https://statsapi.web.nhl.com/api/v1/configurations`
Returns a huge list of other endpoints, sort of the rosetta stone discovery tying many parts of the API together
### Configurations
`GET https://statsapi.web.nhl.com/api/v1/configurations` | Returns a huge list of other endpoints, sort of the rosetta stone discovery tying many parts of the API together
## Event Types
`GET https://statsapi.web.nhl.com/api/v1/eventTypes`
Shows several event types beyond just hockey games, possibly an artifact left over from being reconfigured to be used by the NHL
### Event Types
`GET https://statsapi.web.nhl.com/api/v1/eventTypes` | Shows several event types beyond just hockey games, possibly an artifact left over from being reconfigured to be used by the NHL
## Expands
### Expands
`GET https://statsapi.web.nhl.com/api/v1/expands` Shows all possible input for the expand field
`GET https://statsapi.web.nhl.com/api/v1/expands` | Shows all possible input for the expand field
## Languages
`GET https://statsapi.web.nhl.com/api/v1/languages`
Shows all possible languages for the API
### Languages
`GET https://statsapi.web.nhl.com/api/v1/languages` | Shows all possible languages for the API
## Performer types
`GET https://statsapi.web.nhl.com/api/v1/performerTypes` List of performer types likely tied to venue scheduling information
### Performer types
`GET https://statsapi.web.nhl.com/api/v1/performerTypes` | List of performer types likely tied to venue scheduling information
## Platforms
`GET https://statsapi.web.nhl.com/api/v1/platforms`
This seems to allow the API to be tailored to a specific platform, indicating platform specific behavior/apps.
### Platforms
`GET https://statsapi.web.nhl.com/api/v1/platforms` | This seems to allow the API to be tailored to a specific platform, indicating platform specific behavior/apps.
## Stat Types
### Stat Types
`GET https://statsapi.web.nhl.com/api/v1/statTypes` Returns all the stats types
`GET https://statsapi.web.nhl.com/api/v1/statTypes` | Returns all the stats types
to be used in order do get a specific kind of player stats
[back to top](#endpoint-tables)