Goodreads Developers discussion

644 views
questions > Get info about a member by id or username

Comments Showing 1-3 of 3 (3 new)    post a comment »
dateUp arrow    newest »

message 1: by Gregg (new)

Gregg (greggmarshall) | 105 comments I was trying to figure out what the syntax to do a look up by username and discovered the following, which might help someone in the future


To look up by username use http://www.goodreads.com/user/show/?k...
Alternate format for look up by id is http://www.goodreads.com/user/show/?k...
Will work with both username and user id as parameters
If both username and user id are present but don't represent the same user, the user id takes precedence.

Can usernames have spaces in them? Or anything else that might need URL encoding?


message 2: by Ettore (new)

Ettore Pasquini Usernames cannot have spaces. Other fields can of course.


message 3: by Gregg (new)

Gregg (greggmarshall) | 105 comments thanks.


back to top