how to get the number of pages in themovie db.I want to create a pagination that displays pages like 1 of {total number of pages}. But I can't find any information about this.
Δεν μπορείτε να βρείτε κάποια ταινία ή σειρά; Συνδεθείτε για να τη δημιουργήσετε.
Θέλετε να αξιολογήσετε ή να προσθέσετε αυτό το στοιχείο σε μια λίστα;
Δεν είσαι μέλος;
Απάντηση από τον/την ticao2 🇧🇷 pt-BR
στις 17 Νοέμβριος 2023 στις 07:45 ΕΊΜΑΙ
At the bottom of this page is the number of items currently in TMDb.
https://www.themoviedb.org/about
Responses to API Requests usually have information at the beginning or end of the page.
How many items and how many pages the request can have.
The number is the total but there is a limit of 500 pages.
It can provide 800 pages but you can only access the first 500.