RSS

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, 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.

JSON Feed 1.1 is one of 6 APIs that RSS publishes on the APIs.io network.

This API exposes 2 JSON Schema definitions.

Tagged areas include JSON Feed, Syndication, JSON, and Specification. The published artifact set on APIs.io includes sample payloads and 2 JSON Schemas.

API entry from apis.yml

apis.yml Raw ↑
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: Example
  url: examples/json-feed-example.json