blog: RSS feed of blog posts

API: standardebooks.org:standard-ebooks-api
Endpoint: /feeds/rss/blog
Response format: application/rss+xml
Auth: unknown
Method: GET
Last Status: 200
Latency: 404ms

Description

Returns an RSS 2.0 feed containing blog posts from Standard Ebooks, including articles about public domain day, featured books, and project updates. Publicly accessible without authentication.

From spec: Returns an RSS 2.0 feed of Standard Ebooks blog updates.

Usage Tips

- This endpoint is PUBLIC - no authentication required - Contains articles and announcements from the Standard Ebooks blog - Each item includes title, link, publication date, and description - Subscribe to stay updated on new releases and project news

Examples (1)

RSS blog feed (Public) probe-gate

Demonstrates accessing the publicly available RSS 2.0 feed of Standard Ebooks blog posts.

curl 'https://standardebooks.org/feeds/rss/blog'
import requests

resp = requests.get("https://standardebooks.org/feeds/rss/blog")
data = resp.json()
import zingu_apis

api = zingu_apis.api("standardebooks")
result = api.fetch("feeds/rss/blog")

for item in result:
    print(item)
const resp = await fetch("https://standardebooks.org/feeds/rss/blog");
const data = await resp.json();

Probe History

Latency

Status Codes

TimeStatusLatencySize
2026-04-16 17:45:56.471493 200 404ms
2026-04-16 00:16:25.051431 200 370ms
2026-04-15 00:02:47.740411 200 426ms
2026-04-14 04:02:36.344159 200 409ms
2026-04-12 13:56:12.616427 200 454ms
2026-04-10 01:24:20.444900 200 369ms
2026-04-09 03:45:44.566917 200 389ms