no key · no human

Feminist Legal Clinic API, RSS and sitemap

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

AustraliaEnglish#15,338 by volume

Four ways to pull feministlegal.org

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

JSON Search this publisher

Every article we hold from feministlegal.org, newest first. Add q= to search inside.

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

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

legal 50%society 30%health 20%

Call the API

A live request. Paste it into a terminal and Feminist Legal Clinic headlines come back as JSON.

bash
curl "https://freenewsapi.ai/v1/search?host=feministlegal.org&size=5"
50
articles indexed
30
in the last 30 days
4
median per day
1
languages
2102 min
median crawl lag
24.08 → 03.09
archive depth

Publishing volume

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

2026-08-24: 5 articles2026-08-25: 4 articles2026-08-26: 2 articles2026-08-27: 4 articles2026-08-28: 4 articles2026-08-29: 4 articles2026-08-31: 4 articles2026-09-01: 1 articles2026-09-02: 1 articles2026-09-03: 1 articles08-2408-2508-2608-2708-2808-2908-3109-0109-0209-03
bash
curl "https://freenewsapi.ai/v1/stats?host=feministlegal.org&top=10"

Publishing rhythm

When Feminist Legal Clinic actually publishes, by hour of day (UTC) and by day of week — measured from 50 timestamps, not from a schedule they advertise.

00: 40001: 40102: 30203: 00304: 20405: 20506: 00607: 00708: 20809: 20910: 41011: 21112: 01213: 11314: 01415: 01516: 01617: 01718: 01819: 01920: 12021: 02122: 12223: 223
Mon: 9MonTue: 5TueWed: 3WedThu: 5ThuFri: 4FriSat: 4SatSun: 0Sun

Sections

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

SectionArticles
health9
legal9
society9

Languages

CodeLanguageArticlesShare
enEnglish3060.0%

Latest articles

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

Right of Reply: Attacks on LGBTI community are warning sign of wider backlash against democracy – EUobserver
2026-09-02 20:38 UTC
In his recent EUobserver opinion, Council of Europe commissioner for human rights, Michael O’Flaherty, argues that “attacks on LGBTI people are the warning sign of a wide
PressReader.com | High Court finds judge ‘hos­tile’ to mother and lim­its role of experts | Ireland
2026-09-01 01:24 UTC
A LANDMARK High Court judge­ment has ruled that court-appoin­ted experts can­not par­ti­cip­ate in judi­cial decision-mak­ing. It comes after a judi­cial review into a cu
EXCLUSIVE: Pedophilic Pimp Serving Life Sentence for Rape and Murder Now Identifying as Transgender in California Prison
2026-08-31 13:11 UTC
A registered sex offender serving a life sentence in California for the rape and murder of an aspiring model now claims to be “transgender” and refers to himself using fe
Rotation 017 · 2026-08-30 | Record Radar FOI Weekly
2026-08-31 08:29 UTC
The new FOI releases from Federal government departments and key agencies from 23 to 30 August 2026 are summarised below. Notable this week: Australia declined to respond
Miss Universe Australia 2026: Caity Worthington wins after trans sport answer | Herald Sun
2026-08-29 23:11 UTC
What happened to the stock standard world peace and end global hunger Miss Universe questions and answers? Our Miss Universe Australia hopefuls were instead grilled about
A teenage girl dies from strangulation during sex. Porn and social media must be held to account | SMH
2026-08-29 05:57 UTC
After she was allegedly strangled during consensual sex with her boyfriend, a 16-year-old girl from Sydney’s northern beaches died in hospital this week. Her death is a t
Queensland woman gave birth to twins with different parents after surrogacy coincides with natural pregnancy | Queenslan
2026-08-28 00:17 UTC
A Queensland woman gave birth to twin children with separate sets of biological parents last year, in what is believed to be an Australian first situation so rare it had
Women outraged as speaker who helps men lactate for ‘curiosity, fun or sexual gratification’ is booked for breastfeeding
2026-08-28 00:15 UTC
A conference aimed at consultants in breastfeeding has been criticised for hosting a man who specialises in helping men lactate for ‘curiosity, fun, or sexual gratificati
NSW Prison boss moved violent male-born offender to women’s prison | Herald Sun
2026-08-27 04:46 UTC
A “violent offender” who entered into the prison system as male-at-birth is now living alongside women in a female correctional facility after a decision from the NSW Gov

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=feministlegal.org&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=feministlegal.org&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 Feminist Legal Clinic 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
30%
articles with sections
average page weight

Crawl lag — the delay between publication and the article reaching this index — is 2102 min at the median, 5682 minutes at the 90th percentile.

FAQ

Does Feminist Legal Clinic 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 50 of their articles and lets you filter by date, language and section.

How many articles does Feminist Legal Clinic publish per day?

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