Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I get feed data from Google Reader as JSON?

For the unofficial Google Reader API, I can get all items for a feed in the Atom format. Are they also available in the JSON format?

like image 731
Jackson Tale Avatar asked Jun 17 '11 11:06

Jackson Tale


People also ask

Can Google Sheets export as JSON?

Open source add-on for Google Sheets that allows users to export sheets as XML or JSON.

What is a JSON data feed?

JSON Feed is a Web feed file format for Web syndication in JSON instead of XML as used by RSS and Atom. JSON Feed. Filename extension. .json. Internet media type.

Does Google Sheets support JSON?

Yes, Google Sheets can import JSON files, you can do it with Google Apps Script or third-party no-code apps like Zapier.


1 Answers

Google Reader exposes feed data as JSON at URLs of the form http://www.google.com/reader/api/0/stream/contents/feed/*escaped_feed_url*, e.g. http://www.google.com/reader/api/0/stream/contents/feed/http%3A//blog.stackoverflow.com/feed/.

like image 131
Mihai Parparita Avatar answered Oct 23 '22 20:10

Mihai Parparita