blogger api json (sort by page view / date) // 20 most read / 20 last updated

Peta Sella <[email protected]>
Newsgroups gmane.comp.web.blogger.api
Message-ID <[email protected]>
How to get a list of postings sorted by page views or date(update/posted)?

In the moment I do it as follows:

http://MY_BLOG.blogspot.com/feeds/posts/default/-/MY_CATEGORY?alt=json&start-index=
*1*&max-results=100
http://MY_BLOG.blogspot.com/feeds/posts/default/-/MY_CATEGORY?alt=json&start-index=
*101*&max-results=100
..
..
http://MY_BLOG.blogspot.com/feeds/posts/default/-/MY_CATEGORY?alt=json&start-index=
*MAXWERT*(bekannt über Blogger)&max-results=100

After receving all records I sort. This procedure takes a lot time and 
ressorces.

Is there better, more effective way i.a. to get last 20 most read posts / 
20 last updated post (out of hundreds)?


----------------------------------------
german:

wie würde man zweckmäßigerweise vorgehen, um eine Liste der Postings zu 
bekommen sortiert nach den Kriterien "page views" oder "Datum"?

Momentan frage ich so ab:

http://MY_BLOG.blogspot.com/feeds/posts/default/-/MY_CATEGORY?alt=json&start-index=
*1*&max-results=100
http://MY_BLOG.blogspot.com/feeds/posts/default/-/MY_CATEGORY?alt=json&start-index=
*101*&max-results=100
..
..
http://MY_BLOG.blogspot.com/feeds/posts/default/-/MY_CATEGORY?alt=json&start-index=
*MAXWERT*(bekannt über Blogger)&max-results=100

Wenn ich alle Sätze habe, wird sortiert. Das Ganze kann also dauern und 
belastet den Server auch ernorm, wie ich vemute.

Gibt es eine bessere Möglichkeit z. B. um die 20 meistgelesenen oder 20 
letzten/ersten Posts zu bekommen?

-- 
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/bloggerdev.
For more options, visit https://groups.google.com/d/optout.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.