Goodreads Developers discussion
bugs
>
Review Count API - Negative Work Ratings Count
date
newest »

Dear AbeBooks Traffic team,
Thanks so much for finding this issue. It looks like there is a bug on the website for those books as well. I've filed a ticket for it (GR-35610) and our team should follow up when it is fixed.
Regards, Jeff
Thanks so much for finding this issue. It looks like there is a bug on the website for those books as well. I've filed a ticket for it (GR-35610) and our team should follow up when it is fixed.
Regards, Jeff
At AbeBooks we use the Goodreads rating count information from the Review Count API (https://www.goodreads.com/api/index#b...)
We recently noticed that some of the entries returned in the API call have a negative work_ratings_count. This sounds like a bug as I would never expect a count field to be less than zero.
Example:
https://www.goodreads.com/book/review...
{
"books": [
{
"id": 28891028,
"isbn": "1344974651",
"isbn13": "9781344974653",
"ratings_count": 0,
"reviews_count": 0,
"text_reviews_count": 0,
"work_ratings_count": -1,
"work_reviews_count": 8,
"work_text_reviews_count": 0,
"average_rating": "4.00"
}
]
}
ISBNs that we've found this issue with:
9780060166359
9780060927332
9780226494296
9780273314141
9780404533458
9780471368946
9780615931739
9780761977889
9780977867004
9781344974653
9781357712259
9781414486697
9781435457157
9781478114475
9781500442873
9781560972921
9781563082627
9781567444292
9781933148106
9781936984459
9783254000200
9783319042794
9784860952655
9789948450849
Thanks,
AbeBooks Traffic team