Top Rated

Get a list of TV shows ordered by rating.

📘

Note

This call is really just a discover call behind the scenes. If you would like to tweak any of the default filters head over and read about discover.

curl --request GET \
     --url 'https://api.themoviedb.org/3/discover/tv?include_adult=false&language=en-US&page=1&sort_by=vote_average.desc&vote_count.gte=200' \
     --header 'Authorization: Bearer <<access_token>>' \
     --header 'accept: application/json'
Language
Authorization
Header
Click Try It! to start a request and see the response here!