Questions about programmatically using Google Reader (questions regarding regular usage should be posted in https://superuser.com/ instead) This may be done either via HTTP requests to the Google Reader unofficial (but publicly available) API; or by using specific Google Reader urls to simplify actions on the website or extend functionality (e.g.: browser add-ons).
This product has been discontinued on July 15, 2013.
official announcement
Questions about programmatically using Google Reader (questions regarding regular usage should be posted in https://superuser.com/ instead)
This may be done either via HTTP requests to the Google Reader unofficial (but publicly available) API; or by using specific Google Reader urls to simplify actions on the website or extend functionality (e.g.: browser add-ons).
It is important to highlight, that even though the API is not an official Google API, in most ways it is very stable and well known (it is used by the official Reader sites and clients) and behaves like a public API in terms of the Google authentication system. There is no official API documentation, but there are some good documentation resources in the web, and even some places where it is possible to get answers from Google developers using this:
- http://groups.google.com/group/fougrapi/ - 'Official' group for the unofficial Google Reader API. Lots of advanced questions, often answered by Google developers. Not good for structured documentation though...
- http://www.chrisdadswell.co.uk/android-coding-example-authenticating-clientlogin-google-reader-api/ - Good resource for coding examples and API documentation
- https://code.google.com/archive/p/pyrfeed/wikis/GoogleReaderAPI.wiki - Very good and structured API documentation.
- http://blog.martindoms.com/2009/10/16/using-the-google-reader-api-part-2 - Also a well structured API documentation, in 3 parts. Contains some details not seen elsewhere.