Goodreads Developers discussion

97 views
questions > Storing goodreads IDs and ISBN-13 values

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

message 1: by Nikhil (new)

Nikhil Kavimandan | 4 comments We are working on a goodreads integration for our iOS app.To ensure that we communicate with goodreads API as efficiently as possible, and limit the number of API calls, we wanted to store the goodreads IDs and the ISBN-13 on our servers ONLY FOR THE BOOKS THAT ARE IN OUR DATABASE.

Can you please comment on whether this is allowed?


message 2: by Michael (new)

Michael Economy (michaeleconomy) Hey Nikhil,

What is the iOS app?


message 3: by Nikhil (new)

Nikhil Kavimandan | 4 comments Hi Michael,

The app is called LikeSplash. You can find it here (currently only available in US): https://itunes.apple.com/us/app/likes...

Thanks for your help!


message 4: by Michael (new)

Michael Economy (michaeleconomy) I think caching the goodreads book IDs is fine, but as book ids may change, you might run into some difficulties.


If your app is commercial (you're making revenue) you're likely breaking our API terms.
https://www.goodreads.com/api/terms


message 5: by Nikhil (new)

Nikhil Kavimandan | 4 comments Thanks for the response Michael. Is there any other ID we can use instead of goodreads book IDs that will not change? Could we store ISBN-13 instead?

I have sent a note to your support group to make sure we are in compliance with the API terms.

Thanks for your help


message 6: by Michael (new)

Michael Economy (michaeleconomy) Isbn/isbn13 should change less often, it makes sense to store those for your use case.


message 7: by Nikhil (new)

Nikhil Kavimandan | 4 comments Thanks Michael.

Nikhil


back to top