Agg News Matches
This endpoint allows you to retrieve aggregated news from matches.
Multi-language: This feature allows the user to manually change the language of the API response by adding value to the
lang
attribute. Example:lang=en
.
Pagination: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.
Update Period: The endpoint is updated every 15 minutes.
Recommended Calls: Limit calls to 1 every 15 minutes.
Use Cases
Get news from a specific match_idhttps://hockey.sportdevs.com/news-agg-matches?match_id=eq.{match_id}
Query Parameters
- match_id integer
Default value:
eq.19797
The id of the match
- offset string
Default value:
0
Limiting and Pagination
- limit string
Default value:
50
Limiting and Pagination
- lang string
Default value:
en
Multi-language
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema array
- id integer
The id of the news
Note: This is a Primary Key.
- match_id integer
The id of the match
Note: This is a Foreign Key to
matches-live.id
. - title text
The title of the news
- link text
The link of the news
- thumbnail_url text
The thumbnail url of the news
- description text
The description of the news
- published_date timestamp with time zone
The published date of the news
- source_url text
The source url of the news
- source text
The source of the news
[
{
"id": 1,
"match_id": 19797,
"title": "Panthers vs. Sharks live stream: TV channel, how to watch - For The Win",
"link": "https://ftw.usatoday.com/2023/11/florida-panthers-vs-san-jose-sharks-live-stream-tv-channel-time-how-to-watch-the-nhl-on-espn",
"thumbnail_url": "https://ftw.usatoday.com/wp-content/uploads/sites/90/2023/11/USATSI_21726967.jpg?w=1024&h=576&crop=1",
"description": "The Florida Panthers will face off against the San Jose Sharks in NHL action on Tuesday night from the SAP Center in San Jose. The Florida Panthers have been on a tear, and their recent victory ove…",
"published_date": "2023-11-15T01:30:00+00:00",
"source_url": "https://ftw.usatoday.com",
"source": "For The Win"
},
{
"id": 13,
"match_id": 19797,
"title": "How to watch tonight’s San Jose Sharks-Florida Panthers game - The Mercury News",
"link": "https://www.mercurynews.com/2023/11/14/how-to-watch-tonights-san-jose-sharks-florida-panthers-game/",
"thumbnail_url": "https://www.mercurynews.com/wp-content/uploads/2023/10/BNG-Z-SHARKS-1025-4.jpg?w=1024&h=683",
"description": "San Jose Sharks (2-12-1) are hoping to get back on track after consecutive losses to the Vegas Golden Knights and Anaheim Ducks",
"published_date": "2023-11-15T01:01:15+00:00",
"source_url": "https://www.mercurynews.com",
"source": "The Mercury News"
},
{
"id": 34,
"match_id": 19797,
"title": "Gameday 15: Florida Panthers at San Jose Sharks - Litter Box Cats",
"link": "https://www.litterboxcats.com/florida-panthers-at-san-jose-sharks-gameday-15-preview0nhl-for-hockey-fans/",
"thumbnail_url": "https://i0.wp.com/www.litterboxcats.com/wp-content/uploads/sites/15/2023/10/SJS.jpg?fit=845%2C441&ssl=1",
"description": "The Florida Panthers (9-4-1) are on the left coast to face the NHL's three California clubs starting with tonight's tilt versus the San Jose Sharks (2-12-1) at SAP Center. Florida kicked off its…",
"published_date": "2023-11-14T10:36:48+00:00",
"source_url": "https://www.litterboxcats.com",
"source": "Litter Box Cats"
},
{
"id": 119,
"match_id": 19797,
"title": "Sam Reinhart, Panthers look to add to Sharks' woes - The Albany Herald",
"link": "https://www.albanyherald.com/fieldlevel/sam-reinhart-panthers-look-to-add-to-sharks-woes/article_22c4d4d7-5078-5120-8758-ca044a9e3fa5.html",
"thumbnail_url": "https://bloximages.newyork1.vip.townnews.com/albanyherald.com/content/tncms/custom/image/01b25422-d8d8-11e6-bb31-5378351eadac.jpg?resize=600%2C315",
"description": "Led by the red-hot Sam Reinhart, the visiting Florida Panthers will set out to continue their longtime dominance of the San Jose Sharks on Tuesday.",
"published_date": "2023-11-14T02:52:21+00:00",
"source_url": "https://www.albanyherald.com",
"source": "The Albany Herald"
},
{
"id": 169,
"match_id": 19797,
"title": "Troubling trends continue as Sharks can’t slow down Anaheim Ducks - Marin Independent Journal",
"link": "https://www.marinij.com/2023/11/12/troubling-trends-continue-as-sharks-are-unable-to-slow-down-anaheim-ducks/",
"thumbnail_url": "https://www.marinij.com/wp-content/uploads/2023/11/BNG-Z-SHARKS-1113-1.jpg?w=1024&h=682",
"description": "NHL: San Jose Sharks allow 44 shots to the Anaheim Ducks in 4-1 loss at Honda Center.",
"published_date": "2023-11-13T06:45:00+00:00",
"source_url": "https://www.marinij.com",
"source": "Marin Independent Journal"
},
{
"id": 189,
"match_id": 19797,
"title": "Panthers withstand Bedard's 2 highlight-reel goals in 4-3 victory ... - Greater Milwaukee Today | GMToday.com",
"link": "https://www.gmtoday.com/sports/panthers-withstand-bedards-2-highlight-reel-goals-in-4-3-victory-over-blackhawks/article_1f6500e4-821f-11ee-ab44-73deca2be7b3.html",
"thumbnail_url": "https://bloximages.newyork1.vip.townnews.com/gmtoday.com/content/tncms/assets/v3/editorial/4/e5/4e5372c8-821f-11ee-befa-4b1275a0829e/6552150274484.image.jpg?crop=1024%2C538%2C0%2C72&resize=1024%2C538&order=crop%2Cresize",
"description": "SUNRISE, Fla. - Sam Reinhart had two goals and two assists, Carter Verhaeghe scored the go-ahead goal early in the third period and the Florida Panthers withstood two highlight-reel scores",
"published_date": "2023-11-13T12:21:00+00:00",
"source_url": "https://www.gmtoday.com",
"source": "Greater Milwaukee Today | GMToday.com"
},
{
"id": 176,
"match_id": 19797,
"title": "San Jose Sharks recall leading scorer from AHL affiliate - Woodland Daily Democrat",
"link": "https://www.dailydemocrat.com/2023/11/13/san-jose-sharks-recall-leading-scorer-from-ahl-affiliate/",
"thumbnail_url": "https://www.dailydemocrat.com/wp-content/uploads/2023/11/BNG-Z-SHARKS-0402-3.jpg?w=1024&h=682",
"description": "Danil Gushchin, 21, was leading the San Jose Barracuda with nine assists and 13 points in 11 games this season",
"published_date": "2023-11-13T18:22:30+00:00",
"source_url": "https://www.dailydemocrat.com",
"source": "Woodland Daily Democrat"
},
{
"id": 183,
"match_id": 19797,
"title": "Sharks in Desperate Need of Offense, Recall Gushchin - San Jose Hockey Now",
"link": "https://sanjosehockeynow.com/san-jose-sharks-danil-gushchin-recall/",
"thumbnail_url": "https://i0.wp.com/sanjosehockeynow.com/wp-content/uploads/sites/7/2023/11/Gushchin-HS_SJ_vs_Avalanche_0040-scaled.jpeg?resize=1000%2C600&ssl=1",
"description": "The San Jose Sharks are in desperate need of offense. They’ve scored 18 goals in 15 games, dead last in the NHL by a relative mile. Case in point, the Washington Capitals, the second-worst offense in the league, have averaged 2.31 Goals Per Game. The Sharks are averaging 1.2 Goals Per Game. So the second-worst […]",
"published_date": "2023-11-13T18:37:37+00:00",
"source_url": "https://sanjosehockeynow.com",
"source": "San Jose Hockey Now"
},
{
"id": 198,
"match_id": 19797,
"title": "How to watch tonight’s San Jose Sharks-Florida Panthers game - Oroville Mercury-Register",
"link": "https://www.orovillemr.com/2023/11/14/how-to-watch-tonights-san-jose-sharks-florida-panthers-game/",
"thumbnail_url": "https://www.orovillemr.com/wp-content/uploads/2023/11/BNG-Z-SHARKS-1025-4.jpg?w=1024&h=682",
"description": "San Jose Sharks (2-12-1) are hoping to get back on track after consecutive losses to the Vegas Golden Knights and Anaheim Ducks",
"published_date": "2023-11-15T01:01:47+00:00",
"source_url": "https://www.orovillemr.com",
"source": "Oroville Mercury-Register"
},
{
"id": 206,
"match_id": 19797,
"title": "Florida Panthers hot and healthier, CBS Miami's Steve Goldstein - CBS News",
"link": "https://www.cbsnews.com/miami/news/florida-panthers-hot-and-healthier-cbs-miamis-steve-goldstein/",
"thumbnail_url": "https://assets2.cbsnewsstatic.com/hub/i/r/2023/11/13/ebfc3f07-11ea-4c66-81ea-3ef9bea2f013/thumbnail/1200x630/656b0ccb57eaac4a3009725ff553c08f/florida-panters-11-13-2023.jpg?v=0468e1acbdfcea10e0b300333bc497c4",
"description": "The Florida Panthers have caught fire the past few weeks",
"published_date": "2023-11-13T13:05:00+00:00",
"source_url": "https://www.cbsnews.com",
"source": "CBS News"
},
{
"id": 213,
"match_id": 19797,
"title": "After Rusanowsky, could next Hall call for a Shark come later this year? - The Mercury News",
"link": "https://www.mercurynews.com/2023/11/14/after-rusanowsky-could-next-hall-call-for-a-shark-come-later-this-year/",
"thumbnail_url": "https://www.mercurynews.com/wp-content/uploads/2023/09/BNG-L-SJHOF-0914-81.jpg?w=1024&h=683",
"description": "San Jose Sharks legend Patrick Marleau is eligible for election into the Hockey Hall of Fame this summer.",
"published_date": "2023-11-14T21:31:18+00:00",
"source_url": "https://www.mercurynews.com",
"source": "The Mercury News"
},
{
"id": 219,
"match_id": 19797,
"title": "Will Sam Bennett Score a Goal Against the Sharks on November 14? - WFLX Fox 29",
"link": "https://www.wflx.com/sports/betting/2023/11/14/sam-bennett-nhl-player-goal-prop-bets-vs-sharks/",
"thumbnail_url": "https://gray-wflx-prod.cdn.arcpublishing.com/resizer/09xTtDJzKTtLj27qoUjCZaaSHqw=/1200x600/smart/filters:quality(85)/cloudfront-us-east-1.images.arcpublishing.com/gray/3HIJYGMCZZJTRBKD5BD5R6ZTCE.jpg",
"description": "See goal props for Sam Bennett as the Panthers take on the Sharks in NHL action on November 14.",
"published_date": "2023-11-14T21:52:00+00:00",
"source_url": "https://www.wflx.com",
"source": "WFLX Fox 29"
},
{
"id": 253,
"match_id": 19797,
"title": "Mikael Granlund Game Preview: Sharks vs. Panthers - November 14 - WMTV – NBC15",
"link": "https://www.nbc15.com/sports/betting/2023/11/14/mikael-granlund-vs-panthers-nhl-game-preview/",
"thumbnail_url": "https://gray-wmtv-prod.cdn.arcpublishing.com/resizer/n9dr0i2zm6ofonul5VaRovNKpt8=/1200x600/smart/filters:quality(85)/cloudfront-us-east-1.images.arcpublishing.com/gray/63HS4AQ355L3JOFTGZRY7F4JMI.jpg",
"description": "Game preview, player props, stats and odds on Mikael Granlund vs. the Florida Panthers on November 14, 2023.",
"published_date": "2023-11-14T22:41:00+00:00",
"source_url": "https://www.nbc15.com",
"source": "WMTV – NBC15"
},
{
"id": 260,
"match_id": 19797,
"title": "Betano Daily Bets: Penguins Vs Blue Jackets Over 6.5 & San Jose Sharks Puckline - Daily Faceoff",
"link": "https://www.dailyfaceoff.com/news/betano-daily-bets-penguins-vs-blue-jackets-over-6-5-san-jose-sharks-puckline",
"thumbnail_url": "https://www.dailyfaceoff.com/_next/image?url=https://publish.dailyfaceoff.com/wp-content/uploads/2023/11/85D8C71E-107D-4305-B898-20E077A71E12.jpeg&w=1200&q=75",
"description": "Tonight, Yaremchuk has Over 6.5 on Penguins Vs. Sharks at -125 and the Sharks on the Puckline at -120.",
"published_date": "2023-11-14T19:22:57+00:00",
"source_url": "https://www.dailyfaceoff.com",
"source": "Daily Faceoff"
},
{
"id": 290,
"match_id": 19797,
"title": "Consistency matters - Solid, steady fantasy hockey pickups - ESPN - ESPN",
"link": "https://www.espn.com/fantasy/hockey/story/_/id/38897160/fantasy-hockey-consistent-players-artem-zub-alec-martinez",
"thumbnail_url": "https://a2.espncdn.com/combiner/i?img=%2Fphoto%2F2023%2F1114%2Fr1253219_1296x729_16%2D9.jpg",
"description": "If you're looking for consistency, Sean has the top players available on your waiver wire who can give you a solid baseline of points night after night.",
"published_date": "2023-11-14T18:00:00+00:00",
"source_url": "https://www.espn.com",
"source": "ESPN"
},
{
"id": 304,
"match_id": 19797,
"title": "Ty Emberson is Gaining Sharks Trust - The Hockey News",
"link": "https://thehockeynews.com/nhl/san-jose-sharks/analysis/ty-emberson-is-gaining-sharks-trust",
"thumbnail_url": "https://thehockeynews.com/.image/ar_1.91%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_xy_center%2Cq_auto:good%2Cw_1200%2Cx_3380%2Cy_620/MjAyMjE2ODMwNTQxMTEyMzMy/usatsi_21804268.jpg",
"description": "Although he hasn't been in the lineup full-time, San Jose Sharks defenseman Ty Emberson is gaining the trust of his coaches.",
"published_date": "2023-11-14T22:58:57+00:00",
"source_url": "https://thehockeynews.com",
"source": "The Hockey News"
},
{
"id": 281,
"match_id": 19797,
"title": "NHL On Tap: Vatrano, Ducks flying high heading into Nashville - NHL.com",
"link": "https://www.nhl.com/news/nhl-on-tap-vatrano-ducks-flying-high-heading-into-nashville",
"thumbnail_url": "https://media.d3.nhle.com/image/private/t_ratio16_9-size50/v1699996241/prd/xlc5gffsxmdiarfng5eu.jpg",
"description": "Panthers visit Sharks seeking 5th straight win; Stars looking to bring road success home",
"published_date": "2023-11-14T22:03:46+00:00",
"source_url": "https://www.nhl.com",
"source": "NHL.com"
},
{
"id": 283,
"match_id": 19797,
"title": "Larger Than Hockey: Steven Lorentz and Kaley So - The Hockey News",
"link": "https://thehockeynews.com/nhl/san-jose-sharks/features/larger-than-hockey-steven-lorentz-and-kaley-so",
"thumbnail_url": "https://thehockeynews.com/.image/ar_1.91%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_xy_center%2Cq_auto:good%2Cw_1200%2Cx_1145%2Cy_424/MjAyMjE1NDAzMDAxMjI2MjUy/img_1883.jpg",
"description": "Steven Lorentz returns to the Bay Area to face the San Jose Sharks for the first time in San Jose since being traded to the Florida Panthers.",
"published_date": "2023-11-14T21:48:51+00:00",
"source_url": "https://thehockeynews.com",
"source": "The Hockey News"
},
{
"id": 297,
"match_id": 19797,
"title": "Projected Line Combinations for Sharks & Panthers - The Hockey News",
"link": "https://thehockeynews.com/nhl/san-jose-sharks/news/projected-line-combinations-for-sharks-panthers",
"thumbnail_url": "https://thehockeynews.com/.image/ar_1.91%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_xy_center%2Cq_auto:good%2Cw_1200%2Cx_2184%2Cy_553/MjAyMjE3OTA5OTE5OTQ5ODky/usatsi_21725626.jpg",
"description": "Here are the Florida Panthers and San Jose Sharks projected line combinations based on line rushes.",
"published_date": "2023-11-15T03:07:48+00:00",
"source_url": "https://thehockeynews.com",
"source": "The Hockey News"
},
{
"id": 300,
"match_id": 19797,
"title": "Henrik Lundqvist among 3 goalies inducted into Hockey Hall of Fame - ABC News",
"link": "https://abcnews.go.com/Sports/henrik-lundqvist-3-goalies-inducted-hockey-hall-fame/story?id=104869104",
"thumbnail_url": "https://s.abcnews.com/images/US/abc_news_default_2000x2000_update_16x9_992.jpg",
"description": "",
"published_date": "2023-11-14T06:15:22+00:00",
"source_url": "https://abcnews.go.com",
"source": "ABC News"
},
{
"id": 309,
"match_id": 19797,
"title": "Panthers bring win streak into game against the Sharks - Yahoo Movies Canada",
"link": "https://ca.movies.yahoo.com/panthers-bring-win-streak-game-091228786.html",
"thumbnail_url": "https://s.yimg.com/cv/apiv2/social/images/yahoo_default_logo-1200x1200.png",
"description": "Florida Panthers (9-4-1, second in the Atlantic Division) vs. San Jose Sharks (2-12-1, eighth in the Pacific Division)San Jose, California; Tuesday, 10:30 p.m. ESTBOTTOM LINE: The Florida Panthers will attempt to build upon a four-game win streak with a victory against the San Jose Sharks.San Jose has a 2-12-1 record overall and a 2-5-1 record on its home ice. The Sharks have committed 70 total penalties (4.7 per game) to rank sixth in NHL play.Florida has a 9-4-1 record overall and a 3-3-1 reco",
"published_date": "2023-11-13T09:12:28+00:00",
"source_url": "https://ca.movies.yahoo.com",
"source": "Yahoo Movies Canada"
},
{
"id": 311,
"match_id": 19797,
"title": "NHL Rumours: Boston Bruins and Florida Panthers - Last Word On Sports",
"link": "https://lastwordonsports.com/hockey/2023/11/14/nhl-rumours-boston-bruins-and-florida-panthers/",
"thumbnail_url": "https://lastwordonsports.com/hockey/wp-content/uploads/sites/11/2023/11/IMG_3029-scaled.jpeg",
"description": "Welcome to another edition of NHL Rumours! Today we stay in the Atlantic division and focus on the Bruins and Panthers.",
"published_date": "2023-11-14T17:32:11+00:00",
"source_url": "https://lastwordonsports.com",
"source": "Last Word On Sports"
},
{
"id": 315,
"match_id": 19797,
"title": "Anton Lundell Game Preview: Panthers vs. Sharks - November 14 - WFLX Fox 29",
"link": "https://www.wflx.com/sports/betting/2023/11/14/anton-lundell-vs-sharks-nhl-game-preview/",
"thumbnail_url": "https://gray-wflx-prod.cdn.arcpublishing.com/resizer/5W_vrKOXf4ey0PcOF2BgSJV7xv8=/1200x600/smart/filters:quality(85)/cloudfront-us-east-1.images.arcpublishing.com/gray/2JT25WSOFNP7NEYLQUDXOQTY6Q.jpg",
"description": "Game preview, player props, stats and odds on Anton Lundell vs. the San Jose Sharks on November 14, 2023.",
"published_date": "2023-11-14T22:41:00+00:00",
"source_url": "https://www.wflx.com",
"source": "WFLX Fox 29"
},
{
"id": 321,
"match_id": 19797,
"title": "How to Watch the Panthers vs. Sharks Game: Streaming & TV Info ... - WFLX Fox 29",
"link": "http://www.wflx.com/sports/betting/2023/11/14/panthers-sharks-nhl-live-stream-tv/",
"thumbnail_url": "https://gray-wflx-prod.cdn.arcpublishing.com/resizer/TUVEIpG7TM0Zk-cxtuHvFWwrpWo=/1200x600/smart/filters:quality(85)/cloudfront-us-east-1.images.arcpublishing.com/gray/DYHU63BQBFITPMHL3WNM42ZAKU.jpg",
"description": "Get live streaming info, TV channel, game time, and head-to-head stats for the Florida Panthers vs. San Jose Sharks game on Tuesday, November 14, 2023.",
"published_date": "2023-11-14T22:18:00+00:00",
"source_url": "http://www.wflx.com",
"source": "WFLX Fox 29"
},
{
"id": 332,
"match_id": 19797,
"title": "Leon Draisaitl fined $5,000 for illegal trip during last night’s game - Daily Faceoff",
"link": "https://www.dailyfaceoff.com/news/leon-draisaitl-fined-5000-for-illegal-trip-during-last-nights-game",
"thumbnail_url": "https://www.dailyfaceoff.com/_next/image?url=https://publish.dailyfaceoff.com/wp-content/uploads/2022/05/USATSI_18362854_168383996_lowres.jpg&w=1200&q=75",
"description": "Draisaitl fined the max amount for illegal play on Horvat.",
"published_date": "2023-11-14T19:39:00+00:00",
"source_url": "https://www.dailyfaceoff.com",
"source": "Daily Faceoff"
},
{
"id": 337,
"match_id": 19797,
"title": "Sam Reinhart Game Preview: Panthers vs. Sharks - November 14 - WFLX Fox 29",
"link": "https://www.wflx.com/sports/betting/2023/11/14/sam-reinhart-vs-sharks-nhl-game-preview/",
"thumbnail_url": "https://gray-wflx-prod.cdn.arcpublishing.com/resizer/VwzxQPsgaPai7rhXTW75nTIy_bM=/1200x600/smart/filters:quality(85)/cloudfront-us-east-1.images.arcpublishing.com/gray/2BR2F2QZJNMILOVCHDVAPIF4WM.jpg",
"description": "Game preview, player props, stats and odds on Sam Reinhart vs. the San Jose Sharks on November 14, 2023.",
"published_date": "2023-11-14T22:40:00+00:00",
"source_url": "https://www.wflx.com",
"source": "WFLX Fox 29"
},
{
"id": 342,
"match_id": 19797,
"title": "Flyers Daily: Latest on Zadorov, Patrick Kane to Buffalo Sabres? - Yardbarker",
"link": "https://www.yardbarker.com/nhl/articles/flyers_daily_latest_on_zadorov_patrick_kane_to_buffalo_sabres/s1_17219_39530112",
"thumbnail_url": "https://www.yardbarker.com/media/6/5/65bc8a33a2dffc068a63c8cf27e3c687eca4e36f/thumb_16x9/oct-26-2023-calgary-alberta-calgary-flames.jpg",
"description": "The Philadelphia Flyers had a day off on Monday, but the rest of the league never sleeps. Following their successful California road trip – which yielded wins against the Anaheim Ducks and Los Angeles Kings – the Flyers assigned goaltender Cal Petersen and defenseman Victor Mete to the Lehigh Valley Phantoms.",
"published_date": "2023-11-13T22:15:05+00:00",
"source_url": "https://www.yardbarker.com",
"source": "Yardbarker"
},
{
"id": 374,
"match_id": 19797,
"title": "NCAAF predictions, NCAAB picks & NBA best bets for Tuesday - Pickswise",
"link": "https://www.pickswise.com/news/wise-n-shine-ncaab-picks-college-football-predictions-and-nba-best-bets-for-tuesday-november-14/",
"thumbnail_url": "https://www.pickswise.com/wp-content/offload/uploads/2022/02/15094115/Fallback.png",
"description": "With NHL, NCAAF and NCAAB picks and predictions for Tuesday's sports slate, Wise n' Shine can help to make your next bet better.",
"published_date": "2023-11-14T13:00:00+00:00",
"source_url": "https://www.pickswise.com",
"source": "Pickswise"
},
{
"id": 398,
"match_id": 19797,
"title": "NHL Daily Fantasy Picks and Helper: Tuesday 11/14/23 - FanDuel Research",
"link": "https://www.fanduel.com/research/nhl-daily-fantasy-picks-and-helper-tuesday-11-14-23",
"thumbnail_url": "https://cdn.sanity.io/images/pbwem9y5/ch_production/92a6fa1d1e8c2185f3ce781e9d3bb8c07fd672eb-4188x2793.jpg?rect=41,0,4106,2226&w=332&h=180",
"description": "The Panthers are in a great stack for this slate. Which goalie, values, and other teams should you consider?",
"published_date": "2023-11-14T17:27:13+00:00",
"source_url": "https://www.fanduel.com",
"source": "FanDuel Research"
},
{
"id": 390,
"match_id": 19797,
"title": "ESPN BET promo code NPNEWS: Use sign-up offer on ... - New York Post",
"link": "https://nypost.com/2023/11/14/sports/espn-bet-promo-code-use-sign-up-offer-on-timberwolves-warriors/",
"thumbnail_url": "https://nypost.com/wp-content/uploads/sites/2/2023/11/NYPICHPDPICT000072250682-e1699987908978.jpg?quality=75&strip=all&w=1024",
"description": "Use your sign-up offer on these three best bets with ESPN Bet.",
"published_date": "2023-11-14T21:45:00+00:00",
"source_url": "https://nypost.com",
"source": "New York Post"
},
{
"id": 409,
"match_id": 19797,
"title": "Monday's Transactions - The San Diego Union-Tribune - The San Diego Union-Tribune",
"link": "https://www.sandiegouniontribune.com/sports/national/story/2023-11-13/mondays-transactions",
"thumbnail_url": "https://ca-times.brightspotcdn.com/dims4/default/c26ca38/2147483647/strip/true/crop/1920x1008+0+36/resize/1200x630!/quality/75/?url=https%3A%2F%2Fcalifornia-times-brightspot.s3.amazonaws.com%2F18%2F87%2Fad2789124ebea11f3459aa4c4d66%2Fsdut-desktop-black.jpg",
"description": "BASEBALL Major League Baseball American League HOUSTON ASTROS — Named Joe Espada manager.",
"published_date": "2023-11-14T03:30:00+00:00",
"source_url": "https://www.sandiegouniontribune.com",
"source": "The San Diego Union-Tribune"
},
{
"id": 405,
"match_id": 19797,
"title": "The Week That Was, The Week That Is - 11/13 | Los Angeles Kings - NHL.com",
"link": "https://www.nhl.com/kings/news/twtw-twti-11-13-23",
"thumbnail_url": "https://media.d3.nhle.com/image/private/t_ratio16_9-size50/prd/r0s7po7h0wcxhr2of9zl.jpg",
"description": "The Week That Was\nIt was a tale of two stories this past week; one being that the Kings continued their excellent road play and the other being the home struggles. Overall, the Kings went 1-1-1 across the three games and remain third in the Pacific Division with a 8-3-3",
"published_date": "2023-11-14T01:55:54+00:00",
"source_url": "https://www.nhl.com",
"source": "NHL.com"
},
{
"id": 423,
"match_id": 19797,
"title": "Gustav Forsling Game Preview: Panthers vs. Sharks - November 14 - WFLX Fox 29",
"link": "https://www.wflx.com/sports/betting/2023/11/14/gustav-forsling-vs-sharks-nhl-game-preview/",
"thumbnail_url": "https://gray-wflx-prod.cdn.arcpublishing.com/resizer/RXTLennu80ZpNm1Njctd5YZX4UM=/1200x600/smart/filters:quality(85)/cloudfront-us-east-1.images.arcpublishing.com/gray/BF7VHH7VHZKL5NBWIY4J464424.jpg",
"description": "Game preview, player props, stats and odds on Gustav Forsling vs. the San Jose Sharks on November 14, 2023.",
"published_date": "2023-11-14T22:43:00+00:00",
"source_url": "https://www.wflx.com",
"source": "WFLX Fox 29"
},
{
"id": 431,
"match_id": 19797,
"title": "Evan Rodrigues Game Preview: Panthers vs. Sharks - November 14 - WFLX Fox 29",
"link": "https://www.wflx.com/sports/betting/2023/11/14/evan-rodrigues-vs-sharks-nhl-game-preview/",
"thumbnail_url": "https://gray-wflx-prod.cdn.arcpublishing.com/resizer/GSc-Ccl46i-pkoxb_rxQRU48RvE=/1200x600/smart/filters:quality(85)/cloudfront-us-east-1.images.arcpublishing.com/gray/FZHZWJ33PRI6FBKLFIXR3OZPKU.jpg",
"description": "Game preview, player props, stats and odds on Evan Rodrigues vs. the San Jose Sharks on November 14, 2023.",
"published_date": "2023-11-14T22:43:00+00:00",
"source_url": "https://www.wflx.com",
"source": "WFLX Fox 29"
},
{
"id": 533,
"match_id": 19797,
"title": "Hockey Hall of Fame inducts accomplished class of 2023 - theScore",
"link": "https://www.thescore.com/wolymhw/news/2764578/hockey-hall-of-fame-inducts-accomplished-class-of-2023",
"thumbnail_url": "https://assets-cms.thescore.com/uploads/image/file/601325/w768xh576_GettyImages-1790147523.jpg?ts=1699933536",
"description": "The Hockey Hall of Fame inducted its star-studded 2023 class Monday night, featuring seven celebrated members who boast lengthy resumes on and off the ice.Here's a closer look at the newest names to grace the esteemed Hall, as well as each member's induction speech.Henrik LundqvistIt's no surprise Lundqvist got his call to the Hall in his first year of eligibility. The longtime netminder ended his illustrious career near the top of the NHL's record books. He sits sixth among all goaltenders in wins (459), ninth in games played (887), and 17th in shutouts (64). Lundqvist spent his entire 15-year playing career (2005-2020) with the New York Rangers, owning an all-time record of 459-310-96 to go along with a sparkling .918 save percentage and 2.43 goals-against average.A model of consistency, Lundqvist never finished a season with a save percentage below .900, and he won the Vezina Trophy as the league's top goaltender in 2012. The crowd erupted into a 'Henrik' chant at the end of his speech. \nHenrik Lundqvist's supporters made themselves known after his Hockey Hall of Fame Induction speech!🗣️ pic.twitter.com/a94BsfxgEp— TSN (@TSN_Sports) November 14, 2023\n Lundqvist never won the Stanley Cup, but he backstopped the Rangers to three deep playoff runs in four years, including two voyages to the Eastern Conference Final (2012, 2015) and one trip to the Stanley Cup Final (2014). The 41-year-old owns a career .921 save percentage and 2.30 goals-against average in the postseason, as well as 61 wins in 130 appearances.The Rangers posted a heartwarming video celebrating Lundqvist's induction earlier Monday.\nHenrik:The most heartfelt congratulations, from 𝒂𝙡𝒍 𝒐𝙛 𝙪𝒔 in Rangerland - past and present. #HHOF23 pic.twitter.com/P6IP8l9igT— New York Rangers (@NYRangers) November 13, 2023\n The first Swedish goalie to be enshrined in the Hall of Fame, Lundqvist also made a name for himself on the international stage, winning an Olympic gold medal in 2006, an Olympic silver medal in 2014, and World Championship gold in 2017.Pierre TurgeonTurgeon has been anticipating his induction into the Hall of Fame since his first year of eligibility in 2010, but it was well worth the wait for the former NHL center.Over a career spanning 19 years and 1,294 games from 1987-2007, Turgeon suited up for the Buffalo Sabres, New York Islanders, Montreal Canadiens, St. Louis Blues, Dallas Stars, and Colorado Avalanche. He never won the Stanley Cup and his list of individual accolades begins and ends with the 1993 Lady Byng Memorial Trophy, but Turgeon allowed his point production to do the talking when it came to building his Hall-of-Fame case.The Canadian currently ranks in the top 50 all time in all main offensive categories with 1,327 points (34th), 515 goals (41st), and 812 assists (32nd). He ended his career with eight 80-point campaigns and eclipsed the 100-point mark twice. His most productive campaign came in 1992-93 as a member of the Islanders when he logged 58 goals and 132 points in 83 outings.Turgeon, a Quebec native, also served as the Canadiens' captain during their final season at the iconic Montreal Forum in 1995-96. He was drafted first overall by the Sabres in 1987.Mike VernonVernon has endured the longest wait out of all members of this year's crop, as the former goaltender has been eligible to have his name called since 2005.The 60-year-old played in the NHL for 19 years (1982-2002), and his 385 wins are the 16th most all time. A Calgary native, Vernon spent 13 seasons with his hometown Flames, who selected him in the third round in 1981.Vernon's 262 victories with the Flames are the second most in franchise history, and he also backstopped Calgary to its first and only Stanley Cup championship in 1989. During that run, he went 16-5 while posting a .905 save percentage, 2.26 goals-against average, and three shutouts. The Flames made the postseason eight times during Vernon's tenure - including a trip to the Stanley Cup Final in 1985-86 - and he's the organization's leader in playoff starts (79) and wins (43).He went on to capture another championship with the Detroit Red Wings in 1997 - their first in 42 years - when he was even more dominant. He owned a dazzling .927 save percentage and 1.76 goals-against average that spring and won the Conn Smythe Trophy as the most valuable player in the postseason. Vernon also suited up for the San Jose Sharks and Florida Panthers in the latter stages of his career, but he returned to the Flames for his final two campaigns.Tom BarrassoThe third and final goalie to be inducted into the 2023 class, Barrasso has been eligible to enter the Hall since 2006.Barrasso racked up 369 regular-season victories over the course of his 19-year career (1983-2003), good for the fourth most among all American-born goaltenders. In 1997, he became the first U.S. goalie to win 300 games.\nTom Barrasso: 'I would like to thank my teammates through the years, with whom we shared great success, failure, epic card games, golf games - we have a bond that cannot be broken. And we shared a time in all of our lives that cannot be replicated. My thanks to all of you.' pic.twitter.com/R2Z9q8Ixfv— Pittsburgh Penguins (@penguins) November 14, 2023\n He impressed as a rookie fresh out of high school for the Sabres in 1983-84. After posting a 26-12-3 record, he took home the Calder Trophy as the league's most outstanding first-year player, as well as the Vezina Trophy as the NHL's best netminder. Barrasso won back-to-back Stanley Cup championships with the Pittsburgh Penguins in 1991 and 1992. During those runs, Barrasso amassed a .913 save percentage and 2.72 goals-against average across 41 appearances. In all, Barrasso won 61 playoff games during his NHL tenure, which leads all U.S.-born goaltenders.The 58-year-old also spent time with the Ottawa Senators, Carolina Hurricanes, Toronto Maple Leafs, and Blues.Caroline OuelletteGiven how decorated Ouellette is on the international stage, it doesn't come as a shock that she's been inducted into the Hall during her second year of eligibility.The Montreal native has a whopping four Olympic gold medals to her name (2002, 2006, 2010, 2014) and never tasted defeat at an Olympic final. The former forward's dominance didn't end at the Olympics, either: She racked up 12 medals total - six gold, six silver - at the World Championship. Ouellette ranks seventh all time in World Championship scoring with 70 points (23 goals, 47 assists) in 59 outings, as well as eighth in production at the Olympics with 26 points (nine goals, 17 assists) in 20 matchups.Team Canada sent a special message to Ouellette prior to her induction.\nTeam Canada sends a message to Caroline Ouellette ahead of her Hockey Hall of Fame Induction!👏🇨🇦 pic.twitter.com/mtcyBk8Ga1— JayOnSC (@JayOnSC) November 14, 2023\n The 44-year-old also tore up the NCAA, accumulating 229 points in 97 games across three campaigns with the Minnesota-Duluth Bulldogs from 2002-2005. As a result, she was tabbed a top-3 finalist for the Patty Kazmaier Award in 2005 honoring the NCAA's best female player. Ouellette won the NCAA championship with Minnesota-Duluth in 2003 and was named the tournament's most valuable player.Ken HitchcockMoving onto this class' builder category, Hitchcock enters the Hall as an accomplished head coach.Over a career that spanned 22 seasons and 1,598 games, the 71-year-old spent time behind the benches of the Dallas Stars, Philadelphia Flyers, Columbus Blue Jackets, Blues, and Edmonton Oilers. Hitchcock amassed 849 career wins during his time, fourth most in NHL history, trailing only Barry Trotz, Joel Quenneville, and Scotty Bowman.\nKen Hitchcock: 'There weren't many cases where I had hockey clubs that didn't sacrifice for each other, and it means the world to me.' pic.twitter.com/yLnYrnleja— St. Louis Blues (@StLouisBlues) November 14, 2023\n Known for his strong defensive systems, Hitchcock captured a Stanley Cup with the Stars in 1999. Dallas also made the Stanley Cup Final the following year under Hitchcock but fell to the New Jersey Devils. He has 86 playoff victories to his name, good for the 10th most in league history.Hitchcock won the Jack Adams Award as the league's best head coach after inspiring the Blues' major turnaround in 2011-12. Then-head coach Davis Payne had been fired just 13 games into the season after St. Louis got off to a 6-7-0 start, but the Blues went 43-15-11 the rest of the way under Hitchcock to finish first in their division. Pierre LacroixLacroix was posthumously inducted into the Hall of Fame's builders category and was represented by his grandson, Max, and his widowed wife, Coco.The former NHL executive became president and general manager of the Quebec Nordiques in 1994 and won two Stanley Cups (1996, 2001) with the franchise after it relocated to Colorado. Lacroix made the necessary moves to help the Avalanche lift Lord Stanley's Mug on both occasions.During the team's first season in Colorado in 1995-96, Lacroix traded for goaltender Patrick Roy, who posted a .921 save percentage and 2.10 goals-against average in 22 playoff games en route to the Avalanche's first Stanley Cup championship in franchise history. Lacroix later acquired Hall of Fame defensemen Rob Blake and Ray Bourque in a pair of moves that helped the Avs win the Stanley Cup in 2001.Lacroix died in 2020 due to complications from COVID-19 at the age of 72.",
"published_date": "2023-11-14T04:13:09+00:00",
"source_url": "https://www.thescore.com",
"source": "theScore"
},
{
"id": 450,
"match_id": 19797,
"title": "Expert NHL best bets and predictions for Tuesday, November 14 - VSiN",
"link": "https://www.vsin.com/nhl/expert-nhl-best-bets-and-predictions-for-tuesday-november-14/",
"thumbnail_url": "https://www.vsin.com/assets/1/6/logo-300x157-bg-1.png",
"description": "Lead NHL analyst Jonny Lazarus shares best bets and betting tips for the games on Tuesday, November 14.",
"published_date": "2023-11-14T15:41:47+00:00",
"source_url": "https://www.vsin.com",
"source": "VSiN"
},
{
"id": 460,
"match_id": 19797,
"title": "Tuesday Schedule | Country 600 CJWW - CJWW",
"link": "https://www.cjwwradio.com/2023/11/14/tuesday-schedule-3/",
"thumbnail_url": "https://media-cdn.socastsrm.com/wordpress/wp-content/blogs.dir/1785/files/2018/03/sports-schedule.jpg",
"description": "SCHEDULE FOR TUESDAY, NOVEMBER 14 The Canadian Football League playoffs are off until Sunday when the 1...",
"published_date": "2023-11-14T16:02:48+00:00",
"source_url": "https://www.cjwwradio.com",
"source": "CJWW"
},
{
"id": 467,
"match_id": 19797,
"title": "Knights and Rangers included in Week 7 edition of CHL Top 10 ... - Canadian Hockey League",
"link": "https://chl.ca/ohl/article/knights-and-rangers-included-in-week-7-edition-of-chl-top-10-rankings",
"thumbnail_url": "https://media.chl.ca/wp-content/uploads/sites/5/2023/11/14120629/Nov14CHLTop10.jpg",
"description": "The London Knights and Kitchener Rangers are included in the Week 7 edition of the CHL Top 10 Rankings.",
"published_date": "2023-11-14T17:07:03+00:00",
"source_url": "https://chl.ca",
"source": "Canadian Hockey League"
},
{
"id": 477,
"match_id": 19797,
"title": "WAMC Sports Report 11/13/23: Prescott has 5 TDs as Cowboys rout ... - WAMC",
"link": "https://www.wamc.org/news/2023-11-13/wamc-sports-report-11-13-23-prescott-has-5-tds-as-cowboys-rout-giants-again-49-17",
"thumbnail_url": "https://npr.brightspotcdn.com/dims4/default/21d8170/2147483647/strip/true/crop/5936x3116+0+0/resize/1200x630!/quality/90/?url=http%3A%2F%2Fnpr-brightspot.s3.amazonaws.com%2F31%2F28%2F647ecfc540e586af4c4a8b6832f2%2Fap23316826878268.jpg",
"description": "Dak Prescott threw for 404 yards and four touchdowns while running for another score, and the Dallas Cowboys routed the New York Giants for the second time this season, 49-17.",
"published_date": "2023-11-13T11:10:00+00:00",
"source_url": "https://www.wamc.org",
"source": "WAMC"
},
{
"id": 484,
"match_id": 19797,
"title": "NHL 2023-24 Power Rankings: Week 6 - The Hockey Writers",
"link": "https://thehockeywriters.com/nhl-2023-24-power-rankings-week-6/",
"thumbnail_url": "https://s3951.pcdn.co/wp-content/uploads/2023/10/2023_PowerRankings_NHL.jpg",
"description": "After the first coaching change of the 2023-24 NHL Season, THW's Power Rankings will try to capture the chaos of an unpredictable start.",
"published_date": "2023-11-13T15:15:00+00:00",
"source_url": "https://thehockeywriters.com",
"source": "The Hockey Writers"
},
{
"id": 495,
"match_id": 19797,
"title": "The Daily: Red Wings Aren't in Sweden to be Tourists; Alfredsson in ... - Detroit Hockey Now",
"link": "https://detroithockeynow.com/2023/11/14/the-daily-red-wings-arent-in-sweden-to-be-tourists-alfredsson-in-new-role-with-senators/",
"thumbnail_url": "https://i0.wp.com/detroithockeynow.com/wp-content/uploads/sites/11/2023/05/Wings_Penguins_Final-119.jpg?resize=1000%2C600&ssl=1",
"description": "Former Detroit forward Daniel Alfredsson is working in the front office with the Ottawa Senators.",
"published_date": "2023-11-14T12:04:33+00:00",
"source_url": "https://detroithockeynow.com",
"source": "Detroit Hockey Now"
},
{
"id": 500,
"match_id": 19797,
"title": "San Jose Sharks - Florida Panthers en directo - NHL: Resultados y ... - Eurosport ESCOM",
"link": "https://espanol.eurosport.com/hockey-hielo/nhl/2023-2024/san-jose-sharks-florida-panthers_mtc1487535/live.shtml",
"thumbnail_url": "https://dnl.eurosport.com/sd/img/og/eurosport.jpg",
"description": "Eurosport es tu fuente para las últimas actualizaciones de partidos de NHL. Ponte al día sobre el San Jose Sharks - Florida Panthers completo con estadísticas y resúmenes.",
"published_date": "2023-11-14T15:32:43+00:00",
"source_url": "https://espanol.eurosport.com",
"source": "Eurosport ESCOM"
},
{
"id": 504,
"match_id": 19797,
"title": "Bruins Daily: Lucic Update; Marchand; Oilers Fallout - Boston Hockey Now",
"link": "https://bostonhockeynow.com/2023/11/14/boston-bruins-daily-lucic-update-marchand-oilers-fallout/",
"thumbnail_url": "https://bostonhockeynow.com/wp-content/uploads/sites/3/2023/11/KenHolland-1000x600.png",
"description": "The Boston Bruins got some bad injury news on winger Milan Lucic, and it may be time for Bruins captain Brad Marchand to reel it in again. That, NHL news, the latest NHL trade rumors, and more in the latest Boston Hockey Now Bruins Daily: Boston Bruins Boston Hockey Now: With the referees starting to […]",
"published_date": "2023-11-14T12:31:18+00:00",
"source_url": "https://bostonhockeynow.com",
"source": "Boston Hockey Now"
},
{
"id": 510,
"match_id": 19797,
"title": "'Can't Get Complacent' - College Hockey News",
"link": "https://www.collegehockeynews.com/news/2023/11/14_Cant-Get-Complacent.php",
"thumbnail_url": "https://www.collegehockeynews.com/images/action/2324/den_f_halyk-1114.jpg",
"description": "The Denver Pioneers have spent plenty of time on the road this season, with trips to Alaska and Boston already out of the way, leading up to this past weekend's journey to the desert to play Arizona...",
"published_date": "2023-11-14T14:11:27+00:00",
"source_url": "https://www.collegehockeynews.com",
"source": "College Hockey News"
},
{
"id": 528,
"match_id": 19797,
"title": "NHL Predictions: Nov. 15 w/ Vegas Golden Knights vs Washington Capitals - Last Word On Sports",
"link": "https://news.google.com/rss/articles/CBMiYWh0dHBzOi8vbGFzdHdvcmRvbnNwb3J0cy5jb20vaG9ja2V5LzIwMjMvMTEvMTQvbmhsLXByZWRpY3Rpb25zLW5vdi0xNS1nb2xkZW4ta25pZ2h0cy12cy1jYXBpdGFscy_SAWVodHRwczovL2xhc3R3b3Jkb25zcG9ydHMuY29tL2hvY2tleS8yMDIzLzExLzE0L25obC1wcmVkaWN0aW9ucy1ub3YtMTUtZ29sZGVuLWtuaWdodHMtdnMtY2FwaXRhbHMvYW1wLw?oc=5",
"thumbnail_url": "https://lh3.googleusercontent.com/J6_coFbogxhRI9iM864NL_liGXvsQp2AupsKei7z0cNNfDvGUmWUy20nuUhkREQyrpY4bEeIBuc=s0-w300-rw",
"description": "Comprehensive up-to-date news coverage, aggregated from sources all over the world by Google News.",
"published_date": "2023-11-14T18:26:09+00:00",
"source_url": "https://lastwordonsports.com",
"source": "Last Word On Sports"
},
{
"id": 551,
"match_id": 19797,
"title": "Defensive Options for the New Jersey Devils - Last Word On Sports",
"link": "https://lastwordonsports.com/hockey/2023/11/14/defensive-options-for-the-new-jersey-devils/",
"thumbnail_url": "https://lastwordonsports.com/hockey/wp-content/uploads/sites/11/2023/11/USATSI_21866064-scaled.jpg",
"description": "Taking a look at a few defensive options for the New Jersey Devils as they deal with their poor play from certain players on the backend.",
"published_date": "2023-11-14T20:31:38+00:00",
"source_url": "https://lastwordonsports.com",
"source": "Last Word On Sports"
},
{
"id": 554,
"match_id": 19797,
"title": "NHL roundup: Rangers rally late, down Jackets in shootout - Reuters",
"link": "https://www.reuters.com/sports/nhl-roundup-rangers-rally-late-down-jackets-shootout-2023-11-13/",
"thumbnail_url": "https://www.reuters.com/resizer/h2wK8iAdkbXYT5dhcm3lP4XKJug=/1200x628/smart/filters:quality(80)/cloudfront-us-east-2.images.arcpublishing.com/reuters/IUQL5VCNZFNPJHA2SQAO6573CM.jpg",
"description": "Alexis Lafreniere scored two goals in regulation, including the tying marker late in the third period, and then got the only goal in the shootout as the host New York Rangers edged the Columbus Blue Jackets 4-3 on Sunday night.",
"published_date": "2023-11-13T06:55:00+00:00",
"source_url": "https://www.reuters.com",
"source": "Reuters"
},
{
"id": 557,
"match_id": 19797,
"title": "Ilya Mikheyev’s Stellar Play Since Return to Canucks Lineup - Last Word on Hockey",
"link": "https://lastwordonsports.com/hockey/2023/11/14/ilya-mikheyevs-stellar-play/",
"thumbnail_url": "https://lastwordonsports.com/hockey/wp-content/uploads/sites/11/2023/11/USATSI_21786675-scaled.jpg",
"description": "After missing training camp and preseason, Ilya Mikheyev's stellar play has been a big part of the Canucks early season success.",
"published_date": "2023-11-14T14:01:43+00:00",
"source_url": "https://lastwordonsports.com",
"source": "Last Word on Hockey"
},
{
"id": 536,
"match_id": 19797,
"title": "Monday's Transactions - Danbury News Times",
"link": "https://www.newstimes.com/sports/article/monday-s-transactions-18488997.php",
"thumbnail_url": "https://s.hdnux.com/photos/01/34/02/56/24128432/3/rawImage.jpg",
"description": "BASEBALL",
"published_date": "2023-11-13T20:07:47+00:00",
"source_url": "https://www.newstimes.com",
"source": "Danbury News Times"
},
{
"id": 539,
"match_id": 19797,
"title": "Want to be a good NHL teammate? Follow these unwritten rules - theScore",
"link": "https://www.thescore.com/nhl/news/2745772/amp",
"thumbnail_url": "https://assets-cms.thescore.com/uploads/image/file/601249/cropped_Hockey_s-unwritten-rules.jpg?ts=1699902006",
"description": "",
"published_date": "2023-11-14T14:26:35+00:00",
"source_url": "https://www.thescore.com",
"source": "theScore"
}
]