2 messages in com.googlegroups.bloggerdevRe: Limit for getting feed list
FromSent OnAttachments
Denis27 Oct 2007 13:35 
Jeff Scudder29 Oct 2007 13:03 
Subject:Re: Limit for getting feed list
From:Jeff Scudder (j.@google.com)
Date:10/29/2007 01:03:56 PM
List:com.googlegroups.bloggerdev

On Oct 27, 1:35 pm, Denis <d.@ks.net.ua> wrote:

Hi everybody.

I'm trying to get feed list from blogger using this
linkhttp://www.blogger.com/feeds/default/blogs, but it seems that it shows only 25 blogs. There is any possibilty to get a full list of blogs (more than 25)?

Thanks for help, Denis.

You can use URL parameters to specify the number of results that you want (max-results) and which entry you would like to begin with (start- index). For example, you could ask for 50 entries at once, and step through each page by increasing your start-index by multiples of 50.

This URL should give you the second set of 50 entries:

http://www.blogger.com/feeds/default/blogs?max-results=50&start-index=50

Happy coding,

Jeff