Is there an option to connect two api's? Right now I got upcoming movies and currently playing in the cinema movies in 2 separate files. I would like to add to each one of them under the desc. a video window, is it possible?
Is there an option to connect to api's? Right now I got upcoming movies and currently playing in the cinema movies in 2 separate files. I would like to add to each one of them under the desc. a video window, is it possible?
You mean in one request?if so , i think that you have to get each of them separately and then combine them in your own app or website
dear mustafa,
its not showing video url,
there is 1 url there like youtube url and its not answer what people asking here.
do you have bettor good idea??
Contestado por Travis Bell
el 8 de julio de 2017 a las 12:36
You want to use the videos API method for this.
And example call if you were calling Wonder Woman's videos would look like this:
I would recommend using
append_to_response
which combines the primary info method and videos calls together:Contestado por farzin_android23
el 30 de julio de 2018 a las 08:37
no one works for me
Contestado por farzin_android23
el 30 de julio de 2018 a las 08:48
by such like this request https://api.themoviedb.org/3/movie/297762/videos?api_key=###&language=en-US i just can recieve the thrailer . but what about the own movie?
Contestado por Travis Bell
el 30 de julio de 2018 a las 11:54
We don't provide any links to actual movies, only trailers/behind the scenes/featurettes, etc...
Contestado por AvivPirate
el 4 de abril de 2019 a las 17:48
How do I use the object received to show a video on my website? I get this response:
Contestado por ticao2 🇧🇷 pt-BR
el 4 de abril de 2019 a las 23:52
Trailer URL
Just add the Key in the respective URL:
YouTube: https://www.youtube.com/watch?v=
Vimeo: https://vimeo.com/
For example:
Youtube: https://www.youtube.com/watch?v=h6hZkvrFIj0
Vimeo: https://vimeo.com/282875052
Contestado por AvivPirate
el 6 de abril de 2019 a las 18:15
Thank you very much for the quick reply
Contestado por tmdb98779720
el 23 de agosto de 2020 a las 13:58
Is there an option to connect two api's? Right now I got upcoming movies and currently playing in the cinema movies in 2 separate files. I would like to add to each one of them under the desc. a video window, is it possible?
Contestado por curiousmustafa
el 9 de septiembre de 2020 a las 07:56
You mean in one request?if so , i think that you have to get each of them separately and then combine them in your own app or website
Contestado por maxcoder123
el 30 de julio de 2021 a las 07:25
dear mustafa, its not showing video url, there is 1 url there like youtube url and its not answer what people asking here. do you have bettor good idea??
Contestado por levanquang
el 10 de octubre de 2021 a las 11:27
https://api.themoviedb.org/3/movie/${id}?api_key=${REACT_APP_TMDB_KEY}&append_to_response=videos
i have a url like above and i use axios to process it, but it shows as undefined, can anyone help me? thank you very much
Contestado por ticao2 🇧🇷 pt-BR
el 12 de octubre de 2021 a las 09:33
Maybe you can find some help on these links.
Axios Issues
https://www.themoviedb.org/talk/6037bbc2afa1b00043a76e2c
https://www.themoviedb.org/talk/5f621eae93388b003864513c
https://www.themoviedb.org/talk/5f55e3dd713ed40037f090d4
https://www.themoviedb.org/talk/5d5901d21749730017dd837a
https://www.themoviedb.org/talk/5bab86480e0a2664d4022f98
Contestado por shinthant14
el 15 de diciembre de 2021 a las 04:38
but youtube showed i can't get this trailer, do you know why
Contestado por ticao2 🇧🇷 pt-BR
el 15 de diciembre de 2021 a las 06:11
Can't you watch this trailer?
Youtube: https://www.youtube.com/watch?v=h6hZkvrFIj0
And these others, can you watch any of them?
Contestado por shinthant14
el 15 de diciembre de 2021 a las 06:22
thank you!