rotten_tomatoes_client icon indicating copy to clipboard operation
rotten_tomatoes_client copied to clipboard

Audience score?

Open Gabriel-p opened this issue 3 years ago • 3 comments

Quick question, is there any way to retrieve the audience score along with the critics score? I've not found it anywhere

Gabriel-p avatar Jul 23 '21 22:07 Gabriel-p

Any chance since this post is in 2021.

I'd second that request for the audience score. The critics score is already in the output.

xaier avatar Jan 23 '22 02:01 xaier

It looks like the get movie details function returns the audience score, but it requires the movie id, which is also not returned by the search.

azuravian avatar Sep 15 '22 00:09 azuravian

If you want to add it yourself, I have posted another API here: https://github.com/jaebradley/rotten_tomatoes_client/issues/23#issuecomment-1023222965 That API contains userRatingSummary which is the audience score

cvzi avatar Sep 15 '22 07:09 cvzi