no key · no human

نيويورك نيوز API, RSS and sitemap

Every article نيويورك نيوز publishes, as JSON, through an open API with no key and no signup. 1,676 of their articles are indexed right now, refreshed hourly.

United StatesArabic#2,026 by volume

Four ways to pull newyork-news.us

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

JSON Search this publisher

Every article we hold from newyork-news.us, newest first. Add q= to search inside.

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

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

crime 30%conflict 20%health 20%

Call the API

A live request. Paste it into a terminal and نيويورك نيوز headlines come back as JSON.

bash
curl "https://freenewsapi.ai/v1/search?host=newyork-news.us&size=5"
1,676
articles indexed
1,676
in the last 30 days
133
median per day
1
languages
1 min
median crawl lag
25.08 → 07.09
archive depth

Publishing volume

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

2026-08-25: 78 articles2026-08-26: 133 articles2026-08-27: 141 articles2026-08-28: 127 articles2026-08-29: 118 articles2026-08-30: 147 articles2026-08-31: 111 articles2026-09-01: 121 articles2026-09-02: 134 articles2026-09-03: 138 articles2026-09-04: 115 articles2026-09-05: 133 articles2026-09-06: 140 articles2026-09-07: 40 articles08-2508-2708-2908-3109-0209-0409-0609-07
bash
curl "https://freenewsapi.ai/v1/stats?host=newyork-news.us&top=10"

Publishing rhythm

When نيويورك نيوز actually publishes, by hour of day (UTC) and by day of week — measured from 1,676 timestamps, not from a schedule they advertise.

00: 630001: 650102: 730203: 650304: 720405: 650506: 580607: 800708: 540809: 680910: 651011: 681112: 801213: 701314: 811415: 801516: 831617: 731718: 721819: 801920: 692021: 722122: 582223: 6223
Mon: 151MonTue: 199TueWed: 267WedThu: 279ThuFri: 242FriSat: 251SatSun: 287Sun

Sections

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

Languages

CodeLanguageArticlesShare
arArabic1,676100.0%

Latest articles

The 18 most recent نيويورك نيوز articles in the index — the same rows the API returns, rendered for humans.

لبنان: غارات إسرائيلية تقتل 11 شخصًا بينهم رضيعان في كفر رمان
2026-09-07 07:15 UTC
غارات إسرائيلية ليلية على كفر رمان في جنوب لبنان أسفرت عن مقتل 11 شخصًا، بينهم رضيعان ومسعفان، فيما أمر الجيش الإسرائيلي بإخلاء مبانٍ في دير الزهراني قبل شن غارات عليها.
أسعار الوقود تسجل أعلى مستوى لعيد العمال في الولايات المتحدة مع حرب إيران ومشكلات المصافي
2026-09-07 06:45 UTC
متوسط سعر غالون البنزين العادي بلغ $4.14 قبيل عيد العمال في الولايات المتحدة، وهو أعلى مستوى مسجل لهذه العطلة، بينما سجل الديزل رقماً قياسياً عند $5.85 للغالون.

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=newyork-news.us&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=newyork-news.us&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 نيويورك نيوز marks up its own pages — useful if you are deciding whether to parse them yourself.

9%
dates from JSON-LD
9%
articles with a byline
36%
articles with sections
121 KB
average page weight

Crawl lag — the delay between publication and the article reaching this index — is 1 min at the median, 1368 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 نيويورك نيوز 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 1,676 of their articles and lets you filter by date, language and section.

How many articles does نيويورك نيوز publish per day?

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