Just Ask the Dinosaurs How Bad Air Quality Can Get
If an orange sky seems apocalyptic, imagine planet-wide fires against a black sky.
Real-time air quality news, structured for developers. NewsMesh surfaces air quality 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 an orange sky seems apocalyptic, imagine planet-wide fires against a black sky.
There are currently some scary natural disasters happening in Canada, which include nasty wildfires that have pushed tons of smoke and debris into the northeastern part of the U...
There are currently some scary natural disasters happening in Canada, which include nasty wildfires that have pushed tons of smoke and debris into the northeastern part of the U...
CLEVELAND (AP) — The game between the Pittsburgh Pirates and the Cleveland Guardians scheduled for Friday night has been postponed due to air quality concerns because of wildfir...
CLEVELAND (AP) — The game between the Pittsburgh Pirates and the Cleveland Guardians scheduled for Friday night has been postponed due to air quality concerns because of wildfir...
Up north, there are dangerous wildfires taking place in Canada, which has affected the Northeastern part of the United States, including states like Illinois, Indiana, Michigan,...
Up north, there are dangerous wildfires taking place in Canada, which has affected the Northeastern part of the United States, including states like Illinois, Indiana, Michigan,...
The Pirates and Guardians are the first to have a game postponed Friday as several teams are still monitoring the air quality.
CLEVELAND (AP) — The game between the Pittsburgh Pirates and the Cleveland Guardians scheduled for Friday night has been postponed due to air quality concerns because of wildfir...
President Donald Trump said he is “holding Canada responsible” for the wildfires causing poor air quality across the U.S. and threatened to add the cost of the damage to tariffs...
Canadian wildfire smoke is continuing to impact sports schedules across the United States.
Toronto’s medical officer of health is advising residents to monitor air quality reports before deciding to go outside, as wildfire smoke is still moving across Ontario
President Donald Trump was furious with Canada on Friday as wildfires and smoke prompted major air quality concerns for the Midwest and Northeast. Trump dropped threats in a pos...
President Trump threatened on Friday to impose additional tariffs on Canada, accusing the country’s government of “willful negligence” in its handling of massive wildfires that ...
President Trump threatened on Friday to impose additional tariffs on Canada, accusing the country’s government of “willful negligence” in its handling of massive wildfires that ...
The Brewers are set to open the second half with a series against the Marlins. They provided the latest in an update amid air quality concerns.
\
Millions of people living in areas with unhealthy and hazardous air have been told to stay inside as much as possible until the smoke clears.
NewsMesh surfaces air quality 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=air+quality). The examples below are ready to copy.
curl "https://api.newsmesh.co/v1/search?apiKey=nm_xxx&q=air+quality&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=air quality with your apiKey to return recent air quality stories as structured JSON. Add &category= or &country= to narrow the results.
Every air quality 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: air quality 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.