Hello, I'm making an app that allows its' users to receive recommendation for movies to watch. I'm using https://api.themoviedb.org/3/discover/movie?api_key=&include_adult=false&include_video=false&language=pl-PL&page=1&sort_by=popularity.desc. And everything works fine, however I get 20 movies and it clutters the page.
Não consegue encontrar um certo filme ou série? Inicie sessão e adicione-o.
Deseja classificar ou adicionar este item a uma lista?
Ainda não é um membro?
Resposta de superboy97
em 11 março 2024 às 10:17 AM
The Api will always return pages of 20 results. But, you can code your application to only use the first 5 answers.
There are no direct means. You need to use this method to get the correspondance table for movies, or this one for series.