---
title: "Nhl Daily Goals Total"
method: GET
path: "/v1/sports/hockey_nhl/daily-goals-total"
tags: ["Scores & Results"]
---

# Nhl Daily Goals Total

`GET /v1/sports/hockey_nhl/daily-goals-total`

Daily NHL goals total — total goals scored across every NHL game for a
given UTC date (incl. OT/SO), plus each book's implied "Daily Goals
Total" line (sum of per-game primary totals). No retail book quotes
this as a single market.

Default: today (UTC). Pass ?date=YYYY-MM-DD for a historical day.
Free tier — no auth gating beyond the standard API key.

## Query parameters

- `date` string

## Response `200`

Successful Response

- DailyGoalsTotalOut
  - `sport_key` string, required
  - `date` string, required
  - `games_total` integer, required
  - `games_completed` integer, required
  - `games_in_progress` integer, required
  - `games_upcoming` integer, required
  - `actual_total_goals` integer, nullable, required
  - `bookmakers` DailyGoalsTotalBookOut[], required
    - `key` string, required
    - `title` string, required
    - `games_priced` integer, required
    - `line` number, required
    - `result` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/prop-line/apis/player-props-api.md) · [All operations](https://skmtc.net/prop-line/apis/player-props-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/prop-line/player-props-api/revisions/36072dd255f2/schema)
