Skip to content
ժէ edited this page Jan 3, 2026 · 4 revisions

APIService Wiki

Welcome to the APIService documentation.

This API exposes game data for multiple NHL titles, including:

  • NHL 10
  • NHL 11
  • NHL 14
  • NHL Legacy

All endpoints are REST-based and return JSON.


Base URL

https://zamboni.gg

Each game has its own route prefix.


Available APIs

  • NHL 10 API
  • NHL 11 API (barebone for now)
  • NHL Legacy API
  • NHL 14 API

Response Format

All successful responses return JSON.

Errors may return:

  • 404 Not Found
  • Empty arrays for missing data

Notes

  • Redis caching is enabled on selected endpoints
  • Most NHL 11 routes are work in progress

Clone this wiki locally