Luke Beveridge highly amused as Collingwood trains on Western Bulldogs’ home ground
‘If you didn’t laugh you’d cry.’
Real-time sports commentary news, structured for developers. NewsMesh surfaces sports commentary coverage from outlets across 35 countries and serves it as clean JSON, each story tagged with its category, the countries it's relevant to, and the named people detected in the body. Pull it with full-text search (GET /v1/search?q=) and layer category, country, or date filters on top, no scraping required.
‘If you didn’t laugh you’d cry.’
Oregon Ducks receiver Evan Stewart needed proof that coach Dan Lanning singled him out.
It’s been a tough year at the plate for New York Yankees star infielder Jazz Chisholm Jr., and he’d be the first to acknowledge that.However, he may be finding a rhythm at the p...
Cindy Brunson defended DiJonai Carrington's clothesline on Sophie Cunningham while dismissing Caitlin Clark's historic stats as stat padding.
Toronto Blue Jays manager John Schneider made an honest Vladimir Guerrero Jr. statement during the Kansas City Royals series. The post Toronto Blue Jays Manager Drops Honest Vla...
The NFL can get heated, and that means even teammates can end up fighting.
Texas Longhorns quarterback shares a funny but true statement when discussing Tennessee Volunteers commit David Gabriel-Georges.
Josh Allen recently complained about the NFL's artificial turf, and the NFL world didn't appreciate his comments. Here's what fans had to say.
Iowa is nearing Week 1 without an answer at quarterback. Head coach Kirk Ferentz may have sent a shot of nerves to many fans with his comments.
Motherwell manager Alfred Johansson has been speaking to the media before Thursday's Conference League play-off second leg with Freiburg in Germany, with the hosts leading 3-1. ...
The Oklahoma State Cowboys head coach has an Aussie punter this year and he recounted his hilarious moment with the first one he coached.
The WNBA is drawing more eyes than ever before.
NFL observers reacted after Nicki Jhabvala called the Commanders' offensive line "inoperable" during a key joint practice with Baltimore.
Sir Alex Ferguson once admitted he was intimidated by one 'towering' Manchester United legend.
ESPN's Chris Russo went off on LSU on Wednesday.
Texas Longhorns quarterback Arch Manning isn't shy on the football field, especially when it comes to trash-talking.
Indiana’s non-conference schedule didn’t offer much intrigue, but Tayven Jackson facing his former team in Week 1 gives the Hoosiers an immediate storyline.
"When I see certain things that certain people write about me, it’s definitely frustrating and definitely a little disappointing. But like I said earlier, everyone has an opinio...
Jason Williams, the mixtape favorite known as “White Chocolate” and a 2006 NBA champion with the Miami Heat, became the latest voice in hoops to reject Enes Kanter. Kanter has m...
How to catch the action of an important series finale.
NewsMesh surfaces sports commentary coverage from sources across 35 countries, normalised into one structured feed you can query by keyword, category, country, and date.
Authenticate with your apiKey and call one endpoint (GET api.newsmesh.co/v1/search?q=sports+commentary). The examples below are ready to copy.
curl "https://api.newsmesh.co/v1/search?apiKey=nm_xxx&q=sports+commentary&limit=20"GET /v1/latest: Most-recent articles, filterable by category, country, and date range.GET /v1/search: Full-text search across the archive with boolean operators and source filters.GET /v1/trending: Cached trending headlines, the fastest endpoint for homepage feeds.GET /v1/article/{id}: Fetch a single article and its full metadata by ID.Call GET /v1/search?q=sports commentary with your apiKey to return recent sports commentary stories as structured JSON. Add &category= or &country= to narrow the results.
Every sports commentary article carries its category, the countries it's relevant to, and the named people detected in the body, so you can route and filter without your own NLP layer.
Yes. Add &category=technology (or business, politics, and more) and &country=us (or any ISO country code) to the search query to focus the feed.
Yes. NewsMesh is a real-time news API: sports commentary stories are served through the live /v1/latest and /v1/trending endpoints alongside a searchable archive, each tagged with its category, the countries it's relevant to, and the named people detected in the body, so you can build a live feed without scraping HTML.
Create a NewsMesh account, generate an API key, and call the endpoint above with your apiKey parameter. See the pricing page for current plans and rate limits.
Access the full dataset programmatically with the NewsMesh API.