no key · no human

The Texas Tribune API, RSS and sitemap

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

United StatesEnglish#9,543 by volume

Four ways to pull texastribune.org

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

JSON Search this publisher

Every article we hold from texastribune.org, newest first. Add q= to search inside.

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

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

politics 50%society 25%technology 25%

Call the API

A live request. Paste it into a terminal and The Texas Tribune headlines come back as JSON.

bash
curl "https://freenewsapi.ai/v1/search?host=feeds.texastribune.org,www.texastribune.org,apps.texastribune.org&size=5"

This page covers 3 hosts of texastribune.org as one publisher: feeds.texastribune.org, www.texastribune.org, apps.texastribune.org. The API accepts them comma-separated in host.

169
articles indexed
166
in the last 30 days
10
median per day
1
languages
1257 min
median crawl lag
20.07 → 05.09
archive depth

Publishing volume

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

2026-07-20: 1 articles2026-08-07: 2 articles2026-08-18: 1 articles2026-08-19: 1 articles2026-08-21: 1 articles2026-08-24: 1 articles2026-08-25: 15 articles2026-08-26: 19 articles2026-08-27: 10 articles2026-08-28: 30 articles2026-08-29: 3 articles2026-08-30: 1 articles2026-08-31: 12 articles2026-09-01: 10 articles2026-09-02: 16 articles2026-09-03: 18 articles2026-09-04: 22 articles2026-09-05: 6 articles07-2008-1908-2508-2808-3109-0309-05
bash
curl "https://freenewsapi.ai/v1/stats?host=feeds.texastribune.org,www.texastribune.org,apps.texastribune.org&top=10"

Publishing rhythm

When The Texas Tribune actually publishes, by hour of day (UTC) and by day of week — measured from 169 timestamps, not from a schedule they advertise.

00: 20001: 40102: 30203: 20304: 00405: 00506: 00607: 00708: 00809: 00910: 491011: 21112: 01213: 01314: 121415: 61516: 111617: 91718: 101819: 121920: 62021: 162122: 112223: 1423
Mon: 14MonTue: 26TueWed: 36WedThu: 28ThuFri: 55FriSat: 9SatSun: 1Sun

Sections

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

SectionArticles
politics58
society58
technology58

Languages

CodeLanguageArticlesShare
enEnglish169100.0%

Latest articles

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

After rescoring STAAR exams, 11 Texas districts seeing A-F grades improve
2026-09-04 23:50 UTC
The score changes are part of an annual process to review the accuracy of STAAR results, state officials said.
AG Ken Paxton hasn’t challenged the Trump administration over Texas’ $10-billion Medicaid cut even though he sued Biden
2026-09-04 23:24 UTC
The attorney general won a lawsuit against the feds for withholding a Medicaid funding stream three years ago. Texas faces the same cut, but Paxton has stayed quiet.
Brief Unsubscribe Confirmation for Automation
2026-09-04 18:23 UTC · politics
Meet our new class of fall fellows
2026-09-04 10:00 UTC · politics
ICE officer in Texas-Minnesota fight turns himself in to face shooting charges, AP reports
2026-09-03 17:45 UTC
Christian Castro, who is accused of lying about the incident, was released from a Texas jail last week after Gov. Greg Abbott declined to sign extradition papers from Min
1 in 5 Texans experience food insecurity as food banks struggle to keep up with demand
2026-09-03 16:00 UTC
More Texans have become food insecure due to a rise in natural disasters and less qualifying for SNAP benefits. Rural food banks in particular face additional pressures.

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=feeds.texastribune.org,www.texastribune.org,apps.texastribune.org&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=feeds.texastribune.org,www.texastribune.org,apps.texastribune.org&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 The Texas Tribune 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
34%
articles with sections
average page weight

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

How many articles does The Texas Tribune publish per day?

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