NHL Records and Stats
APIFree NHL historical data and statistics API
Overview
RESTful API offering JSON-formatted access to NHL historical records, player stats, team info, game results, and standings. Endpoints include /teams (current/past rosters), /players/{id}/stats (goals, assists, plus-minus), /games/{id} (scores, shots, penalties), and /standings (seasonal rankings). Ideal for building fantasy hockey tools, sports analytics apps, historical data visualizations, or integrating NHL stats into fan websites. No authentication required for basic access.
Example Integration (JavaScript)
fetch('https://gitlab.com/dword4/nhlapi')
.then(res => res.json())
.then(data => console.log(data))
.catch(err => console.error(err)); Key Features
- RESTful Interface
- JSON Response Format
- No Authentication Required
- Historical NHL Data
- Player & Team Statistics
- Game Results & Standings
Frequently Asked Questions
? Is NHL Records and Stats API free to use?
Yes, it is completely free with no subscription fees or hidden costs.
? Does it require an API Key?
No, authentication is not required to access any of the API endpoints.
? What is the response format?
All API responses are returned in JSON format for easy parsing and integration into applications.
Top Alternatives
People Also Ask about NHL Records and Stats
Tool Info
Pros
- ⊕ Free unlimited access
- ⊕ Comprehensive data set
- ⊕ Easy integration (no API key)
- ⊕ Well-documented endpoints
Cons
- ⊖ Potential rate limits
- ⊖ No official support (community-driven)
- ⊖ Occasional real-time data latency
- ⊖ Limited advanced analytics