Hi, i've a question, there is a way to select the code row of a query. I try to explain i made a search like: http://api.themoviedb.org/3/person/51329/credits?language=IT&api_key=#mykey then i like to have the movie id was the imdb id. in the api support seems there are no additional parameters that can do this. another little problem: the request don't return the movie title in italian. thanks for the answer. Francesco Vergara
찾으시는 영화나 TV 프로그램이 없나요? 로그인 하셔서 직접 만들어주세요.
이 항목을 평가하거나 목록에 추가할까요?
회원이 아닌가요?
Travis Bell님의 댓글
1월 16, 2013 at 7:21 오후
This is not supported. IMDB id is only supported in 2 places, as a queryable ID with the movie method and as a field on the primary movie facts.
As an example I just did:
Seems to work ok for me. Remember, you should be checking the
title
field for the translated titles.hellflame님의 댓글
1월 17, 2013 at 6:10 오전
thanks very mutch for the fast answer. the movie db id is needed only beacouse my popcorn c-200 use that like id of movie and i would use them to find the name of movie and synopsis without made an excessive traffic on your site that may be annoying to you. For the second problem i've see again and yes it will work, my fault sorry for the useless question :-)
thank you very much and congratulations for the great service. Francesco Vergara