News from GA
1,580 news articles from publishers in GA, searchable now through a free API that needs no key.
The busiest publisher in this slice is gabonmediatime.com with 1,573 articles, 99.6% of the total, followed by www.infosplusgabon.com. By language it splits into French (1,580). Daily volume averages about 17 articles over the last 8 days, peaking at 30 on 2026-09-01.
Fetch it
curl "https://freenewsapi.ai/v1/search?country=GA&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=GA&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 GA 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=GA&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-07T09:14 | Football : Aubameyang, meilleur buteur africain de l'histoire dans le top5 Europe ! | gabonmediatime.com |
2026-09-06T19:13 | Coma éthylique ou l'overdose de l'alcool , qui met en danger la vie du consommateur | gabonmediatime.com |
2026-09-06T18:34 | ONU : adoption de « Correct the Map » pour corriger la représentation de l’Afrique sur les cart | gabonmediatime.com |
2026-09-06T13:57 | « Éléphants Blancs » de la Nyanga : le collectif Nyn Eveil annonce le dépôt d’une plainte | gabonmediatime.com |
2026-09-06T13:45 | Énergie : mise en service de la centrale solaire d’Ayémé dans sa première phase | gabonmediatime.com |
2026-09-06T12:10 | Libreville : tombée de rideaux sur Airtel Money Battle Ntcham Tour | gabonmediatime.com |
2026-09-06T12:04 | Gabon : Il y a 61 ans disparaissait Albert Schweitzer à Lambaréné ! | gabonmediatime.com |
2026-09-06T12:00 | Owendo : Perturbations en perspective sur les routes lors du convoi des nouvelles turbines à ga | gabonmediatime.com |
Who publishes it
The 2 most active publishers inside this slice right now. Not a curated list — this is simply who appeared most often.
Languages published in GA
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 |
|---|---|---|---|
| fr | French | 1,580 | 100.0% |
Domain zones used by GA publishers
Publishers here do not all use the national zone. This is the split that country inference has to work against.
| Code | Name | Articles | Share |
|---|---|---|---|
| com | global commercial | 1,580 | 100.0% |
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 | 1 | |
2026-09-06 | 11 | |
2026-09-05 | 11 | |
2026-09-04 | 20 | |
2026-09-03 | 21 | |
2026-09-02 | 17 | |
2026-09-01 | 30 | |
2026-08-31 | 22 | |
2026-08-30 | 17 | |
2026-08-29 | 18 | |
2026-08-28 | 18 | |
2026-08-27 | 19 | |
2026-08-26 | 15 | |
2026-08-25 | 22 |
Combine with other filters
# GA, published today, full article bodies
curl "https://freenewsapi.ai/v1/search?country=GA&date=today&full_text=true&size=10"
# GA, search phrase, ranked by relevance
curl "https://freenewsapi.ai/v1/search?country=GA&q=economy&sort=relevance&size=20"
# GA, newly ingested in the last 15 minutes
curl "https://freenewsapi.ai/v1/search?country=GA&sort=crawled&from=now-15m&size=50"