no key · no human

znews.gr API, RSS and sitemap

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

GreeceGreek#4,012 by volume

Four ways to pull znews.gr

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

JSON Search this publisher

Every article we hold from znews.gr, newest first. Add q= to search inside.

curl -s "https://freenewsapi.ai/v1/search?host=znews.gr&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=znews.gr&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=znews.gr&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=znews.gr&size=20&fields=title,url,published_at,lang"open it →

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

media 100%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=znews.gr&size=5"
636
articles indexed
592
in the last 30 days
45
median per day
1
languages
2 min
median crawl lag
25.08 → 06.09
archive depth

Publishing volume

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

2026-08-25: 30 articles2026-08-26: 50 articles2026-08-27: 46 articles2026-08-28: 46 articles2026-08-29: 43 articles2026-08-30: 76 articles2026-08-31: 58 articles2026-09-01: 45 articles2026-09-02: 43 articles2026-09-03: 41 articles2026-09-04: 47 articles2026-09-05: 40 articles2026-09-06: 27 articles08-2508-2708-2908-3109-0209-0409-06
bash
curl "https://freenewsapi.ai/v1/stats?host=znews.gr&top=10"

Publishing rhythm

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

00: 50001: 70102: 60203: 00304: 20405: 270506: 200607: 250708: 400809: 260910: 341011: 281112: 381213: 351314: 341415: 341516: 381617: 391718: 311819: 261920: 332021: 212122: 272223: 1623
Mon: 58MonTue: 75TueWed: 93WedThu: 87ThuFri: 93FriSat: 83SatSun: 103Sun

Sections

Sections come from the publisher's own markup, present on 35% of their articles.

SectionArticles
media208

Languages

CodeLanguageArticlesShare
elGreek59293.1%

Latest articles

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

Αντώνης Ρέμος: Η απάντηση της παραγωγής στις αντιδράσεις για τη σκηνή μπροστά από το άγαλμα του Μεγάλου Αλεξάνδρου
2026-09-06 15:30 UTC
Αντιδράσεις έχει προκαλέσει στη Θεσσαλονίκη η τοποθέτηση της σκηνής για τη μεγάλη επετειακή συναυλία του Αντώνη Ρέμου, η οποία είναι προγραμματισμένη για τις 12 Σεπτεμβρί
Αλέξανδρος Τσουβέλας: Τρόλαρε δημοσιογράφο της ΕΡΤ3 – «Είσαι σαν εκείνον τον μαρκαδόρο»
2026-09-06 14:00 UTC
Στην εκπομπή «Μέρα με Χρώμα» με την Έφη Αλεβίζου μίλησε ο Αλέξανδρος Τσουβέλας, με αφορμή την παρουσία του στη ΔΕΘ. Ο γνωστός stand-up comedian βρέθηκε στη Θεσσαλονίκη πρ
Πέθανε η ηθοποιός Καίτη Φούτση
2026-09-06 12:14 UTC
Την τελευταία της πνοή άφησε στις 2 Σεπτεμβρίου η ηθοποιός, Καίτη Φούτση, σε ηλικία 85 ετών, όπως έκανε γνωστό ο Σπύρος Μπιμπίλας. Η Καίτη Φούτση γεννήθηκε την 1η Φεβρουα
Χαμός με τη Σοφία Βούλτεψη στον αέρα του Open: «Βρήκες τώρα για τον τρόπο μου – Στα ψυχιατρεία θα μας πάτε;»
2026-09-06 10:30 UTC
Η Σοφία Βούλτεψη της Νέας Δημοκρατίας, η Νάντια Γιαννακοπούλου του ΠΑΣΟΚ, ο Θανάσης Τζίμας του ΚΚΕ, ο Αλέξανδρος Καζαμίας της Πλεύσης Ελευθερίας και ο Διονύσης Τεμπονέρας

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=znews.gr&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=znews.gr&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 znews.gr 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
35%
articles with sections
average page weight

Crawl lag — the delay between publication and the article reaching this index — is 2 min at the median, 1246 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 znews.gr 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 636 of their articles and lets you filter by date, language and section.

How many articles does znews.gr publish per day?

45 on a median day, measured across 13 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.