Nice Time on Ice API Browser
A REST API for Nice Time on Ice.
Please note: data is only updated once per day. Please cache results instead of calling this API repeatedly! This site is hosted on a free Heroku account with limited bandwidth.
This API includes resources for seasons, games, teams, and links. Resources can be accessed using the appropriate identifiers. Season, game, and team data is scraped from the NHL schedule page every morning at 6:00 am EST.
Click on a URL below to expand it and reveal the available input parameters. Click the button to send a GET HTTP Request to the API. The response JSON data will populate a text box below the button.
-
api/seasons
Returns all available seasons as a JSON array
-
api/seasons/{season_id}
Returns the specified season as a JSON object
-
api/seasons/{season_id}/games
Returns all games in a season as a JSON array
-
api/seasons/{season_id}/games/{game_id}
Returns a specified game for the specified sedason as a JSON object
-
api/teams
Returns all available teams as a JSON array
-
api/teams/{team_id}
Returns the specified team as a JSON object
-
api/teams/{team_id}/seasons
Returns all seasons for a specified team as a JSON array
-
api/teams/{team_id}/seasons/{season_id}
Returns the specified sedason for a team as a JSON array
-
api/games
Returns all available games as a JSON array
-
api/games/{game_id}
Returns the specified game as a JSON object