no key · no human

สำนักข่าวไทเกอร์นิวส์ API, RSS and sitemap

Every article สำนักข่าวไทเกอร์นิวส์ publishes, as JSON, through an open API with no key and no signup. 611 of their articles are indexed right now, refreshed hourly.

Thai#4,097 by volume

Four ways to pull tigernewsreport.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 tigernewsreport.com, newest first. Add q= to search inside.

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

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

society 50%crime 25%sport 25%

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.tigernewsreport.com&size=5"
611
articles indexed
495
in the last 30 days
17
median per day
1
languages
10014 min
median crawl lag
01.08 → 05.09
archive depth

Publishing volume

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

2026-08-01: 5 articles2026-08-02: 9 articles2026-08-03: 17 articles2026-08-04: 20 articles2026-08-05: 11 articles2026-08-06: 22 articles2026-08-07: 17 articles2026-08-09: gap in the upstream archive, the whole corpus dips2026-08-10: 15 articles2026-08-11: 17 articles2026-08-12: 16 articles2026-08-13: 16 articles2026-08-14: 19 articles2026-08-15: 20 articles2026-08-16: 12 articles2026-08-17: 11 articles2026-08-18: 20 articles2026-08-19: 16 articles2026-08-20: 26 articles2026-08-21: 29 articles2026-08-22: 16 articles2026-08-23: 20 articles2026-08-24: 20 articles2026-08-25: 17 articles2026-08-26: 24 articles2026-08-27: 16 articles2026-08-28: 18 articles2026-08-29: 17 articles2026-08-30: 12 articles2026-08-31: 19 articles2026-09-01: 19 articles2026-09-02: 26 articles2026-09-03: 11 articles2026-09-04: 21 articles2026-09-05: 5 articles08-0108-0608-1208-1708-2208-2709-0109-05

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.tigernewsreport.com&top=10"

Publishing rhythm

When สำนักข่าวไทเกอร์นิวส์ actually publishes, by hour of day (UTC) and by day of week — measured from 611 timestamps, not from a schedule they advertise.

00: 40001: 00102: 00203: 00304: 00405: 00506: 30607: 60708: 200809: 550910: 571011: 211112: 361213: 581314: 341415: 501516: 531617: 391718: 311819: 561920: 562021: 292122: 32223: 023
Mon: 82MonTue: 93TueWed: 93WedThu: 91ThuFri: 104FriSat: 63SatSun: 85Sun

Sections

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

SectionArticles
crime611
society611
sport611

Languages

CodeLanguageArticlesShare
thThai611100.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.tigernewsreport.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.tigernewsreport.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
0%
articles with a byline
100%
articles with sections
average page weight

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

How many articles does สำนักข่าวไทเกอร์นิวส์ publish per day?

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