The Movie Database Support

When looking at the examples and documentation of GET/account/{account_id}/movie/watchlist https://api.themoviedb.org/4/account/{account_id}/movie/watchlist?page=1

The value "page" is optional and default set to 1. So I have tried to leave out that option but it seems that I still only receive a part of my list.

What if I don't want "pages". I simply want "everything" in one call. Is that possible?

BR Tilly

3 replies (on page 1 of 1)

Jump to last post

Hi @htilly,

We only return 20 items per page, so if your list has more than 20 items you will need to iterate over the pages.

https://api.themoviedb.org/4/account/{account_id}/movie/watchlist?page=1
https://api.themoviedb.org/4/account/{account_id}/movie/watchlist?page=2
https://api.themoviedb.org/4/account/{account_id}/movie/watchlist?page=3

And so on... until you've reached the value of total_pages.

Ok, thanks for a fast answer.

That makes sense from a GUI point of view. But when accessing thru API and code it adds some unnecessary complexity. No plans of adding an option of showing all?! ;)

BR Tilly

Not at this time, no. There might be support for more items per page at some point, but it will always be paginated.

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