Axuda de The Movie Database

I have a list of names and I want to determine if they were crew on any FEATURE motion pictures. At the moment I seem to have to do a bunch of queries:

Find the Person: search/person?query={name}

Assuming they exist find their id in the response

Find their Credits /person/{person_id}/movie_credits

I then have to look through crew credits and run a query on each movie i find

Find the Movie Details /movie/{movie_id}?append_to_response=release_dates

This means a minimum of three queries per person, and possibly a lot more if they have a lot of credits!

Any way to streamline this?

Also, what does it mean when a short is reported to have had a theatrical release? Movie ID = 295071 for example...

Thanks in advance for any help and insight!

3 respostas (na páxina 1 de 1)

Jump to last post

I'm not sure if I understand the problem, but... blush maybe by using this:

https://api.themoviedb.org/3/person/1304659?api_key=[MY_KEY]&language=en-US&append_to_response=combined_credits

Thanks for the quick response but your solution doesn't work for me as it

  1. presupposes I already know the ID of the person, which I don't; I only have his/her name
  2. (correct me if I'm wrong) but combined_credits include TV which I don't want
  3. the result does not include the release_type nor the length of the film so I can't verify if it was theatrical

Okay, I'll try and explain it again.

I have the *name * of a person, say "Robert Stadd" and I want to find out which Feature Films with Theatrical Releases he worked on, and what his positions were on those films.

What I'm looking to figure out is how can I accomplish that in the fewest possible calls, as the only way I can figure out how to do it requires a minimum of 3 calls, and generally a lot more.

What I'm doing know is the following, which seems really unwieldy:

 a. https://api.themoviedb.org/3/search/person?query={person_name)&api_key=[my key]&language=en-US

This returns me 0 or more users who match that name. In the case of Robert Stadd I take the one PersonID and call

 b. https://api.themoviedb.org/3/person/{person_id}/movie_credits?api_key=[my key]&language=en-US

In the case of Robert, this returns 10 separate projects but without enough information for me to know if each project had a theatrical release. So now I need to iterate through each one of these projects to get more details on them by calling

c. https://api.themoviedb.org/3/movie/{movie_id}?api_key=[my key]&language=en-US&append_to_response=release_dates

Note: The last append_to_response is required to get the release TYPE (Theatrical, Theatrical (Limited) etc)

Thus to get all the information I need on Robert requires 12 calls (one call in step a, one call in step band ten calls (one for each project) in step c

I'm hoping there is some way to make this more efficient.

Thanks in advance for any help!

Hi there,

The API isn't really designed for queries such as yours. Supporting something more efficient based on your use case here is not something that would be very easy to add.

Perhaps one day in the future something more dynamic could be built but until then, the best solution I can recommend is to bring the data in house, that way you can customize your schema however makes the most sense for your use case.

Non podes atopar unha película ou serie? Inicia sesión para creala.

Global

s amosar a barra de procura
p abrir menú do perfil
esc pechar e abrir xanela
? abrir xanela de atallos do teclado

En páxinas de medios

b atrás (ou á principal se aplica)
e ir a editar páxina

En páxinas de tempadas de televisión

(flecha dereita) ir á tempada seguinte
(flecha esquerda) ir á tempada anterior

En páxinas de episodios de televisión

(flecha dereita) ir ao episodio seguinte
(flecha esquerda) ir ao episodio anterior

En todas as páxinas de imaxe

a abrir a xanela de engadir imaxe

En todas as páxinas de edición

t abrir selector de traducións
ctrl+ s enviar formulario

Nas páxinas de debate

n crear un novo debate
w amosar o estado do seguimento
p mudar público/privado
c mudar abrir/pechar
a abrir actividade
r responder no debate
l ir á última resposta
ctrl+ enter eviar a túa mensaxe
(flecha dereita) páxina seguinte
(flecha esquerda) ir á páxina anterior

Configuración

Queres valorar ou engadir o elemento a unha listaxe?

Iniciar sesión