no key · no human

Tuugo API, RSS and sitemap

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

Hong KongChinese#11,628 by volume

Four ways to pull tuugo.hk

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

JSON Search this publisher

Every article we hold from tuugo.hk, newest first. Add q= to search inside.

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

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

politics 30%economy 20%entertainment 20%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=www.tuugo.hk&size=5"
109
articles indexed
109
in the last 30 days
9
median per day
1
languages
5 min
median crawl lag
25.08 → 07.09
archive depth

Publishing volume

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

2026-08-25: 1 articles2026-08-26: 11 articles2026-08-27: 11 articles2026-08-28: 12 articles2026-08-29: 9 articles2026-08-30: 9 articles2026-08-31: 5 articles2026-09-01: 8 articles2026-09-02: 10 articles2026-09-03: 6 articles2026-09-04: 4 articles2026-09-05: 15 articles2026-09-06: 6 articles2026-09-07: 2 articles08-2508-2708-2908-3109-0209-0409-0609-07
bash
curl "https://freenewsapi.ai/v1/stats?host=www.tuugo.hk&top=10"

Publishing rhythm

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

00: 50001: 60102: 60203: 30304: 50405: 00506: 30607: 90708: 50809: 60910: 81011: 11112: 21213: 71314: 51415: 41516: 71617: 31718: 31819: 91920: 42021: 22122: 32223: 323
Mon: 7MonTue: 9TueWed: 21WedThu: 17ThuFri: 16FriSat: 24SatSun: 15Sun

Sections

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

SectionArticles
economy46
entertainment46
politics46

Languages

CodeLanguageArticlesShare
zhChinese109100.0%

Latest articles

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

埃尔-赛义德分裂了密歇根州民主党。他们是否统一可能决定参议院的控制权
2026-09-05 19:29 UTC
密歇根州法明顿山— 经过一段 有争议的初 L’article 埃尔-赛义德分裂了密歇根州民主党。他们是否统一可能决定参议院的控制权 est apparu en premier sur Tuugo .
数据中心的共和党人和民主党人意见一致:Tuugo.hk
2026-09-05 13:29 UTC
在从佐治亚州到爱荷华州各地播放的竞选广告 L’article 数据中心的共和党人和民主党人意见一致:Tuugo.hk est apparu en premier sur Tuugo .
特朗普进军委内瑞拉石油市场。可能会出什么问题? : 星球金钱 : Tuugo.hk
2026-09-05 02:29 UTC
一周前,特朗普总统 宣布 这笔交易将让“ L’article 特朗普进军委内瑞拉石油市场。可能会出什么问题? : 星球金钱 : Tuugo.hk est apparu en premier sur Tuugo .
柴油价格创历史新高
2026-09-04 16:29 UTC · politics
莱昂·布莱克无视在爱泼斯坦调查中作证的传票,并起诉众议院小组
2026-09-04 07:29 UTC
亿万富翁莱昂·布莱克计划于周四上午根据众 L’article 莱昂·布莱克无视在爱泼斯坦调查中作证的传票,并起诉众议院小组 est apparu en premier sur Tuugo .
特朗普政府仍计划在中期选举前制定州公民名单
2026-09-04 04:29 UTC
订阅有关 Tuugo.hk 突发新闻和独 L’article 特朗普政府仍计划在中期选举前制定州公民名单 est apparu en premier sur Tuugo .

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.tuugo.hk&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.tuugo.hk&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 Tuugo 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
42%
articles with sections
average page weight

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

How many articles does Tuugo publish per day?

9 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.