no key · no human

SideLion Report API, RSS and sitemap

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

United StatesEnglish#5,707 by volume

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

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

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

sport 100%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=sidelionreport.com&size=5"
381
articles indexed
294
in the last 30 days
13
median per day
1
languages
2470 min
median crawl lag
30.07 → 06.09
archive depth

Publishing volume

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

2026-07-30: 1 articles2026-08-16: 2 articles2026-08-17: 8 articles2026-08-18: 8 articles2026-08-19: 13 articles2026-08-20: 16 articles2026-08-21: 16 articles2026-08-22: 14 articles2026-08-23: 10 articles2026-08-24: 16 articles2026-08-25: 26 articles2026-08-26: 18 articles2026-08-27: 21 articles2026-08-28: 15 articles2026-08-29: 22 articles2026-08-30: 11 articles2026-08-31: 13 articles2026-09-01: 9 articles2026-09-02: 14 articles2026-09-03: 16 articles2026-09-04: 12 articles2026-09-05: 10 articles2026-09-06: 4 articles07-3008-1808-2108-2408-2708-3009-0209-0509-06
bash
curl "https://freenewsapi.ai/v1/stats?host=sidelionreport.com&top=10"

Publishing rhythm

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

00: 10001: 10102: 00203: 00304: 00405: 00506: 00607: 00708: 00809: 00910: 361011: 11112: 261213: 161314: 331415: 131516: 401617: 251718: 311819: 301920: 352021: 62122: 02223: 123
Mon: 37MonTue: 43TueWed: 45WedThu: 54ThuFri: 43FriSat: 46SatSun: 27Sun

Sections

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

SectionArticles
sport50
Lions News11

Languages

CodeLanguageArticlesShare
enEnglish29577.4%

Latest articles

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

Predicting NFC North's Week 1 results ahead of Lions' kickoff
2026-09-06 14:00 UTC
Detroit should be leaving Week 1 with a win...but then again, so should most of the NFC North.
Lions' cap woes could be resolved through minor moves (with long-term implications)
2026-09-06 10:00 UTC
Detroit is projected to be over the cap by the time the new season officially begins.
Latest mock trade takes Brad Holmes to where he'd never go for a CB2 upgrade
2026-09-05 20:00 UTC
Brad Holmes is apparently good with the current state of the Detroit Lions' cornerback room, but even if he wasn't this isn't happening.
Most obvious X factor for Lions could have huge impact Brad Holmes' offseason grade
2026-09-05 16:00 UTC
With injuries thinning the Detroit Lions secondary, Rock Ya‑Sin becomes a crucial X‑factor in 2026, expected to stabilize the cornerback room and deliver reliable product
The Lions' Week 2 matchup against the Bills just got a lot scarier
2026-09-05 14:00 UTC
Detroit might need to be extra careful to leave Buffalo without injuries.
5 Lions with the most to prove in Week 1 against the Saints
2026-09-04 20:00 UTC
We’re just over a week away from the start of a critical season for the Detroit Lions.
These 3 moves could shake up Lions' roster before bye week
2026-09-04 18:00 UTC
Detroit might need to move quickly following their first 5 games of the season.
Lions' Jack Campbell was 'born to be a middle linebacker'
2026-09-04 15:00 UTC
Jack Campbell’s instincts, physicality, and leadership make him the perfect fit at middle linebacker, showing why Detroit’s first‑round pick was truly born to command the

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=sidelionreport.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=sidelionreport.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 SideLion Report marks up its own pages — useful if you are deciding whether to parse them yourself.

4%
dates from JSON-LD
4%
articles with a byline
21%
articles with sections
235 KB
average page weight

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

How many articles does SideLion Report publish per day?

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