News from ML
1,260 news articles from publishers in ML, searchable now through a free API that needs no key.
The busiest publisher in this slice is malijet.com with 932 articles, 74.0% of the total, followed by www.echosmedias.org, mali24.info. By language it splits into French (1,229), English (20). Daily volume averages about 35 articles over the last 8 days, peaking at 64 on 2026-09-03.
Fetch it
curl "https://freenewsapi.ai/v1/search?country=ML&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=ML&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 ML 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=ML&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-07T11:24 | Destruction de bases de combattants au Mali, frappes contre des terroristes au Burkina Faso : l | www.echosmedias.org |
2026-09-07T10:45 | Niamey renforce ses liens avec Moscou; tensions avec la France | www.echosmedias.org |
2026-09-07T09:55 | Montée des couleurs : le Médecin Colonel-major Assa Badiallo TOURÉ donne le ton d'une | www.echosmedias.org |
2026-09-07T09:47 | Coopération Sud-Sud : le Mali appelle à passer de l’assistance au partenariat | malijet.com |
2026-09-07T09:25 | Entre Nous: Comme une malédiction ! | malijet.com |
2026-09-07T09:22 | Compétitions africaines des clubs : un nul, une défaite et deux victoires pour les représentant | malijet.com |
2026-09-07T09:11 | Cybercriminalité : Abderrahmane Keïta attendu devant le tribunal après deux reports | malijet.com |
2026-09-07T09:08 | Vol de véhicule à Souleymanebougou : un suspect arrêté et la voiture retrouvée en 24 heures | malijet.com |
Who publishes it
The 6 most active publishers inside this slice right now. Not a curated list — this is simply who appeared most often.
| Publisher | Articles | Share | API |
|---|---|---|---|
malijet.com | 932 | 74.0% | query |
www.echosmedias.org | 173 | 13.7% | query |
mali24.info | 89 | 7.1% | query |
maliemergenceinfo.com | 35 | 2.8% | query |
pari.ml | 20 | 1.6% | query |
news.abamako.com | 11 | 0.9% | query |
Languages published in ML
What this country actually publishes in, which is often more than one language and rarely what a single language filter would suggest.
Domain zones used by ML 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 | 978 | 77.6% |
| org | organisations | 173 | 13.7% |
| info | information | 89 | 7.1% |
| ml | ml | 20 | 1.6% |
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 | 15 | |
2026-09-06 | 27 | |
2026-09-05 | 30 | |
2026-09-04 | 24 | |
2026-09-03 | 64 | |
2026-09-02 | 44 | |
2026-09-01 | 51 | |
2026-08-31 | 27 | |
2026-08-30 | 32 | |
2026-08-29 | 35 | |
2026-08-28 | 52 | |
2026-08-27 | 45 | |
2026-08-26 | 46 | |
2026-08-25 | 28 |
Combine with other filters
# ML, published today, full article bodies
curl "https://freenewsapi.ai/v1/search?country=ML&date=today&full_text=true&size=10"
# ML, search phrase, ranked by relevance
curl "https://freenewsapi.ai/v1/search?country=ML&q=economy&sort=relevance&size=20"
# ML, newly ingested in the last 15 minutes
curl "https://freenewsapi.ai/v1/search?country=ML&sort=crawled&from=now-15m&size=50"