Jack Richards
Jack Richards

Reputation: 133

Cannot find the most recent google blogs using blogger API

I am working on a blog reader iOS app that retrieves posts from all the google blogs given a URL and API key.

But all I get are blogs from 2016.

https://www.googleapis.com/blogger/v3/blogs/10861780/posts?key=YOUR-API-KEY

I have made sure my api key has been placed correctly and that the blogger API has been enabled.

What am I doing wrong?

Upvotes: 0

Views: 81

Answers (1)

Vaiden
Vaiden

Reputation: 16122

The provided API retrieves posts, not blogs, so I guess it's posts that you're looking for.

The blogid you're using is for Google's own Blogger page. Latest post is indeed from Nov 2016: https://googleblog.blogspot.com/index.html

Upvotes: 2

Related Questions