{ "opencollection": "1.0.0", "info": { "name": "NHL Web Game Center Teams API", "version": "1.0.0" }, "items": [ { "info": { "name": "Teams", "type": "folder" }, "items": [ { "info": { "name": "Current team roster", "type": "http" }, "http": { "method": "GET", "url": "https://api-web.nhle.com/v1/roster/:team/current", "params": [ { "name": "team", "value": "", "type": "path", "description": "Team tri-code (e.g. TOR, BOS)." } ] }, "docs": "Current team roster" }, { "info": { "name": "Team roster for a season", "type": "http" }, "http": { "method": "GET", "url": "https://api-web.nhle.com/v1/roster/:team/:season", "params": [ { "name": "team", "value": "", "type": "path" }, { "name": "season", "value": "", "type": "path", "description": "Season identifier in YYYYYYYY format (e.g. 20232024)." } ] }, "docs": "Team roster for a season" }, { "info": { "name": "Current club statistics", "type": "http" }, "http": { "method": "GET", "url": "https://api-web.nhle.com/v1/club-stats/:team/now", "params": [ { "name": "team", "value": "", "type": "path" } ] }, "docs": "Current club statistics" }, { "info": { "name": "Current season schedule for a team", "type": "http" }, "http": { "method": "GET", "url": "https://api-web.nhle.com/v1/club-schedule-season/:team/now", "params": [ { "name": "team", "value": "", "type": "path" } ] }, "docs": "Current season schedule for a team" } ] } ], "bundled": true }