NHL Records and Stats

Unofficial NHL franchise, records, and standings data

🩺 Health & FoodHEALTHYchecked 11h ago
AUTH NONECORS AGENT HTTPS COMMERCIAL ?

The NHL's public web endpoints (records.nhl.com and api-web.nhle.com) return rich JSON on franchises, standings, schedules, and historical records. This franchise list maps every team past and present to its abbreviations and seasons. Undocumented and unofficial, but keyless and live.

94HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: 94 · healthy
Uptime history
100%90 days
100%30 days
366P50 · ms
1518P95 · ms
operationalpartialdownno data
Response time · last 48 checks
Fastest 62 ms, slowest 1373 ms, most recent 357 ms.
Live response samplecaptured by our last successful check
GET https://records.nhl.com/site/api/franchise

{
  "data": [
    {
      "id": 1,
      "firstSeasonId": 19171918,
      "fullName": "Montréal Canadiens",
      "lastSeasonId": null,
      "mostRecentTeamId": 8,
      "teamAbbrev": "MTL",
      "teamCommonName": "Canadiens",
      "teamPlaceName": "Montréal"
    }
  ]
}
Call itcurl · fetch · python
curl "https://records.nhl.com/site/api/franchise"
const res = await fetch("https://records.nhl.com/site/api/franchise");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://records.nhl.com/site/api/franchise")
print(res.json())

BROWSER CALLS BLOCKED (NO CORS/HTTPS) — USE THE CURL SNIPPET

Endpoints · 2HealthyFULL DOCS ↗
Monitored path responding — GET /franchise366 mschecked 11h ago
GET/franchisePROBED

Unofficial NHL franchise, records, and standings data

GET/franchise?limit=5

Paginated variant with limit parameter.

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.

NHL Records and Stats: common questions

Is NHL Records and Stats free to use?

Yes — NHL Records and Stats is a free health & food API. Free tier: Free — no key required. Whether the free tier allows commercial use is unclear — check the provider docs.

Does NHL Records and Stats need an API key?

No — NHL Records and Stats needs no API key or signup. You can call it straight away; rate limits still apply (Unpublished).

Can I call NHL Records and Stats from the browser?

Not directly — NHL Records and Stats doesn't send browser-friendly CORS headers, so call it from a server or proxy instead. Copy the curl or Python snippet on this page to get started.

Is NHL Records and Stats up right now?

As of our last scheduled check, NHL Records and Stats is healthy with 100% uptime over 90 days and a 366 ms median response. We re-probe it every sweep — the status badge and uptime chart above always show the latest.