The Movie Database Support

hi,

i am trying to get the data on directors of a movie. i have been through the whole api of the movie section and i can't seem to find it. i might have overlooked it but i am pretty sure i didn't. i thought that i would find it under /movie/{id}/credits.... can some one point me in the right direction

thanks in advance

2 replies (on page 1 of 1)

Jump to last post

fetch(`https://api.themoviedb.org/3/movie/<<movieID>>/credits?api_key=<<your_api_key>>`)
            .then(response => response.json())
            .then((jsonData)=>jsonData.crew.filter(({job})=> job ==='Director'))

@elminio said:

fetch(`https://api.themoviedb.org/3/movie/<<movieID>>/credits?api_key=<<your_api_key>>`)
            .then(response => response.json())
            .then((jsonData)=>jsonData.crew.filter(({job})=> job ==='Director'))

java icin yok mu

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

Want to rate or add this item to a list?

Login