The Movie Database Support

I am trying to access the tv show ids that were released in December 2017. There are more than 1000 pages in the results but for some reason only first 1000 of them can be accessed. Can you please fix this. Here is the API I am using for this query: http://api.themoviedb.org/3/discover/tv?release_date.gte=2017-12-01&release_date.lte=2017-12-31&api_key=''&page=1001

2 replies (on page 1 of 1)

Jump to last post

My source is my memory.
I think the limits are: 1000 pages, 20 per page.

Hi @sushantway,

That's not actually a valid TV discover query. release_date is not a valid filter on TV, so they were being ignored meaning you were getting every TV show back.

The query you were actually looking for is:

https://api.themoviedb.org/3/discover/tv?air_date.gte=2017-12-01&air_date.lte=2017-12-31&api_key=###

Which only returns 55 pages.

There is no way to get more than 20,000 items in a single filter or query on the API.

Cheers.

Can't find a movie or TV show? Login to create it.

Global

s focus the search bar
p open profile menu
esc close an open window
? open keyboard shortcut window

On media pages

b go back (or to parent when applicable)
e go to edit page

On TV season pages

(right arrow) go to next season
(left arrow) go to previous season

On TV episode pages

(right arrow) go to next episode
(left arrow) go to previous episode

On all image pages

a open add image window

On all edit pages

t open translation selector
ctrl+ s submit form

On discussion pages

n create new discussion
w toggle watching status
p toggle public/private
c toggle close/open
a open activity
r reply to discussion
l go to last reply
ctrl+ enter submit your message
(right arrow) next page
(left arrow) previous page

Settings

Want to rate or add this item to a list?

Login