News from North Macedonia
18,121 news articles from publishers in North Macedonia, searchable now through a free API that needs no key.
The busiest publisher in this slice is nezavisen.mk with 3,925 articles, 21.7% of the total, followed by republika.mk, albeu.com. By language it splits into Macedonian (12,692), English (5,227), Albanian (188). Daily volume averages about 579 articles over the last 8 days, peaking at 757 on 2026-09-02.
Fetch it
curl "https://freenewsapi.ai/v1/search?country=MK&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=MK&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 North Macedonia 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=MK&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:01 | Одбојкарите со истурање на вода испратени на Европското првенство (Фото) | sportski.mk |
2026-09-07T12:46 | Премиерот на Србија, Мацут денеска на вонредна седница ќе предложи распуштање на Собранието | www.publikum.mk |
2026-09-07T12:31 | Mиовски откако остана без трансфер, сега сам ќе се грижи за својата кариера! | sportski.mk |
2026-09-07T12:26 | СДСМ бара целосна истрага за сите скандали со Јанушев: Мито, фирма во Бугарија, имот, тендери | www.publikum.mk |
2026-09-07T11:57 | Инфантино оди по нов мандат: Претседателот на ФИФА повторно се кандидира | sportski.mk |
2026-09-07T11:28 | Трагедија во Бугарија: Фудбалер постигна два гола, па почина во соблекувалната по натпреварот | sportski.mk |
2026-09-07T11:21 | (Видео) Коњановски: Битола се гради како никогаш досега, конкретни проекти, видливи резултати и | zoom.mk |
2026-09-07T11:11 | (Видео) Серафимовски: Се преземаат мерки за интензивирање на откупот на вранецот | zoom.mk |
Who publishes it
The 23 most active publishers inside this slice right now. Not a curated list — this is simply who appeared most often.
| Publisher | Articles | Share | API |
|---|---|---|---|
nezavisen.mk | 3,925 | 21.7% | query |
republika.mk | 3,917 | 21.6% | query |
albeu.com | 3,657 | 20.2% | query |
skopje1.mk | 1,366 | 7.5% | query |
denar.mk | 1,130 | 6.2% | query |
vistina.com.mk | 995 | 5.5% | query |
zoom.mk | 642 | 3.5% | query |
meta.mk | 601 | 3.3% | query |
sportski.mk | 369 | 2.0% | query |
shenja.tv | 291 | 1.6% | query |
mediaset.mk | 265 | 1.5% | query |
english.republika.mk | 223 | 1.2% | query |
kosovaime.tv | 188 | 1.0% | query |
puls24.mk | 168 | 0.9% | query |
www.publikum.mk | 114 | 0.6% | query |
www.webohrid.com | 64 | 0.4% | query |
drnka.mk | 56 | 0.3% | query |
ekobalans.mk | 46 | 0.3% | query |
webmind.mk | 40 | 0.2% | query |
cenometar.mk | 39 | 0.2% | query |
mkd-news.com | 14 | 0.1% | query |
nakordoni.eu | 10 | 0.1% | query |
24.mk | 1 | 0.0% | query |
Languages published in North Macedonia
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 North Macedonia 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 |
|---|---|---|---|
| mk | North Macedonia | 13,897 | 76.7% |
| com | global commercial | 3,735 | 20.6% |
| tv | media | 479 | 2.6% |
| eu | European Union | 10 | 0.1% |
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 | 141 | |
2026-09-06 | 606 | |
2026-09-05 | 575 | |
2026-09-04 | 714 | |
2026-09-03 | 397 | |
2026-09-02 | 757 | |
2026-09-01 | 705 | |
2026-08-31 | 738 | |
2026-08-30 | 592 | |
2026-08-29 | 564 | |
2026-08-28 | 631 | |
2026-08-27 | 390 | |
2026-08-26 | 313 | |
2026-08-25 | 233 |
Combine with other filters
# North Macedonia, published today, full article bodies
curl "https://freenewsapi.ai/v1/search?country=MK&date=today&full_text=true&size=10"
# North Macedonia, search phrase, ranked by relevance
curl "https://freenewsapi.ai/v1/search?country=MK&q=economy&sort=relevance&size=20"
# North Macedonia, newly ingested in the last 15 minutes
curl "https://freenewsapi.ai/v1/search?country=MK&sort=crawled&from=now-15m&size=50"