News from NA
1,283 news articles from publishers in NA, searchable now through a free API that needs no key.
The busiest publisher in this slice is namibiadailynews.info with 953 articles, 74.3% of the total, followed by com-namibia.com, thebrief.com.na. By language it splits into English (1,196). Daily volume averages about 33 articles over the last 8 days, peaking at 41 on 2026-09-06.
Fetch it
curl "https://freenewsapi.ai/v1/search?country=NA&date=today&sort=date&size=20"No API key, no signup, no quota. The response carries the headline, description,
publisher, publication time and the original URL for every article, and the full body text
if you ask for it with full_text=true.
Count it
curl "https://freenewsapi.ai/v1/stats?country=NA&top=20"Returns exactly the breakdown shown on this page: which publishers, which languages, and how the volume splits across the last 90 days. About 200 tokens, which makes it the cheapest way for an agent to decide whether this slice is worth reading.
Country is inferred, not declared. Before counting NA articles, read
country_source — and add
strict_country=true to exclude values derived from an en-US
template default.
curl "https://freenewsapi.ai/v1/search?country=NA&strict_country=true&date=today&size=20"Latest from this slice
The newest articles matching this filter at the time this page was generated. Headlines link to the publisher — we index and search, we do not host.
| Published | Headline | Publisher |
|---|---|---|
2026-09-07T13:22 | This Popular Destination Requires a $50,000 Travel Insurance Policy | com-namibia.com |
2026-09-07T12:23 | Bahia Principe Escape – Adult-Only Getaway for a Total Disconnection from Everyday Life | com-namibia.com |
2026-09-07T11:22 | China: Studios Let You Be the Star of Your Own Movie for €25 | com-namibia.com |
2026-09-07T10:22 | Business Travel: Paris Region Confirms Global Leadership | com-namibia.com |
2026-09-07T07:02 | When public healthcare gets it right: A thank you to those who cared for my mother | thebrief.com.na |
2026-09-07T06:23 | Tuscany Stay: How to Find the Best Campsite in Viareggio | com-namibia.com |
2026-09-07T06:15 | Another day, another SME fighting for its financial life | thebrief.com.na |
2026-09-07T05:23 | China Train Travel: Tickets, Sleeper Berths, Meals, and Tips | com-namibia.com |
Who publishes it
The 5 most active publishers inside this slice right now. Not a curated list — this is simply who appeared most often.
| Publisher | Articles | Share | API |
|---|---|---|---|
namibiadailynews.info | 953 | 74.3% | query |
com-namibia.com | 192 | 15.0% | query |
thebrief.com.na | 87 | 6.8% | query |
teliospress.com | 39 | 3.0% | query |
www.namibianewsdigest.com | 12 | 0.9% | query |
Languages published in NA
What this country actually publishes in, which is often more than one language and rarely what a single language filter would suggest.
| Code | Name | Articles | Share |
|---|---|---|---|
| en | English | 1,196 | 93.2% |
Domain zones used by NA publishers
Publishers here do not all use the national zone. This is the split that country inference has to work against.
Volume by day
How much this slice produces daily. Useful for sizing a job before you run it, and for spotting whether a spike is real or an artefact of one publisher.
| Day | Articles | |
|---|---|---|
2026-09-07 | 11 | |
2026-09-06 | 41 | |
2026-09-05 | 27 | |
2026-09-04 | 37 | |
2026-09-03 | 34 | |
2026-09-02 | 38 | |
2026-09-01 | 40 | |
2026-08-31 | 33 | |
2026-08-30 | 36 | |
2026-08-29 | 34 | |
2026-08-28 | 50 | |
2026-08-27 | 40 | |
2026-08-26 | 23 | |
2026-08-25 | 26 |
Combine with other filters
# NA, published today, full article bodies
curl "https://freenewsapi.ai/v1/search?country=NA&date=today&full_text=true&size=10"
# NA, search phrase, ranked by relevance
curl "https://freenewsapi.ai/v1/search?country=NA&q=economy&sort=relevance&size=20"
# NA, newly ingested in the last 15 minutes
curl "https://freenewsapi.ai/v1/search?country=NA&sort=crawled&from=now-15m&size=50"