$ curl 'https://www.wikimediastatus.net/' | grep 'Feed' <link rel="alternate" type="application/atom+xml" href="https://www.wikimediastatus.net/history.atom" title="Wikimedia Status History - Atom Feed"> <link rel="alternate" type="application/rss+xml" href="https://www.wikimediastatus.net/history.rss" title="Wikimedia Status History - RSS Feed">
These feeds are advertised, but don't seem to work:
user@dev ~> curl -I 'https://www.wikimediastatus.net/history.rss' HTTP/2 302 vary: Accept,Accept-Encoding,Fastly-SSL cache-control: max-age=0, private, must-revalidate x-cache: MISS content-type: text/html; charset=utf-8 strict-transport-security: max-age=259200 date: Thu, 31 Mar 2022 16:37:11 GMT x-request-id: 2e0d545a-f52d-40f0-bb3b-adbf9092df7b x-download-options: noopen location: https://www.wikimediastatus.net/inactive.rss x-xss-protection: 1; mode=block x-runtime: 0.072011 x-permitted-cross-domain-policies: none access-control-allow-origin: * x-content-type-options: nosniff x-statuspage-skip-logging: true x-statuspage-version: 64df95899995071030d23bb980d7a0de4533e152 referrer-policy: strict-origin-when-cross-origin age: 0 content-length: 0
OK, follow that:
user@dev ~> curl 'https://www.wikimediastatus.net/inactive.rss'
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Wikimedia - Inactive Incident Feed</title>
<link>https://www.wikimediastatus.net</link>
<description>This feed is currently inactive or private, please contact administrator of Wikimedia to resolve this issue.</description>
<pubDate>Tue, 29 Mar 2022 16:32:53 +0000</pubDate>
</channel>
</rss>