← Back to Dashboard

NHL Records and Stats

Sports & FitnessActiveUnknownAuth: UnknownDoc: Repo
Visit Website ↗

Description

NHL historical data and statistics

✨ AI Summary

Provides NHL historical data and statistics through a GitLab-hosted API.

Code Example

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())

Live Health Metrics

Last 50 checks (10 min intervals)