The Movie Database Support

Hello, I am a new member of the TMDB community. I am currently building a Netflix clone. Can anyone help me with how to get these images rendered? I tried in every way possible and I am getting failed to load resource error. I have tried the image link as "https://image.tmdb.org/t/p/originals/".

EDIT: It's giving me 400 error now

4 replies (on page 1 of 1)

Jump to last post

A full image URL needs the image path that you get from different items returned via methods like search, or discover. So when you get one of those paths, ie. /cDDb7WA2i7cENhkEEjXEDrXGyNL.jpg you can then assemble the full URL:

https://image.tmdb.org/t/p/original/cDDb7WA2i7cENhkEEjXEDrXGyNL.jpg

You can read the full documentation for this here.

@travisbell said:

A full image URL needs the image path that you get from different items returned via methods like search, or discover. So when you get one of those paths, ie. /cDDb7WA2i7cENhkEEjXEDrXGyNL.jpg you can then assemble the full URL:

https://image.tmdb.org/t/p/original/cDDb7WA2i7cENhkEEjXEDrXGyNL.jpg

You can read the full documentation for this here.

@travisbell I gave the image path or the poster path and it is giving me a 404 error and it's saying file not found on
https://image.tmdb.org/t/p/originals/cDDb7WA2i7cENhkEEjXEDrXGyNL.jpg/sgxawbFB5Vi5OkPWQLNfl3dvkNJ.jpg URL.

@AdityaBhattacharjee said:

@travisbell I gave the image path or the poster path and it is giving me a 404 error and it's saying file not found on

https://image.tmdb.org/t/p/originals/cDDb7WA2i7cENhkEEjXEDrXGyNL.jpg/sgxawbFB5Vi5OkPWQLNfl3dvkNJ.jpg

This URL of yours has 2 Path Posters placed.
In addition, the original parameter is in the plural.
It must be in the singular, without the ending S.
Experiment with 1 poster path at a time:

https://image.tmdb.org/t/p/original/cDDb7WA2i7cENhkEEjXEDrXGyNL.jpg
https://image.tmdb.org/t/p/original/sgxawbFB5Vi5OkPWQLNfl3dvkNJ.jpg

@ticao2 said:

@AdityaBhattacharjee said:

@travisbell I gave the image path or the poster path and it is giving me a 404 error and it's saying file not found on

https://image.tmdb.org/t/p/originals/cDDb7WA2i7cENhkEEjXEDrXGyNL.jpg/sgxawbFB5Vi5OkPWQLNfl3dvkNJ.jpg

This URL of yours has 2 Path Posters placed.
In addition, the original parameter is in the plural.
It must be in the singular, without the ending S.
Experiment with 1 poster path at a time:

https://image.tmdb.org/t/p/original/cDDb7WA2i7cENhkEEjXEDrXGyNL.jpg
https://image.tmdb.org/t/p/original/sgxawbFB5Vi5OkPWQLNfl3dvkNJ.jpg

thank you so much!!!!!!!!!!!!

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