NHL historical data and statistics
Provides NHL historical data and statistics through a GitLab-hosted API.
import requests
url = "https://api.example.com/nhl/v1/stats/players"
# Replace with actual API endpoint and any necessary authentication
response = requests.get(url)
response.raise_for_status() # Raise an HTTPError for bad responses (4xx or 5xx)
print(response.json())Last 50 checks (10 min intervals)