no key · no human

Narinkalegazetesi API, RSS and sitemap

Every article Narinkalegazetesi publishes, as JSON, through an open API with no key and no signup. 192 of their articles are indexed right now, refreshed hourly.

TurkeyTurkish#8,913 by volume

Four ways to pull narinkalegazetesi.net

All four are ours, all four are live, and none of them needs a key.

JSON Search this publisher

Every article we hold from narinkalegazetesi.net, newest first. Add q= to search inside.

curl -s "https://freenewsapi.ai/v1/search?host=narinkalegazetesi.net&size=20"open it →

RSS Subscribe in any reader

The same articles as an RSS 2.0 feed. Works in Feedly, Inoreader, Thunderbird — anywhere.

curl -s "https://freenewsapi.ai/v1/rss?host=narinkalegazetesi.net&size=50"open it →

JSON Feed For apps

JSON Feed 1.1, the same content in a format apps parse natively.

curl -s "https://freenewsapi.ai/v1/feed.json?host=narinkalegazetesi.net&size=50"open it →

Trimmed For agents

Only the fields an agent needs — title, url, date, language — so the response stays small.

curl -s "https://freenewsapi.ai/v1/search?host=narinkalegazetesi.net&size=20&fields=title,url,published_at,lang"open it →

What this outlet covers, by share of its recent output:

society 60%health 20%transport 20%

Call the API

A live request. Paste it into a terminal and Narinkalegazetesi headlines come back as JSON.

bash
curl "https://freenewsapi.ai/v1/search?host=narinkalegazetesi.net&size=5"
192
articles indexed
189
in the last 30 days
9
median per day
1
languages
7400 min
median crawl lag
09.08 → 06.09
archive depth

Publishing volume

Articles per day over the last 22 days. The busiest hour is 13:00 UTC — that is when the newsroom pushes its main batch.

2026-08-09: gap in the upstream archive, the whole corpus dips2026-08-10: 3 articles2026-08-11: 3 articles2026-08-12: 4 articles2026-08-13: 6 articles2026-08-16: 10 articles2026-08-18: 10 articles2026-08-19: 10 articles2026-08-21: 6 articles2026-08-22: 8 articles2026-08-24: 12 articles2026-08-25: 15 articles2026-08-27: 14 articles2026-08-28: 20 articles2026-08-29: 9 articles2026-08-30: 11 articles2026-09-01: 14 articles2026-09-02: 2 articles2026-09-03: 16 articles2026-09-04: 4 articles2026-09-05: 6 articles2026-09-06: 6 articles08-1208-1808-2208-2708-3009-0309-06

The 1 hatched days are gaps in the upstream news archive, not quiet days at Narinkalegazetesi: the whole corpus dips on those dates. They are excluded from the median above.

bash
curl "https://freenewsapi.ai/v1/stats?host=narinkalegazetesi.net&top=10"

Publishing rhythm

When Narinkalegazetesi actually publishes, by hour of day (UTC) and by day of week — measured from 192 timestamps, not from a schedule they advertise.

00: 00001: 00102: 00203: 00304: 20405: 00506: 70607: 200708: 120809: 90910: 71011: 61112: 151213: 411314: 121415: 271516: 51617: 151718: 01819: 141920: 02021: 02122: 02223: 023
Mon: 15MonTue: 42TueWed: 16WedThu: 36ThuFri: 30FriSat: 23SatSun: 30Sun

Languages

CodeLanguageArticlesShare
trTurkish192100.0%

Latest articles

The 18 most recent Narinkalegazetesi articles in the index — the same rows the API returns, rendered for humans.

Doğubayazıt Turizm Meslek Lisesi inşaatı Devam ediyor
2026-09-06 15:16 UTC
-narinkale gazetesi-
AĞRI BELEDİYESİ EŞ BAŞKANI MEHMET AKKUŞ VEFAT ETTİ
2026-09-05 19:22 UTC
-narinkale gazetesi-
Salih Budak vefat etti
2026-09-04 17:41 UTC
-narinkale gazetesi-
LOKMAN ŞAHİN VEFAT ETTİ
2026-09-03 19:34 UTC
-narinkale gazetesi-
"HAZRETİ PEYGAMBER VE GÜZEL AHLAK" KONFERANSI
2026-09-03 07:45 UTC
-narinkale gazetesi-
METİN BİRLİK VEFAT ETTİ
2026-09-02 13:47 UTC
narinkale gazetesi

Harvest it all

Page through the archive by date. from and to accept YYYY-MM-DD or relative values such as now-7d.

bash
curl "https://freenewsapi.ai/v1/search?host=narinkalegazetesi.net&from=now-7d&size=100"

To poll for new material, keep the timestamp of the newest article you saw and ask only for what came after it:

bash
curl "https://freenewsapi.ai/v1/search?host=narinkalegazetesi.net&from=now-1h&sort=date_asc"

Article bodies come with full_text=true. No key, no quota tier, no header — see the search endpoint for every parameter.

Metadata quality

How well Narinkalegazetesi marks up its own pages — useful if you are deciding whether to parse them yourself.

0%
dates from JSON-LD
0%
articles with a byline
0%
articles with sections
average page weight

Crawl lag — the delay between publication and the article reaching this index — is 7400 min at the median, 20668 minutes at the 90th percentile.

Similar publishers

Comparable outlets in the same language. Those without a page here yet link straight to their slice of the API.

FAQ

Does Narinkalegazetesi have an official API?

Not a public one. This endpoint is the practical alternative: their articles as structured JSON, with title, lead, publication time, section, byline and a link back to the original.

How do I get their RSS feed?

Most publishers expose one at /rss or /feed, but feeds carry only the last few dozen items and drop them within hours. This index keeps 192 of their articles and lets you filter by date, language and section.

How many articles does Narinkalegazetesi publish per day?

9 on a median day, measured across 22 days.

Can I use this commercially?

The API is free and unauthenticated. What you may do with the content is between you and the publisher: we return metadata, a lead paragraph and a link, not a licence.