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. 100 of their articles are indexed right now, refreshed hourly.

United StatesEnglish#12,033 by volume

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

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

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

society 50%entertainment 25%markets 25%

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=url-media.com&size=5"
100
articles indexed
100
in the last 30 days
9
median per day
1
languages
1529 min
median crawl lag
25.08 → 04.09
archive depth

Publishing volume

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

2026-08-25: 10 articles2026-08-26: 21 articles2026-08-27: 9 articles2026-08-28: 2 articles2026-08-29: 1 articles2026-08-30: 5 articles2026-08-31: 7 articles2026-09-01: 9 articles2026-09-02: 22 articles2026-09-03: 9 articles2026-09-04: 5 articles08-2508-2608-2708-2808-2908-3008-3109-0109-0209-0309-04
bash
curl "https://freenewsapi.ai/v1/stats?host=url-media.com&top=10"

Publishing rhythm

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

00: 10001: 40102: 10203: 00304: 20405: 00506: 00607: 00708: 00809: 20910: 21011: 41112: 51213: 91314: 91415: 161516: 161617: 81718: 11819: 41920: 62021: 42122: 32223: 323
Mon: 7MonTue: 19TueWed: 43WedThu: 18ThuFri: 7FriSat: 1SatSun: 5Sun

Sections

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

SectionArticles
entertainment54
markets54
society54

Languages

CodeLanguageArticlesShare
enEnglish100100.0%

Latest articles

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

I Got a Promotion and You Can Too
2026-09-04 16:30 UTC
At the beginning of this year, I was promoted from Senior Recruiter to Director of Recruitment and Workforce Development at URL Media. It was my first time successfully a
Michigan is testing whether multiracial coalitions actually get to govern
2026-09-04 15:22 UTC
El-Sayed’s candidacy will test whether our political system is ready for multiracial coalitions to govern as boldly as they campaign. The post Michigan is testing whether
We The Many: Politics without the noise
2026-09-04 14:27 UTC
What does it really take to build and protect a multiracial democracy that works for all of us? The post We The Many: Politics without the noise appeared first on URL Med
Lindsay Clancy trial reveals the gaps in maternal mental health care
2026-09-03 20:48 UTC
Maternal mental health generally lags, but the gaps in how we support it are widest for women of color. The post Lindsay Clancy trial reveals the gaps in maternal mental
Ohio State settles charges over Chinese researcher for $2.1M
2026-09-03 16:19 UTC
Ohio State University agreed to pay a $2.1 million fine to settle allegations it failed to disclose a researcher’s ties to China for ten years, reports Inside Higher Educ
Feds find Cisco likely discriminated against Muslims
2026-09-03 14:12 UTC
The Equal Employment Opportunity Commission has found the tech company Cisco likely discriminated against its Muslim, Middle Eastern and other employees, reports the Guar
Indigenous Scholars Establish Guidelines for Governance of Indigenous Data in Scholarly Publishing
2026-09-03 13:10 UTC
The post Indigenous Scholars Establish Guidelines for Governance of Indigenous Data in Scholarly Publishing appeared first on URL Media .
Subscribe to We the Many
2026-09-02 20:31 UTC · society
A divide in obesity care: GLP-1 drugs are transforming health but access often depends on insurance and income
2026-09-02 19:08 UTC
Insurance coverage, Medicaid policies, income and geography determine who can obtain GLP-1 drugs and who is left behind. The post A divide in obesity care: GLP-1 drugs ar
Orders closing trucking schools hit Punjabi, Sikh communities
2026-09-02 17:45 UTC
A new crackdown on trucking schools in the United States is expected to have an adverse impact on the Sikh community. The U.S. Transportation Department on Monday ordered

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=url-media.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=url-media.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 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
54%
articles with sections
average page weight

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

How many articles does URL Media publish per day?

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