RSS website screenshot

RSS

RSS (Really Simple Syndication) is the canonical XML feed format family for publishing and subscribing to streams of frequently updated content — blogs, news, podcasts, and other periodic resources. The RSS family in this index covers RSS 2.0 (stewarded by the RSS Advisory Board), Atom 1.0 (RFC 4287), JSON Feed 1.1, the RSS Best Practices Profile, OPML 2.0 for feed subscription lists, and HTML autodiscovery conventions used by feed readers to locate feeds from a site's homepage.

RSS publishes 6 APIs on the APIs.io network. Tagged areas include Syndication, RSS, Atom, JSON Feed, and OPML.

The RSS catalog on APIs.io includes 1 JSON-LD context and 1 Spectral governance ruleset.

RSS’s developer surface includes documentation, engineering blog, and 9 more developer resources.

24.2/100 emerging ▬ flat Agent 0/100 human only Full breakdown ↓
scored 2026-08-05 · rubric v0.9.1
6 APIs
SyndicationRSSAtomJSON FeedOPMLContentXMLSpecificationStandard

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-05 · rubric v0.9.1
Composite quality — 24.2/100 · emerging
Contract Quality 7.3 / 25
Developer Ergonomics 2.2 / 20
Commercial Clarity 0.0 / 20
Operational Transparency 0.0 / 13
Governance 8.3 / 12
Discoverability 6.5 / 10
Agent readiness — 0/100 · human only
Machine-Readable Contract 0 / 18
Agentic Access Contract 0 / 10
MCP Server 0 / 12
Machine-Readable Auth 0 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/rss: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 6

Individual APIs this provider publishes, each with its own machine-readable definition.

RSS 2.0

RSS 2.0 is the dominant XML-based syndication format, stewarded by the RSS Advisory Board. A feed consists of a root element wrapping a single with...

Atom 1.0

Atom 1.0, defined by IETF RFC 4287, is an XML-based syndication format developed as a more rigorously specified alternative to RSS 2.0. An Atom feed (atom:feed) contains require...

JSON Feed 1.1

JSON Feed 1.1 is a JSON-based syndication format created by Brent Simmons and Manton Reece as a developer-friendly alternative to RSS and Atom. A JSON Feed has top-level version...

RSS Best Practices Profile

The RSS Best Practices Profile is the RSS Advisory Board's normative guidance on producing RSS feeds that interoperate cleanly across the diverse population of feed readers. It ...

OPML 2.0

OPML (Outline Processor Markup Language) 2.0 is an XML format for outlines, most commonly used to exchange lists of RSS/Atom feed subscriptions between feed readers. A subscript...

Feed Autodiscovery

Feed autodiscovery is the HTML convention by which a web page advertises the location of its RSS, Atom, or JSON Feed using a

Semantic Vocabularies 1

JSON-LD contexts and semantic vocabularies used across these APIs.

Rss Context

0 classes · 65 properties

JSON-LD

Spectral Rules 1

Spectral governance rulesets for linting and validating these APIs.

RSS API Rules

5 rules · 3 warnings 2 info

SPECTRAL

JSON Schema 7

Standalone JSON Schema definitions for this provider's data models.

Atom 1.0 Entry

12 properties

JSON SCHEMA

Atom 1.0 Feed

13 properties

JSON SCHEMA

JSON Feed 1.1 Item

15 properties

JSON SCHEMA

JSON Feed 1.1

14 properties

JSON SCHEMA

OPML 2.0 Subscription List

3 properties

JSON SCHEMA

RSS 2.0 Channel

20 properties

JSON SCHEMA

RSS 2.0 Item

10 properties

JSON SCHEMA

Scroll for all 7

JSON Structure 1

JSON Structure definitions describing this provider's data shapes.

Rss Channel Structure

0 properties

JSON STRUCTURE

Examples 6

Example request and response payloads for these APIs.

Atom Feed Example

2 fields

EXAMPLE

Json Feed Example

12 fields

EXAMPLE

Rss Channel Example

2 fields

EXAMPLE

Rss Item Example

11 fields

EXAMPLE

Security Posture 1

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Rss Domain Security

TLSv1.2 · HSTS · DNSSEC · DMARC

SECURITY

Resources

Documentation 4

Reference material describing how the API behaves

Design & Contract 2

Pagination, idempotency, versioning, errors, and events

Access & Security 1

Authentication, authorization, and security posture

Company 2

The organization behind the API

Other 2

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: rss
name: RSS
description: RSS (Really Simple Syndication) is the canonical XML feed format family for publishing and subscribing to streams
  of frequently updated content — blogs, news, podcasts, and other periodic resources. The RSS family in this index covers
  RSS 2.0 (stewarded by the RSS Advisory Board), Atom 1.0 (RFC 4287), JSON Feed 1.1, the RSS Best Practices Profile, OPML
  2.0 for feed subscription lists, and HTML autodiscovery conventions used by feed readers to locate feeds from a site's homepage.
type: Index
accessModel:
  pricing: unknown
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Unknown
  confidence: low
  source: []
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/rss.png
tags:
- Syndication
- RSS
- Atom
- JSON Feed
- OPML
- Content
- XML
- Specification
- Standard
url: https://raw.githubusercontent.com/api-evangelist/rss/refs/heads/main/apis.yml
created: '2025-01-01'
modified: '2026-05-23'
specificationVersion: '0.19'
apis:
- aid: rss:rss-2-0
  name: RSS 2.0
  description: RSS 2.0 is the dominant XML-based syndication format, stewarded by the RSS Advisory Board. A feed consists
    of a root <rss version="2.0"> element wrapping a single <channel> with required title, link, and description, plus a sequence
    of <item> elements describing each piece of syndicated content. The spec is intentionally frozen — extensions happen through
    XML namespaces rather than core changes.
  humanURL: https://www.rssboard.org/rss-specification
  tags:
  - RSS
  - Syndication
  - XML
  - Specification
  properties:
  - type: Documentation
    url: https://www.rssboard.org/rss-specification
  - type: BestPractices
    url: https://www.rssboard.org/rss-profile
  - type: Validator
    url: https://www.rssboard.org/rss-validator/
  - type: Autodiscovery
    url: https://www.rssboard.org/rss-autodiscovery
  - type: MediaType
    url: https://www.iana.org/assignments/media-types/application/rss+xml
  - type: JSONSchema
    url: json-schema/rss-channel-schema.json
  - type: JSONSchema
    url: json-schema/rss-item-schema.json
  - type: JSONStructure
    url: json-structure/rss-channel-structure.json
  - type: Examples
    url: examples/rss-channel-example.json
  - type: Examples
    url: examples/rss-item-example.json
- aid: rss:atom-1-0
  name: Atom 1.0
  description: Atom 1.0, defined by IETF RFC 4287, is an XML-based syndication format developed as a more rigorously specified
    alternative to RSS 2.0. An Atom feed (atom:feed) contains required atom:id, atom:title, atom:updated, and atom:author
    elements plus a sequence of atom:entry items each with their own id, title, updated, and content or summary. Atom uses
    the namespace http://www.w3.org/2005/Atom and the application/atom+xml media type.
  humanURL: https://datatracker.ietf.org/doc/html/rfc4287
  tags:
  - Atom
  - Syndication
  - IETF
  - XML
  - Specification
  properties:
  - type: Specification
    url: https://datatracker.ietf.org/doc/html/rfc4287
  - type: Namespace
    url: http://www.w3.org/2005/Atom
  - type: MediaType
    url: https://www.iana.org/assignments/media-types/application/atom+xml
  - type: JSONSchema
    url: json-schema/atom-feed-schema.json
  - type: JSONSchema
    url: json-schema/atom-entry-schema.json
  - type: Examples
    url: examples/atom-feed-example.json
- aid: rss:json-feed-1-1
  name: JSON Feed 1.1
  description: JSON Feed 1.1 is a JSON-based syndication format created by Brent Simmons and Manton Reece as a developer-friendly
    alternative to RSS and Atom. A JSON Feed has top-level version, title, and items, with each item carrying a required id
    and at least one of content_html or content_text. JSON Feed is served with the application/feed+json media type.
  humanURL: https://www.jsonfeed.org/version/1.1/
  tags:
  - JSON Feed
  - Syndication
  - JSON
  - Specification
  properties:
  - type: Specification
    url: https://www.jsonfeed.org/version/1.1/
  - type: MediaType
    url: application/feed+json
  - type: JSONSchema
    url: json-schema/json-feed-schema.json
  - type: JSONSchema
    url: json-schema/json-feed-item-schema.json
  - type: Examples
    url: examples/json-feed-example.json
- aid: rss:rss-best-practices-profile
  name: RSS Best Practices Profile
  description: The RSS Best Practices Profile is the RSS Advisory Board's normative guidance on producing RSS feeds that interoperate
    cleanly across the diverse population of feed readers. It covers character data, date formats, email addresses, URLs,
    element-by-element recommendations, and common namespace extensions including how to use guid, pubDate, and enclosure
    to avoid known interoperability problems.
  humanURL: https://www.rssboard.org/rss-profile
  tags:
  - RSS
  - Best Practices
  - Profile
  - Interoperability
  properties:
  - type: Documentation
    url: https://www.rssboard.org/rss-profile
  - type: Vocabulary
    url: vocabulary/rss-vocabulary.yml
- aid: rss:opml-2-0
  name: OPML 2.0
  description: OPML (Outline Processor Markup Language) 2.0 is an XML format for outlines, most commonly used to exchange
    lists of RSS/Atom feed subscriptions between feed readers. A subscription list OPML file has a body containing outline
    elements with type="rss", text, xmlUrl (the feed URL), and htmlUrl (the human-readable site URL). OPML is the de facto
    portable format for feed subscription import/export.
  humanURL: http://opml.org/spec2.opml
  tags:
  - OPML
  - Outline
  - Subscription
  - Syndication
  - XML
  properties:
  - type: Specification
    url: http://opml.org/spec2.opml
  - type: JSONSchema
    url: json-schema/opml-subscription-list-schema.json
  - type: Examples
    url: examples/opml-subscription-list-example.json
- aid: rss:feed-autodiscovery
  name: Feed Autodiscovery
  description: Feed autodiscovery is the HTML convention by which a web page advertises the location of its RSS, Atom, or
    JSON Feed using a <link rel="alternate" type="application/rss+xml" href="..."> element in the document head. Feed readers,
    browsers, and crawlers look for this element to discover feeds from a homepage URL alone, without requiring the user to
    know the exact feed path. The same pattern is used with application/atom+xml and application/feed+json types.
  humanURL: https://www.rssboard.org/rss-autodiscovery
  tags:
  - Autodiscovery
  - HTML
  - Syndication
  - Discovery
  properties:
  - type: Documentation
    url: https://www.rssboard.org/rss-autodiscovery
  - type: Examples
    url: examples/feed-autodiscovery-example.json
common:
- type: DomainSecurity
  url: security/rss-domain-security.yml
- type: Website
  url: https://www.rssboard.org/
- type: Documentation
  url: https://www.rssboard.org/rss-specification
- type: BestPractices
  url: https://www.rssboard.org/rss-profile
- type: Validator
  url: https://www.rssboard.org/rss-validator/
- type: Blog
  url: https://www.rssboard.org/news
- type: AtomSpecification
  url: https://datatracker.ietf.org/doc/html/rfc4287
- type: JSONFeedSpecification
  url: https://www.jsonfeed.org/version/1.1/
- type: OPMLSpecification
  url: http://opml.org/spec2.opml
- type: JSONLDContext
  url: json-ld/rss-context.jsonld
- type: Vocabulary
  url: vocabulary/rss-vocabulary.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com