Goodreads Developers discussion
questions
>
What call returns current percentage / page?
date
newest »
newest »
message 1:
by
Shawn
(new)
Feb 20, 2011 10:04PM
Reading the API descriptions I can't seem to find the API that returns the current page/percentage a user is on.
reply
|
flag
We don't really have an API to do just that, but you can get the user status as part of the user.show API:http://www.goodreads.com/api#user.show
It's under the "updates" node in the XML response.
E.g.:
http://www.goodreads.com/user/show/42...

