Why Nike’s Basketball-Inspired U.S. Open Looks Make Perfect Sense
Carlos Alcaraz showed up to Flushing Meadows looking more ready for a game of pickup basketball than Grand Slam tennis — but it works
Real-time basketball news, structured for developers. NewsMesh surfaces basketball 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.
Carlos Alcaraz showed up to Flushing Meadows looking more ready for a game of pickup basketball than Grand Slam tennis — but it works
Oregon, Boise State’s Week 1 opponent, leads college football with eight selections
The Iowa State Cyclones men's basketball team could be contenders in the Big 12 if things go their way.
After playing corner and safety earlier in his career, Jordan Shaw has settled in at nickel, where he believes his versatility gives him the best chance to make an impact.
The Golden State Warriors failed to add big names this offseason, and one major outlet expects them to suffer for it. Stephen Curry hopes to have a productive season and lead th...
The Lakers offered Jonathan Kuminga more money, but a West rival’s aggressive recruiting pitch won him over. The post Lakers Lose Jonathan Kuminga to West Rival Despite Much Big...
Chicago Sky owner Michael Alter compared Enes Kanter Freedom's ejection from Wintrust Arena to shooting a gun, saying certain threats don't get warnings.
Rancho Cucamonga (Calif.) four-star tight end Jaylin Smalls is set to visit the USC Trojans.
Quick-scouting incoming Ohio State forward Anthony Thompson and his future NBA prospects.
Caitlin Clark's 37-point performance against the Chicago Sky drew 3.31 million viewers, the most-watched WNBA regular season game since 1997.
One of the Knicks’ leading options for additional frontcourt depth now appears headed to an Eastern Conference rival. The post Knicks Get Bad News on Top Center Target From NBA ...
Johnson is the eighth incoming transfer for Virginia Tech's 2026-27 team.
Unrivaled surpasses its $100 million Series C target, reaching a $650 million valuation as the player-owned women’s basketball league prepares for its 3rd season in 2027.
Which key backup spot is still up for grabs for the Iowa State Cyclones?
The third-year edge rusher is starting to put together enough performances to demand a role on the field.
Young Indiana Pacers forward Johnny Furphy is back on the court as he rehabs from a torn ACL suffered in February.
University of Hawaiʻi football jerseys now feature Hawaiian Airlines' Pualani patch, marking the first sponsor logo on Rainbow Warriors uniforms.
Broncos still searching for first class of 2027 commitment
Nike is striking out with its basketball-inspired fishnet US Open kits.
Has Arkansas basketball surpassed football in terms of popularity?
NewsMesh surfaces basketball 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=basketball). The examples below are ready to copy.
curl "https://api.newsmesh.co/v1/search?apiKey=nm_xxx&q=basketball&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=basketball with your apiKey to return recent basketball stories as structured JSON. Add &category= or &country= to narrow the results.
Every basketball 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: basketball 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.