rotten_tomatoes_client
rotten_tomatoes_client copied to clipboard
Audience score?
Quick question, is there any way to retrieve the audience score along with the critics score? I've not found it anywhere
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.
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.
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