Goodreads Developers discussion
bugs
>
Review Count API - Average Rating Above 5
date
newest »


I suppose this could also be a quick fix on our end also, but we'll want to also clean up the underlying data.
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 hte API call have an average rating higher than 5. If this expected? We were working under the assumption that the rating scale was from 0 to 5. Is this a bug or is there a change in the Rating model?
Example:
https://www.goodreads.com/book/review...
{
"books": [
{
"id": 24040567,
"isbn": "0385753500",
"isbn13": "9780385753500",
"ratings_count": 3,
"reviews_count": 12,
"text_reviews_count": 1,
"work_ratings_count": 21,
"work_reviews_count": 88,
"work_text_reviews_count": 4,
"average_rating": "5.29"
}
]
}
Thanks,
AbeBooks Traffic team