CINXE.COM
JSON Feed
<!DOCTYPE html> <html> <head> <meta name="generator" content="Hugo 0.54.0" /> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width initial-scale=1"> <title> JSON Feed </title> <meta name="description" content=""> <link rel="shortcut icon" href="https://micro.blog/jsonfeed/favicon.png" type="image/x-icon" /> <link rel="stylesheet" href="/styles/styleSheet.css?1715966331"> <link rel="stylesheet" href="/custom.css?1715966331"> <link rel="canonical" href="https://www.jsonfeed.org/"> <link href="https://www.jsonfeed.org/feed.xml" rel="alternate" type="application/rss+xml" title="JSON Feed" /> <link href="https://www.jsonfeed.org/podcast.xml" rel="alternate" type="application/rss+xml" title="Podcast" /> <link rel="alternate" type="application/json" title="JSON Feed" href="https://www.jsonfeed.org/feed.json" /> <link rel="EditURI" type="application/rsd+xml" href="https://www.jsonfeed.org/rsd.xml" /> <link rel="me" href="https://micro.blog/jsonfeed" /> <link rel="authorization_endpoint" href="https://micro.blog/indieauth/auth" /> <link rel="token_endpoint" href="https://micro.blog/indieauth/token" /> <link rel="micropub" href="https://micro.blog/micropub" /> <link rel="microsub" href="https://micro.blog/microsub" /> <link rel="webmention" href="https://micro.blog/webmention" /> <link rel="subscribe" href="https://micro.blog/users/follow" /> </head> <body> <div id="banner"> <div class="title"> <a href="/">JSONfeed.org</a> </div> </div> <div id="content"> <div class="home h-feed"> <ul class="post-list"> <li class="h-entry"> <h1><a href="https://www.jsonfeed.org/2020/08/07/json-feed-version.html">JSON Feed version 1.1</a></h1> <a href="https://www.jsonfeed.org/2020/08/07/json-feed-version.html" class="u-url"><span class="post-meta"><time class="dt-published" datetime="2020-08-07 10:44:36 -0600">Aug 7, 2020</time></span></a> <div class="e-content"> <p>We’ve updated the spec to <a href="https://jsonfeed.org/version/1.1">version 1.1</a>. It’s a minor update to JSON Feed, clarifying a few things in the spec and adding a couple new fields such as <code>authors</code> and <code>language</code>.</p> <p>For version 1.1, we’re starting to move to the more specific MIME type <code>application/feed+json</code>. Clients that parse HTML to discover feeds should prefer that MIME type, while still falling back to accepting <code>application/json</code> too.</p> <p>The <a href="https://jsonfeed.org/code/">code page</a> has also been updated with several new code libraries and apps that support JSON Feed.</p> </div> </li> <li class="h-entry"> <h1><a href="https://www.jsonfeed.org/2017/05/17/announcing-json-feed.html">Announcing JSON Feed</a></h1> <a href="https://www.jsonfeed.org/2017/05/17/announcing-json-feed.html" class="u-url"><span class="post-meta"><time class="dt-published" datetime="2017-05-17 09:02:12 -0600">May 17, 2017</time></span></a> <div class="e-content"> <p>We — Manton Reece and Brent Simmons — have noticed that JSON has become the developers’ choice for APIs, and that developers will often go out of their way to avoid XML. JSON is simpler to read and write, and it’s less prone to bugs.</p> <p>So we developed JSON Feed, a format similar to <a href="http://cyber.harvard.edu/rss/rss.html">RSS</a> and <a href="https://tools.ietf.org/html/rfc4287">Atom</a> but in JSON. It reflects the lessons learned from our years of work reading and publishing feeds.</p> <p><a href="https://jsonfeed.org/version/1">See the spec</a>. It’s at version 1, which may be the only version ever needed. If future versions are needed, version 1 feeds will still be valid feeds.</p> <h4 id="notes">Notes</h4> <p>We have a <a href="https://github.com/manton/jsonfeed-wp">WordPress plugin</a> and, coming soon, a JSON Feed Parser for Swift. As more code is written, by us and others, we’ll update the <a href="https://jsonfeed.org/code">code</a> page.</p> <p>See <a href="https://jsonfeed.org/mappingrssandatom">Mapping RSS and Atom to JSON Feed</a> for more on the similarities between the formats.</p> <p>This website — the Markdown files and supporting resources — <a href="https://github.com/brentsimmons/JSONFeed">is up on GitHub</a>, and you’re welcome to comment there.</p> <p>This website is also a blog, and you can subscribe to the <a href="https://jsonfeed.org/xml/rss.xml">RSS feed</a> or the <a href="https://jsonfeed.org/feed.json">JSON feed</a> (if your reader supports it).</p> <p>We worked with a number of people on this over the course of several months. We list them, and thank them, at the bottom of the <a href="https://jsonfeed.org/version/1">spec</a>. But — most importantly — <a href="http://furbo.org/">Craig Hockenberry</a> spent a little time making it look pretty. :)</p> </div> </li> </ul> <p class="rss-subscribe">subscribe <a href="https://www.jsonfeed.org/feed.xml">via RSS</a></p> </div> </div> <div id="footer"> <p> <a href="/">Blog</a> • <a href="/version/1.1">Version 1.1</a> <br /> <a href="/mappingrssandatom/">Mapping RSS and Atom</a> • <a href="/code/">Code</a> <br /> <a href="https://github.com/manton/JSONFeed">GitHub Repo</a> • <a href="/feed.json">JSON Feed</a> • <a href="/feed.xml">RSS Feed</a> </p> <div class="feedicon"> <a href="/feed.json"><img src="/uploads/2020/cc9d8e166d.png"></a> </div> <p> © 2017-2020 <a href="http://inessential.com/">Brent Simmons</a> and <a href="http://manton.org/">Manton Reece</a> </p> </div> </body> </html>