Soporte de The Movie Database

The order of the one page of data returned isn't quite what I was hoping to see. I'd like to perform a simple sort on all the data. If the full data set isn't available, could I perhaps understand the sorting logic for the data on this page? Thanks

2 respuestas (en la página 1 de 1)

Jump to last post

@LinQisan said:
How to search for and return all data based on keywords, instead of just one page of data?
The order of the one page of data returned isn't quite what I was hoping to see.
I'd like to perform a simple sort on all the data.
If the full data set isn't available, could I perhaps understand the sorting logic for the data on this page?
Thanks

I don't know if I understood your question correctly, but...

just one page of data

The number/quantity of Items per Page and the number/quantity of Pages
cannot be changed, configured, specified, restricted, or anything like that.
There will always be up to 20 items per page.
And a maximum of 500 pages.
Therefore, at most 10,000 items.

What you can do is just specify the page number you want.

https://api.themoviedb.org/3/trending/all/day?api_key=THE_KEY&page=1
https://api.themoviedb.org/3/trending/all/day?api_key=THE_KEY&page=2
https://api.themoviedb.org/3/trending/all/day?api_key=THE_KEY&page=3
...
https://api.themoviedb.org/3/trending/all/day?api_key=THE_KEY&page=494
https://api.themoviedb.org/3/trending/all/day?api_key=THE_KEY&page=495
...
https://api.themoviedb.org/3/trending/all/day?api_key=THE_KEY&page=996
https://api.themoviedb.org/3/trending/all/day?api_key=THE_KEY&page=997

That is, make an API Request for each page.

I appreciate the clarification and the API endpoints provided.

¿No encuentras una película o serie? Inicia sesión para crearla:

Global

s centrar la barra de búsqueda
p abrir menú de perfil
esc cierra una ventana abierta
? abrir la ventana de atajos del teclado

En las páginas multimedia

b retrocede (o a padre cuando sea aplicable)
e ir a la página de edición

En las páginas de temporada de televisión

(flecha derecha) ir a la temporada siguiente
(flecha izquierda) ir a la temporada anterior

En las páginas de episodio de televisión

(flecha derecha) ir al episodio siguiente
(flecha izquierda) ir al episodio anterior

En todas las páginas de imágenes

a abrir la ventana de añadir imagen

En todas las páginas de edición

t abrir la sección de traducción
ctrl+ s enviar formulario

En las páginas de debate

n crear nuevo debate
w cambiar el estado de visualización
p cambiar público/privado
c cambiar cerrar/abrir
a abrir actividad
r responder al debate
l ir a la última respuesta
ctrl+ enter enviar tu mensaje
(flecha derecha) página siguiente
(flecha izquierda) página anterior

Configuraciones

¿Quieres puntuar o añadir este elemento a una lista?

Iniciar sesión