no key · no human

दैनिक जागरण API, RSS and sitemap

Every article दैनिक जागरण publishes, as JSON, through an open API with no key and no signup. 25,746 of their articles are indexed right now, refreshed hourly.

IndiaHindi#112 by volume

Four ways to pull jagran.com

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

JSON Search this publisher

Every article we hold from jagran.com, newest first. Add q= to search inside.

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

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

politics 30%crime 20%society 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=www.jagran.com&size=5"
25,746
articles indexed
23,595
in the last 30 days
813
median per day
1
languages
614 min
median crawl lag
01.08 → 07.09
archive depth

Publishing volume

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

2026-08-01: 54 articles2026-08-06: 345 articles2026-08-07: 936 articles2026-08-08: 878 articles2026-08-09: gap in the upstream archive, the whole corpus dips2026-08-10: 878 articles2026-08-11: 904 articles2026-08-12: 960 articles2026-08-13: 906 articles2026-08-14: 813 articles2026-08-15: 604 articles2026-08-16: 673 articles2026-08-17: 904 articles2026-08-18: 876 articles2026-08-19: 1,038 articles2026-08-20: 857 articles2026-08-21: 857 articles2026-08-22: 825 articles2026-08-23: 757 articles2026-08-24: 839 articles2026-08-25: 803 articles2026-08-26: 898 articles2026-08-27: 790 articles2026-08-28: 713 articles2026-08-29: 731 articles2026-08-30: 714 articles2026-08-31: 802 articles2026-09-01: 800 articles2026-09-02: 709 articles2026-09-03: 102 articles2026-09-04: 852 articles2026-09-05: 868 articles2026-09-06: 769 articles2026-09-07: 475 articles08-0108-1008-1508-2008-2508-3009-0409-07

The 1 hatched days are gaps in the upstream news archive, not quiet days at दैनिक जागरण: the whole corpus dips on those dates. They are excluded from the median above.

bash
curl "https://freenewsapi.ai/v1/stats?host=www.jagran.com&top=10"

Publishing rhythm

When दैनिक जागरण actually publishes, by hour of day (UTC) and by day of week — measured from 25,746 timestamps, not from a schedule they advertise.

00: 20,8700001: 420102: 540203: 30304: 250405: 990506: 880607: 1820708: 1850809: 1790910: 1661011: 2621112: 2891213: 2801314: 2761415: 3931516: 3961617: 3091718: 3101819: 3371920: 2792021: 2112122: 3112223: 20023
Mon: 3,898MonTue: 3,383TueWed: 3,605WedThu: 3,000ThuFri: 4,171FriSat: 3,960SatSun: 3,729Sun

Sections

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

SectionArticles
news20,789
crime4,957
politics4,957
society4,957

Languages

CodeLanguageArticlesShare
hiHindi25,746100.0%

Latest articles

The 18 most recent दैनिक जागरण articles in the index — the same rows the API returns, rendered for humans.

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=www.jagran.com&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=www.jagran.com&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.

0%
dates from JSON-LD
81%
articles with a byline
100%
articles with sections
64 KB
average page weight

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

How many articles does दैनिक जागरण publish per day?

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