Odds API by market / NHL
NHL Shots on Goal API
Live player_shots_on_goal odds across every book that posts it, in one REST call — and, unlike any other odds API, every one of those outcomes settled against the official result once play ends.
No credit card. 1,000 requests / day on the free tier.
What NHL shots on goal is
Shots on goal by one skater. A volume market driven by ice time and role, so it survives a cold shooting night in a way the goals market does not.
How we settle it. Graded against shots on goal in the official box score.
Every number on this page is measured against the live API, never copied from a spec sheet. Last measured 26 September 2026.
Books posting NHL shots on goal
Measured live, not listed from a spec. Coverage moves — a book that has not put its board up yet will not appear until it does, which is exactly what this list is for.
Line shopping across all of them is one request — every book arrives in the same bookmakers array, not one call per book. Add ?bookmakers= to narrow it, or use /best-line for the best price per line already ranked.
Recently settled NHL shots on goal outcomes
These are real rows out of the API, not an illustration. Each one was a price on a board before the event and carries the actual figure it was graded against afterwards. No other odds API returns that last column — they stop at the price.
202 shots on goal outcomes settled in the last 4 days across 2 books. The 12 most recent:
| Player | Bet | Actual | Result |
|---|---|---|---|
| Alex Tuch | Over 2.5 | — | void |
| Aliaksei Protas | Over 1.5 | — | void |
| David Pastrnak | Over 2.5 | — | void |
| Alex DeBrincat | Over 2.5 | — | void |
| Axel Sandin-Pellikka | Over 1.5 | — | void |
| Emmitt Finnie | Over 1.5 | — | void |
| Dylan Strome | Over 1.5 | — | void |
| Elias Lindholm | Over 1.5 | — | void |
| Hampus Lindholm | Over 2.5 | — | void |
| Alex DeBrincat | Under 2.5 | — | void |
| Axel Sandin-Pellikka | Under 1.5 | — | void |
| Emmitt Finnie | Under 1.5 | — | void |
Live response
Captured from the real endpoint on Carolina Hurricanes @ Nashville Predators, trimmed to one book and three outcomes so the shape stays readable. The full response carries every book and every line, alternates included, in the same call.
{
"home_team_key": "predators",
"away_team_key": "hurricanes",
"home_team_id": "nhl:18",
"away_team_id": "nhl:12",
"home_team_logo_url": "https://assets.nhle.com/logos/nhl/svg/NSH_light.svg",
"away_team_logo_url": "https://assets.nhle.com/logos/nhl/svg/CAR_light.svg",
"id": "184820",
"sport_key": "hockey_nhl",
"home_team": "Nashville Predators",
"away_team": "Carolina Hurricanes",
"commence_time": "2026-09-26T19:00:00Z",
"live": false,
"is_outright": false,
"tournament": null,
"tour": null,
"last_update": "2026-09-26T13:49:31.276545Z",
"merged_from_event_ids": null,
"bookmakers": [
{
"key": "underdog",
"title": "Underdog Fantasy",
"last_update": "2026-09-26T13:49:31.276545Z",
"link": null,
"app_link": null,
"pregame_only": false,
"book_event_id": null,
"markets": [
{
"key": "player_shots_on_goal",
"description": "Shots on Goal",
"last_update": "2026-09-26T13:49:31.276545Z",
"period": null,
"suspended_at": null,
"team": null,
"outcomes": [
{
"name": "Over",
"description": "Andrei Svechnikov",
"price": 105,
"point": 2.5,
"book_updated_at": null,
"book_version": null,
"payout_multiplier": 1.06,
"dfs_odds_type": null,
"last_change_at": "2026-09-26T07:24:24.183531Z",
"last_seen_at": "2026-09-26T13:49:31.276545Z",
"liquidity": null,
"liquidity_updated_at": null,
"line_gap": null,
"book_outcome_id": null,
"outcome_id": null,
"player_id": null,
"side": null
},
{
"name": "Under",
"description": "Andrei Svechnikov",
"price": -125,
"point": 2.5,
"book_updated_at": null,
"book_version": null,
"payout_multiplier": 0.91,
"dfs_odds_type": null,
"last_change_at": "2026-09-26T07:24:24.183531Z",
"last_seen_at": "2026-09-26T13:49:31.276545Z",
"liquidity": null,
"liquidity_updated_at": null,
"line_gap": null,
"book_outcome_id": null,
"outcome_id": null,
"player_id": null,
"side": null
},
{
"name": "Over",
"description": "Eric Robinson",
"price": 103,
"point": 1.5,
"book_updated_at": null,
"book_version": null,
"payout_multiplier": 1.05,
"dfs_odds_type": null,
"last_change_at": "2026-09-26T07:24:24.183531Z",
"last_seen_at": "2026-09-26T13:49:31.276545Z",
"liquidity": null,
"liquidity_updated_at": null,
"line_gap": null,
"book_outcome_id": null,
"outcome_id": null,
"player_id": null,
"side": null
}
]
}
]
}
]
}The response shape is the-odds-api compatible — events, bookmakers, markets, outcomes — so migrating is usually a base URL change.
Try it
1. List NHL events to get an event id:
curl "https://api.prop-line.com/v1/sports/hockey_nhl/events?apiKey=YOUR_API_KEY"2. Pull shots on goal for one game across every book — this exact URL works right now:
curl "https://api.prop-line.com/v1/sports/hockey_nhl/events/184820/odds?apiKey=YOUR_API_KEY&markets=player_shots_on_goal"3. After the game, get the graded outcomes with the actual stat:
curl "https://api.prop-line.com/v1/sports/hockey_nhl/events/184820/results?apiKey=YOUR_API_KEY"Steps 1 and 2 run on the free tier. Step 3 — prop resolution — starts on Hobby at $9/mo. See pricing.
Get your free NHL odds API key
1,000 requests / day. No credit card. The same key covers every sport and every market — not just this one.
Free tier includes 1,000 requests/day. Upgrade anytime.