California should be #1 in happiness — not where we ended up
California should be the happiest state to live in, but it's not by a long shot.
Real-time social issues news, structured for developers. NewsMesh surfaces social issues 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.
California should be the happiest state to live in, but it's not by a long shot.
"If your marriage is getting stale, start a feud with another couple. Nothing restores marital solidarity like having mutual enemies." View Entire Post ›
Summer House alums Amanda Batula and West Wilson are fully embracing their status as a couple — even without any cameras rolling. “Amanda and West are still going strong and are...
"sadly shes gonna remember this for the rest of her life 😭" View Entire Post ›
For years, Parton and Sandy Gallin shared a Fifth Avenue pied-à-terre, a Manhattan home base that neither occupied full time.
It is rather common these days to say that there are no such things as stupid questions , but (and apologies if this sounds stupid) does anyone actually believe that? Interestin...
Un jeune autochtone a sauvagement battu à mort son beau-père, incapable de supporter la violence qu’il aurait fait vivre à sa mère.
The First Minister said there had been ‘absolute tragedies’ in Scotland over the summer.
L'utilisation des réseaux sociaux chez les moins de 16 ans en Australie est remontée après son interdiction fin 2025 à cette catégorie de population.
The new “Indian problem” The post Why Is Anti-Indigenous Racism on the Rise? first appeared on The Walrus .
Meta a passé un accord amiable mercredi avec des dizaines d'États américains pour mettre fin au procès contre le groupe californien.
Meta a passé un accord amiable mercredi avec des dizaines d'États américains pour mettre fin au procès contre le groupe californien.
The San Francisco 49ers owner’s arrest in Ohio over the weekend was quickly put behind him. Others are not so lucky The Wheat Hill Mobile Home Community sits off state Route 170...
Years of living in a regularly infested suite in an always-infested building have given Lewie Gwyllt nightmares in which he’s wrestling giant bedbugs. The 64-year-old has lived ...
Some absurd questions I hear: Which words create the most risk? Which commitments belong in communications? Which programs are central to the business?
Dolly Parton was the greatest southern stateswoman of the 20th and 21st centuries. Forgive me a bit of hyperbole; the country star’s death at 80 has triggered an outpouring of g...
“I comforted kids, comforted my friends because they were crying, and I started helping people,” Samuel Holcomb said of the accident
The reactions of Lindsay Clancy's passionate supporters risk reinforcing the stigma surrounding postpartum depression — and push her murdered children to the margins.
NewsMesh surfaces social issues 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=social+issues). The examples below are ready to copy.
curl "https://api.newsmesh.co/v1/search?apiKey=nm_xxx&q=social+issues&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=social issues with your apiKey to return recent social issues stories as structured JSON. Add &category= or &country= to narrow the results.
Every social issues 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: social issues 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.