no key · no human

URL Media API, RSS and sitemap

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

United StatesEnglish#19,287 by volume

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

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

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=capitalbnews.org&size=5"
11
articles indexed
11
in the last 30 days
2
median per day
1
languages
489 min
median crawl lag
25.08 → 02.09
archive depth

Publishing volume

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

2026-08-25: 2 articles2026-08-26: 2 articles2026-08-28: 2 articles2026-08-31: 2 articles2026-09-01: 1 articles2026-09-02: 2 articles08-2508-2608-2808-3109-0109-02
bash
curl "https://freenewsapi.ai/v1/stats?host=capitalbnews.org&top=10"

Publishing rhythm

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

00: 00001: 00102: 00203: 00304: 00405: 00506: 00607: 00708: 00809: 00910: 01011: 01112: 21213: 11314: 01415: 31516: 31617: 11718: 01819: 01920: 12021: 02122: 02223: 023
Mon: 2MonTue: 3TueWed: 4WedThu: 0ThuFri: 2FriSat: 0SatSun: 0Sun

Sections

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

SectionArticles
entertainment4
markets4
society4

Languages

CodeLanguageArticlesShare
enEnglish11100.0%

Latest articles

The 10 most recent URL Media articles in the index — the same rows the API returns, rendered for humans.

College Student Dies Amid ICE Crackdown on Haitian Immigrants
2026-09-02 20:15 UTC
Last month, Pierre Damas Bel started his first year at Wright State University with the kind of future his family had crossed borders to imagine. ​The 20-year-old, an hon
As Lil Nas X Spotlights Black Queer Men’s Mental Health, Advocates Push for Healing
2026-09-02 12:00 UTC
This story discusses suicide, self-harm, and mental health crises. If you or someone you know is struggling with thoughts of suicide, help is available. Call or text 988
Candace Owens Has Won the Trust These Women Refuse to Give Politicians
2026-09-01 12:00 UTC
This story was originally reported by Mariel Padilla of The 19th. In 2016, Candace Owens emerged as a leading conservative voice, the rare Black woman backing then-candid
Black Voting Power Is Under Attack, So Thousands Came to D.C. to Fight Back
2026-08-31 15:52 UTC
WASHINGTON — Shirley Lee traveled nearly 1,500 miles from Houston to the nation’s capital. Wearing a cowboy hat emblazoned with an American flag, she said that she wasn’t
A Data Center Promises Jobs in This Black Town, but Residents Aren’t Convinced
2026-08-31 15:35 UTC
CLARKSDALE, Mississippi — Rumors of a potential data center had loomed over Voneshay Walker like a cloud for months. She’d heard the whispers and seen reports of other ce
Meta’s Data Center Will Be the Biggest in the U.S., but No One Knows Who They’re Hiring
2026-08-28 16:53 UTC
Across a rural pocket of cotton and soybean fields in northeast Louisiana, Meta, the eighth most profitable company in the world, is attempting to build America’s largest

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=capitalbnews.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=capitalbnews.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 URL Media 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
36%
articles with sections
average page weight

Crawl lag — the delay between publication and the article reaching this index — is 489 min at the median, 2695 minutes at the 90th percentile.

FAQ

Does URL Media 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 11 of their articles and lets you filter by date, language and section.

How many articles does URL Media publish per day?

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