Hello there,
I am new here, I search about base url for poster , but I didn't can help please help me out ?
Nu găsiți un film sau un serial? Autentificați-vă pentru a-l crea.
Doriți să evaluați sau să adăugați acest articol într-o listă?
Nu sunteți membru?
Răspuns de donsaad
pe data de 7 ianuarie 2016 la ora 7:55 AM
The base URL will look like:
http://image.tmdb.org/t/p/
then you'll need a size let's sayw185
then the poster path you got, so this is the final url http://image.tmdb.org/t/p/w185/nBNZadXqJSdt05SHLqgT0HuC5Gm.jpgand this is the docs where you can find out more: http://docs.themoviedb.apiary.io/#reference/account/get?console=1
Răspuns de Hitesh11
pe data de 7 ianuarie 2016 la ora 8:22 AM
Thanks for your time and answer, that will help a lot
Răspuns de Hitesh11
pe data de 11 ianuarie 2016 la ora 1:22 AM
Hello, http://image.tmdb.org/t/p/w185//nBNZadXqJSdt05SHLqgT0HuC5Gm.jpg this Image url is working fine, but when I change width with w360 or w200, it's not work, is there any predefined values for width size ? I tried with below urls. http://image.tmdb.org/t/p/w360//nBNZadXqJSdt05SHLqgT0HuC5Gm.jpg http://image.tmdb.org/t/p/w185//nBNZadXqJSdt05SHLqgT0HuC5Gm.jpg
Răspuns de donsaad
pe data de 11 ianuarie 2016 la ora 4:10 AM
Hi again, these are the the sizes that I know: "w92", "w154", "w185", "w342", "w500", "w780", or "original"; and I think there isn't any other sizes "original" will give you a very large poster, if you're on mobile "w185" is the best choice
Răspuns de Kochab
pe data de 18 ianuarie 2017 la ora 10:49 AM
Link was broken. New one: https://developers.themoviedb.org/3/configuration/get-api-configuration
Răspuns de PrajitGandhi
pe data de 13 august 2018 la ora 4:08 PM
you can use w185_and_h278_bestv2 , I am using it for uniformity.
Răspuns de PrajitGandhi
pe data de 13 august 2018 la ora 4:11 PM
Taken from [https://github.com/mlabouardy/moviedb/blob/master/moviedb_test.go]
Important part attached here:
Răspuns de yasminlubis
pe data de 21 septembrie 2020 la ora 11:22 PM
Hi, I am new here, I want to collect the TV Series posters by its genre to use these as my dataset for genre classification. Can anybody help me, what should I do to collect all the posters? Thank you so much and sorrry for my bad english ^
Răspuns de shivam_narkar_47
pe data de 7 octombrie 2020 la ora 7:43 AM
I am not getting this url https://image.tmdb.org/t/p/w500/8uO0gUM8aNqYLs1OsTBQiXu0fEv.jpg
Răspuns de Travis Bell
pe data de 8 octombrie 2020 la ora 11:52 AM
Indeed that image has been removed.
Răspuns de AdityaBhattacharjee
pe data de 26 ianuarie 2021 la ora 1:56 AM
So How can we get that images
Răspuns de Travis Bell
pe data de 26 ianuarie 2021 la ora 9:03 AM
You can’t. If it’s returning a 404, it’s gone.
Răspuns de michaelg.tadesse
pe data de 15 iunie 2021 la ora 5:17 AM
thank you - it worked
Răspuns de LynxSudo
pe data de 11 iulie 2021 la ora 11:19 AM
Thanks brother you made my job very much easy
Răspuns de kestierays
pe data de 27 august 2021 la ora 5:50 PM
please I need a base_url, the one I used doesn't display the movie pictures.