Atajos de teclado
Búsqueda avanzada
I have random list of movie ids - can I get information about them such as year or poster url in one request?
Hi thee,
One request per movie, yes, but not one request all of the ids at once. We don't have any kind of a multi get at this time.
So if I have list of 10 movie ids and I want to get their posters - I need to do 10 separate requests?
Yes.
Without knowing what your doing exactly, you could also use lists which will allow you to get the standard list responses for whatever ids you add to the list.
¿No encuentras una película o serie? Inicia sesión para crearla:
Iniciar sesión
Regístrate
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Regístrate y únete a la comunidad
Contestado por Travis Bell
el 12 de febrero de 2017 a las 11:51
Hi thee,
One request per movie, yes, but not one request all of the ids at once. We don't have any kind of a multi get at this time.
Contestado por moonavader
el 12 de febrero de 2017 a las 13:51
So if I have list of 10 movie ids and I want to get their posters - I need to do 10 separate requests?
Contestado por Travis Bell
el 12 de febrero de 2017 a las 14:51
Yes.
Without knowing what your doing exactly, you could also use lists which will allow you to get the standard list responses for whatever ids you add to the list.