Odds API by market / NHL
NHL Player Goals API
Live player_goals 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 player goals is
Goals scored by one skater in the game.
How we settle it. Graded against goals 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 player goals
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 player goals 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.
220 player goals outcomes settled in the last 4 days across 2 books. The 12 most recent:
| Player | Bet | Actual | Result |
|---|---|---|---|
| Alex Tuch | Over 0.5 | — | void |
| David Pastrnak | Over 0.5 | — | void |
| Dylan Strome | Over 0.5 | — | void |
| Aidan McDonough | Over 0.5 | — | void |
| Alex DeBrincat | Over 0.5 | — | void |
| Andrew Copp | Over 0.5 | — | void |
| Elias Lindholm | Over 0.5 | — | void |
| Jordan Kyrou | Over 0.5 | — | void |
| Morgan Geekie | Over 0.5 | — | void |
| Axel Sandin-Pellikka | Over 0.5 | — | void |
| Carter Mazur | Over 0.5 | — | void |
| Dominik Shine | Over 0.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_goals",
"description": "Goals",
"last_update": "2026-09-26T13:49:31.276545Z",
"period": null,
"suspended_at": null,
"team": null,
"outcomes": [
{
"name": "Over",
"description": "Andrei Svechnikov",
"price": 190,
"point": 0.5,
"book_updated_at": null,
"book_version": null,
"payout_multiplier": 1.44,
"dfs_odds_type": null,
"last_change_at": "2026-09-26T07:21:52.097723Z",
"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": -239,
"point": 0.5,
"book_updated_at": null,
"book_version": null,
"payout_multiplier": 0.71,
"dfs_odds_type": null,
"last_change_at": "2026-09-26T07:21:52.097723Z",
"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": "Filip Forsberg",
"price": 162,
"point": 0.5,
"book_updated_at": null,
"book_version": null,
"payout_multiplier": 1.28,
"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 player goals 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_goals"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.