mirror of
https://gitlab.com/dword4/nhlapi
synced 2024-11-22 02:24:54 +00:00
Merge branch 'minor-fix-batch-1' into 'master'
fixing a few small issues See merge request dword4/nhlapi!29
This commit is contained in:
commit
bf4c23e579
@ -1258,7 +1258,9 @@ Without any flags or modifiers this endpoint will NOT return pre-season games th
|
|||||||
`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
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### <a name="standings">Standings
|
### <a name="standings">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
|
||||||
@ -1297,8 +1299,6 @@ for each team broken up by divisions
|
|||||||
#### Modifiers
|
#### Modifiers
|
||||||
`?season=20032004` Standings for a specified season
|
`?season=20032004` Standings for a specified season
|
||||||
|
|
||||||
`?date=2018-01-09` Standings on a specified date
|
|
||||||
|
|
||||||
`?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
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user