API endpoint
All API methods, except for the Sign-In process are located at:
https://www.inoreader.com/reader/api/0
All API methods can be accessed via HTTP
and HTTPS
, but for Authentication methods you should always use HTTPS
, otherwise you will get redirected.
If possible, use HTTPS
for all API calls. This way, you will ensure that no user data can be sniffed by third parties.
All methods that fetch data should be requested via GET
and all methods that alter data should be requested via POST
.