Why Michael Malone’s First UNC Roster Is Better — and Worse
North Carolina enters a new era with a rebuilt roster.
Real-time football news, structured for developers. NewsMesh surfaces football 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.
North Carolina enters a new era with a rebuilt roster.
Peoples transferred to the Nittany Lions from Ohio State looking for a fresh opportunity.
Paul Akouokou se ha convertido en un pesado lastre para el Olympique de Lyon, que se quiere quitar de encima cuanto antes al mediocentro, al que todavía le resta un año de contr...
Morocco triumphed in a penalty shootout after a match where emotions were raw for both sides
The changes were announced after increased funding was secured from the Premier League, EFL, the FA and WSL.
The journey that could make the 19-year-old a more than €100m footballer in many ways began in Florida.
Highly rated defender remains keen to leave Spurs this summer
France's fearsome attack carried them smoothly through the World Cup group stage, but coach Didier Deschamps warned his players to remain "humble" as they play their first knock...
Michael Hewitt left Leeds on June 20 and was on his way to Boston to watch the Three Lions when he disappeared during a layover in Barcelona, Spain
England will face DR Congo in the World Cup round of 32 stage and Thomas Tuchel has been sent a warning about the fixture
Former England captain Wayne Rooney says he would start Manchester United midfielder Kobbie Mainoo instead of Elliot Anderson in Wednesday's World Cup last-32 tie with DR Congo.
Il y a un an, le gardien Lucas Beckman a mis la barre haute pour la saison après son repêchage par les Sénateurs d’Ottawa l’été dernier. Le Québécois est revenu dans la capitale...
Siguen los clubes de diferentes divisiones del fútbol español y europeo 'pescando' en las sobras que ha dejado el Real Zaragoza tras su estrepitoso descenso a Primera RFEF. Este...
Liverpool face challenges in their quest for a new winger, with PSG's Bradley Barcola off-limits, despite Yan Diomande's potential move to Paris Saint-Germain.
Morocco beat the Netherlands in a penalty shootout after the match finished 1-1 to advance to the Round of 16.
NewsMesh surfaces football 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=football). The examples below are ready to copy.
curl "https://api.newsmesh.co/v1/search?apiKey=nm_xxx&q=football&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=football with your apiKey to return recent football stories as structured JSON. Add &category= or &country= to narrow the results.
Every football 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: football 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.