Goodreads Developers discussion

29 views
questions > Retrieve editions of book

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

message 1: by Ioan (new)

Ioan Mosincat | 5 comments Hi,

Does anyone know how to retrieve book editions? (See all editions by work API)
Apparently this API requires extra permission; I contacted Goodreads, but I haven't got any response so far.
Did anybody succeed in using it?

Thank you!


message 2: by Oleg (new)

Oleg Linkin (maledictus) | 60 comments This api works without any additional permissions


message 3: by Ioan (new)

Ioan Mosincat | 5 comments Hm, I get the response Invalid API permissions. when calling any /work/editions/WORK_ID?format=xml endpoint.

For example:
https://www.goodreads.com/work/editio...

Can you please check if it works for you?


message 4: by Oleg (new)

Oleg Linkin (maledictus) | 60 comments I am using oauth-signed request and all works fine


message 5: by Rajasree (new)

Rajasree Jayaram (bookworm921) | 1 comments I am also having trouble with the same issue. I modified the python example to send a GET request to the endpoint so that it will be authorized, but still got 'Invalid API permissions' response


back to top