Keyboard Shortcuts
Bilaketa Aurreratua
Hi,
how to do what i wrote in the subject?
Hi esses77,
To search by name: http://docs.themoviedb.apiary.io/#get-%2F3%2Fsearch%2Fperson
To get an ID once you have the ID: http://docs.themoviedb.apiary.io/#people
Hi Travis,
for example if I want all movies of X actor in 1 response is it possible?
I know I can get different pages for Tom Hanks like this:
http://api.themoviedb.org/3/discover/movie?with_cast=31&sort_by=release_date.asc&api_key=###&page=1
http://api.themoviedb.org/3/discover/movie?with_cast=31&sort_by=release_date.asc&api_key=###&page=2
...
http://api.themoviedb.org/3/discover/movie?with_cast=31&sort_by=release_date.asc&api_key=###&page=5
But is it possible only to get only 1 response with full filmography?
Sure:
https://api.themoviedb.org/3/person/31?api_key=###&append_to_response=credits
Make sure to consult the documentation for all of the available person methods.
Cheers.
Hi again,
thanks for the help Travis but as you might notice in the first links I posted the films are sorted by release_date, is there anyway I can use the link you posted but with films sorted by release_date?
Hi Cuervo,
No, if you need filtering and sorting, you'll have to stick with discover and make a separate request for each page.
Can't find a movie or TV show? Login to create it.
Saioa hasi
Erregistratu
Elementu hau kalifikatu edo zerrenda batera gehitzea nahi al duzu?
Ez zara kidea?
Erregistratu eta bat egin komunitatearekin
Travis Bell Erabiltzailearen Erantzuna
Uztaila 23, 2013 egunean 8:41 PM(e)tan
Hi esses77,
To search by name: http://docs.themoviedb.apiary.io/#get-%2F3%2Fsearch%2Fperson
To get an ID once you have the ID: http://docs.themoviedb.apiary.io/#people
tmdb25252197 Erabiltzailearen Erantzuna
Abuztua 3, 2015 egunean 2:54 PM(e)tan
Hi Travis,
for example if I want all movies of X actor in 1 response is it possible?
I know I can get different pages for Tom Hanks like this:
http://api.themoviedb.org/3/discover/movie?with_cast=31&sort_by=release_date.asc&api_key=###&page=1
http://api.themoviedb.org/3/discover/movie?with_cast=31&sort_by=release_date.asc&api_key=###&page=2
...
http://api.themoviedb.org/3/discover/movie?with_cast=31&sort_by=release_date.asc&api_key=###&page=5
But is it possible only to get only 1 response with full filmography?
Travis Bell Erabiltzailearen Erantzuna
Abuztua 3, 2015 egunean 3:01 PM(e)tan
Sure:
Make sure to consult the documentation for all of the available person methods.
Cheers.
tmdb25252197 Erabiltzailearen Erantzuna
Abuztua 3, 2015 egunean 3:49 PM(e)tan
Hi again,
thanks for the help Travis but as you might notice in the first links I posted the films are sorted by release_date, is there anyway I can use the link you posted but with films sorted by release_date?
Travis Bell Erabiltzailearen Erantzuna
Abuztua 3, 2015 egunean 4:16 PM(e)tan
Hi Cuervo,
No, if you need filtering and sorting, you'll have to stick with discover and make a separate request for each page.