Three things we learned from Tottenham win as Roberto De Zerbi's vision starts taking shape
Things are looking up in north London after a challenging start to the Premier League season
Real-time Premier League news, structured for developers. NewsMesh surfaces Premier League 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.
Things are looking up in north London after a challenging start to the Premier League season
Premier League’s European contenders enter the fray
The Gunners have their sights set on successfully defending the Premier League title.
The FWA Footballer of the Year and Premier League Player of the Season added PFA Players’ Player of the Year to his 2025–26 award list this week.
The third-round draw for the 2026-27 Carabao Cup will take place on Wednesday, August 26.
Andoni Iraola oversees his first Premier League match at Anfield early Saturday when Oliver Glasner's Nottingham Forest arrive in pursuit of a first win of the season.
Por primera vez en la liga de futbol de Inglaterra hay inscritos diez jugadores japoneses, siendo el portero Zion Suzuki el fichaje de mayor perfil.
Another Premier League badge will be added to United's shirts for their game against Ipswich Town on Sunday.
The Red Devils failed to comply with a little-known Premier League kit rule during their 2026-27 Premier League opener against Hull City
Tottenham are ready to make yet another transfer move before the September 1 deadline
The Belfast Wolves and Dublin Guardians will play their first game of the European T20 Premier League in Voorburg on Thursday.
Midfielder hands Carrick timely boost ahead of next Premier League match
Amit Bhatia, the new Liverpool vice-chairman, is set to attend the Reds' first home game of the season at Anfield on Saturday, when Andoni Iraola's side take on Nottingham Fores...
Cameroonian midfielder Carlos Baleba has moved from Brighton to Manchester United for around 75 million euros.
Lucas Herrington is hailed as a 'very special talent' after making his Premier League debut in a shock win over Manchester United.
Lucas Herrington is hailed as a 'very special talent' after making his Premier League debut in a shock win over Manchester United.
Lucas Herrington speaks to Stan Sport after making his Premier League debut.
NewsMesh surfaces Premier League 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=Premier+League). The examples below are ready to copy.
curl "https://api.newsmesh.co/v1/search?apiKey=nm_xxx&q=Premier+League&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=Premier League with your apiKey to return recent Premier League stories as structured JSON. Add &category= or &country= to narrow the results.
Every Premier League 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: Premier League 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.