no key · no human

BuffaLowDown API, RSS and sitemap

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

United StatesEnglish#6,373 by volume

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

curl -s "https://freenewsapi.ai/v1/search?host=buffalowdown.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=buffalowdown.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=buffalowdown.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=buffalowdown.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 BuffaLowDown headlines come back as JSON.

bash
curl "https://freenewsapi.ai/v1/search?host=buffalowdown.com&size=5"
325
articles indexed
319
in the last 30 days
12
median per day
1
languages
8306 min
median crawl lag
08.08 → 06.09
archive depth

Publishing volume

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

2026-08-08: 4 articles2026-08-09: gap in the upstream archive, the whole corpus dips2026-08-10: 6 articles2026-08-11: 10 articles2026-08-12: 6 articles2026-08-13: 2 articles2026-08-14: 12 articles2026-08-15: 8 articles2026-08-16: 4 articles2026-08-17: 6 articles2026-08-18: 8 articles2026-08-19: 10 articles2026-08-20: 12 articles2026-08-21: 12 articles2026-08-22: 15 articles2026-08-23: 12 articles2026-08-24: 12 articles2026-08-25: 18 articles2026-08-26: 16 articles2026-08-27: 12 articles2026-08-28: 24 articles2026-08-29: 16 articles2026-08-30: 16 articles2026-08-31: 10 articles2026-09-01: 10 articles2026-09-02: 12 articles2026-09-03: 12 articles2026-09-04: 12 articles2026-09-05: 12 articles2026-09-06: 10 articles08-0808-1308-1808-2308-2809-0209-06

The 1 hatched days are gaps in the upstream news archive, not quiet days at BuffaLowDown: the whole corpus dips on those dates. They are excluded from the median above.

bash
curl "https://freenewsapi.ai/v1/stats?host=buffalowdown.com&top=10"

Publishing rhythm

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

00: 140001: 20102: 00203: 40304: 00405: 00506: 00607: 00708: 00809: 00910: 761011: 231112: 581213: 31314: 291415: 31516: 291617: 41718: 11819: 31920: 42021: 342122: 92223: 2923
Mon: 34MonTue: 46TueWed: 44WedThu: 38ThuFri: 60FriSat: 55SatSun: 48Sun

Sections

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

SectionArticles
sport35
Buffalo Bills News5

Languages

CodeLanguageArticlesShare
enEnglish325100.0%

Latest articles

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

DJ Moore's familiarity with Joe Brady could be Bills' biggest 2026 edge
2026-09-06 12:00 UTC
The connection that Joe Brady and DJ Moore had in Carolina could payoff big time for the Buffalo Bills.
Bills' X-factor could become a nightmare for defenses (but there's one catch)
2026-09-05 14:00 UTC
The offense for the Buffalo Bills has the chance to compete at a high level, with one player being listed as someone to watch for.
Josh Allen's QB ranking shows why an upgraded supporting cast could be huge
2026-09-05 12:00 UTC
When you think of the best quarterback in the NFL, the first player that should come to mind is Josh Allen.
4 recently worked out players who are great fits for Bills going into 2026
2026-09-05 10:00 UTC
The Buffalo Bills brought in some players for workouts and maybe one of them will be on the final roster come Week 1.
Bills still have Sean McDermott's full support despite major offseason moves
2026-09-04 22:00 UTC
He may not be the head coach for the Buffalo Bills anymore, but Sean McDermott is still showing his support.
3 newly added players to Bills' practice squad who could thrive this season
2026-09-04 10:00 UTC
The Buffalo Bills have three practice squad players that could thrive themselves, and help the Bills become elevated as a team.
Josh Allen lands another honor that seemed inevitable all along
2026-09-03 23:00 UTC
Heading into the 2026 season, Josh Allen was voted as the No. 2 overall player (and no one should be surprised by it).

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

2%
dates from JSON-LD
2%
articles with a byline
12%
articles with sections
218 KB
average page weight

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

How many articles does BuffaLowDown publish per day?

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