Blog Feed

An Atom or RSS feed for a blog or is still an essential item, and despise the demise of Google Reader, it is still a fundamental aspect of any blog. While blogging is not as popular as it once was, it is still a useful way to keep API consumers up to date with what is happening with change across each API they are depending on.

Also known as: RSS Feed, Atom Feed, Syndication Feed, JSON Feed

Standards

HTTP Headers

HeaderDirectionSpecDescription
Content-Type response RFC 9110 Identifies the feed media type.
ETag response RFC 9110 §8.8.3 Conditional-GET support so aggregators can skip unchanged feeds.
Last-Modified response RFC 9110 §8.8.2 Conditional-GET timestamp; widely used with If-Modified-Since.
If-None-Match request RFC 9110 §13.1.2 Sent by polite aggregators to avoid re-downloading unchanged feeds.

Media Types

Link Relations

Governance Rules

Risk & Compliance

Security: Feeds embedding raw HTML must be sanitized by consumers (XSS into reader UIs). Server-side, parsers historically suffered XXE in XML processing — disable external entity resolution. Avoid leaking unpublished drafts via cached feeds.

Tools

Suggested Metrics

Example Implementations

Related Properties

Tags


All Community Properties