NHL Records and Stats

API

Free NHL historical data and statistics API

Visit Website

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)

script.js JS

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

Sportradar NHL API Search Google
MySportsFeeds NHL API Search Google

People Also Ask about NHL Records and Stats

NHL Records and Stats vs Sportradar NHL APINHL Records and Stats vs MySportsFeeds NHL API NHL Records and Stats 2025 review

Tool Info

Pricing Free
Category Sports & Fitness
Platform Public API

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

More Sports & Fitness Tools