no key · no human

Ebony Bird API, RSS and sitemap

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

United StatesEnglish#6,309 by volume

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

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

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

Publishing volume

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

2026-08-10: 2 articles2026-08-11: 5 articles2026-08-12: 5 articles2026-08-13: 5 articles2026-08-14: 10 articles2026-08-15: 8 articles2026-08-16: 12 articles2026-08-17: 12 articles2026-08-18: 8 articles2026-08-19: 13 articles2026-08-20: 9 articles2026-08-21: 15 articles2026-08-22: 15 articles2026-08-23: 12 articles2026-08-24: 15 articles2026-08-25: 15 articles2026-08-26: 20 articles2026-08-27: 16 articles2026-08-28: 16 articles2026-08-29: 28 articles2026-08-30: 9 articles2026-08-31: 15 articles2026-09-01: 10 articles2026-09-02: 15 articles2026-09-03: 12 articles2026-09-04: 12 articles2026-09-05: 9 articles2026-09-06: 6 articles08-1008-1408-1808-2208-2608-3009-0309-06
bash
curl "https://freenewsapi.ai/v1/stats?host=ebonybird.com&top=10"

Publishing rhythm

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

00: 00001: 60102: 20203: 00304: 00405: 00506: 00607: 00708: 00809: 00910: 481011: 201112: 01213: 721314: 621415: 01516: 731617: 71718: 21819: 91920: 32021: 212122: 42223: 023
Mon: 44MonTue: 38TueWed: 53WedThu: 42ThuFri: 53FriSat: 60SatSun: 39Sun

Sections

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

SectionArticles
sport42

Languages

CodeLanguageArticlesShare
enEnglish329100.0%

Latest articles

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

Ravens' young weapon is ready to challenge for a spot in WR rotation
2026-09-06 13:30 UTC
The Baltimore Ravens' wide receiver room is filled with potential, and one young weapon is striding toward a bigger role on offense.
Vega Ioane's meticulous preparation could pay major dividends for the Ravens
2026-09-05 16:00 UTC
The Baltimore Ravens might have a star on their hands in Vega Ioane, and he's doing everything it takes to emerge.
Ravens' offseason additions bring a missing ingredient to the defense
2026-09-05 13:30 UTC
The Baltimore Ravens signed Trey Hendrickson and Calais Campbell this offseason, and their leadership could bring the missing piece on defense.
Ravens' high-energy rookie is surging toward an early impact
2026-09-04 16:00 UTC
The Baltimore Ravens have a very talented rookie class, and Zion Young is starting to make a case as one of the best of the bunch.
Eric DeCosta may have made Tyler Loop's hot seat even hotter
2026-09-04 14:00 UTC
The Baltimore Ravens have placed Tyler Loop in a kicking battle, and Eric DeCosta made it clear performance will decide the job.
Mike Green's relentless drive to improve has Ravens expecting big things
2026-09-04 13:00 UTC
Baltimore Ravens outside linebacker Mike Green is poised to level up in year two, with an improved roster around him and a relentless motor to get better.
Jesse Minter bucks Harbaugh tradition with Ravens' 2026 captains
2026-09-04 10:00 UTC
Jesse Minter keeps turning the page with the Baltimore Ravens, and the team's 2026 captains are the latest sign of change.
A bounce-back season from Mark Andrews would ease a lingering Ravens concern
2026-09-03 16:00 UTC
There is some real concern about the Baltimore Ravens' secondary pass-catchers, but a bounce back season from Mark Andrews would certainly change this.
Ravens' strong commitment to Joe Fagnano speaks volumes about his potential
2026-09-03 14:00 UTC
The Baltimore Ravens retained Joe Fagnano on their 53-man roster, but their decision comes with a louder vote of confidence.

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=ebonybird.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=ebonybird.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 Ebony Bird 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
13%
articles with sections
average page weight

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

How many articles does Ebony Bird publish per day?

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