no key · no human

Social News XYZ API, RSS and sitemap

Every article Social News XYZ publishes, as JSON, through an open API with no key and no signup. 9,829 of their articles are indexed right now, refreshed hourly.

English#457 by volume

Four ways to pull socialnews.xyz

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

JSON Search this publisher

Every article we hold from socialnews.xyz, newest first. Add q= to search inside.

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

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

politics 25%environment 20%markets 10%crime 8%society 8%

Call the API

A live request. Paste it into a terminal and Social News XYZ headlines come back as JSON.

bash
curl "https://freenewsapi.ai/v1/search?host=www.socialnews.xyz&size=5"
9,829
articles indexed
9,829
in the last 30 days
692
median per day
1
languages
82 min
median crawl lag
26.08 → 07.09
archive depth

Publishing volume

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

2026-08-26: 171 articles2026-08-27: 1,055 articles2026-08-28: 1,204 articles2026-08-29: 970 articles2026-08-30: 459 articles2026-08-31: 628 articles2026-09-01: 663 articles2026-09-02: 692 articles2026-09-03: 515 articles2026-09-04: 1,137 articles2026-09-05: 938 articles2026-09-06: 898 articles2026-09-07: 499 articles08-2608-2808-3009-0109-0309-0509-07
bash
curl "https://freenewsapi.ai/v1/stats?host=www.socialnews.xyz&top=10"

Publishing rhythm

When Social News XYZ actually publishes, by hour of day (UTC) and by day of week — measured from 9,829 timestamps, not from a schedule they advertise.

00: 2310001: 2750102: 3840203: 4320304: 4930405: 5020506: 6520607: 6570708: 6690809: 6670910: 6441011: 6271112: 5891213: 6201314: 5081415: 4061516: 3351617: 2681718: 1841819: 1101920: 942021: 1192122: 1762223: 18723
Mon: 1,127MonTue: 663TueWed: 863WedThu: 1,570ThuFri: 2,341FriSat: 1,908SatSun: 1,357Sun

Sections

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

SectionArticles
environment4,152
politics4,152

Languages

CodeLanguageArticlesShare
enEnglish9,829100.0%

Latest articles

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

Prayagraj: Wholesale flower market #Gallery
2026-09-07 08:30 UTC · politics

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.socialnews.xyz&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.socialnews.xyz&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 Social News XYZ 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 82 min at the median, 328 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 Social News XYZ 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 9,829 of their articles and lets you filter by date, language and section.

How many articles does Social News XYZ publish per day?

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