get https://api.themoviedb.org/3/tv/on_the_air
Get a list of TV shows that air in the next 7 days.
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=popularity.desc&air_date.lte={max_date}&air_date.gte={min_date}' \
--header 'Authorization: Bearer <<access_token>>' \
--header 'accept: application/json'