The Movie Database Support

Hello i try to get the cast from a movie but it will nocht work :-( maybe you can help me :-)

I use this : http://themoviedb.apiary.io/3/movie/{id}/casts example: http://api.themoviedb.org/3/movie/49521/cast/?api_key=1111111111111111111 -> Result: Not Found example2: http://api.themoviedb.org/3/movie/tt0770828/cast/?api_key=1111111111111111111 -> Result: Not Found what am I doing wrong?

Thank you for your help,

David

4 replies (on page 1 of 1)

Jump to last post

Hi diabetiker ,

You have a trailing slash and it's casts, not cast (yes, it's a bit of an idiom, I know).

http://api.themoviedb.org/3/movie/49521/casts?api_key=###

Cheers.

Thank you very much Travis Bell !

You would issue a /find query to get the TMDb id, and then make a credits method call.

https://api.themoviedb.org/3/find/tt2294629?api_key=###&language=en-US&external_source=imdb_id

Returns ID 109445, so then:

https://api.themoviedb.org/3/movie/109445?api_key=###&append_to_response=credits

Which will append cast and crew to your response in the credits key.

Can't find a movie or TV show? Login to create it.

Global

s focus the search bar
p open profile menu
esc close an open window
? open keyboard shortcut window

On media pages

b go back (or to parent when applicable)
e go to edit page

On TV season pages

(right arrow) go to next season
(left arrow) go to previous season

On TV episode pages

(right arrow) go to next episode
(left arrow) go to previous episode

On all image pages

a open add image window

On all edit pages

t open translation selector
ctrl+ s submit form

On discussion pages

n create new discussion
w toggle watching status
p toggle public/private
c toggle close/open
a open activity
r reply to discussion
l go to last reply
ctrl+ enter submit your message
(right arrow) next page
(left arrow) previous page

Settings

Want to rate or add this item to a list?

Login