The Movie Database Support

TMDB is great by the way - hopefully they can knock IMDB of it's perch!

Having spent over 11 hours attempting this and studying the documentation we still cant work out if this is an error with the API or our calls. We suspect this will take someone about 20 seconds to figure out.

We are trying to use GET find/{imdb_id} to return: poster_path, tmdb_id, etc

When we try:

curl -k --request GET \--url 'https://api.themoviedb.org/3/find/tt0133093?external_source=imdb_id&language=en-US&api_key=APIKEYHERE' \--data '{poster_path}';'{id}';'{title}'

we recieve a error:

Couldn't resolve host (along with an output of all the information and not just the 'poster_path, id, title' that we called.)

We are using a shell command via Tasker on Android to test.

Are we doing something wrong?

Cheers for the pointers.

Warm regards

L

3 replies (on page 1 of 1)

Jump to last post

My first instinct would be something to do with the use of single quotes. Also, passing POST data though the GET method isn't supported so there's no need to use --data at all.

curl -k --request GET --url "https://api.themoviedb.org/3/find/tt0133093?external_source=imdb_id&language=en-US&api_key=###"

Is working properly.

@travisbell

Really appreciate the swift response Travis - helps a lot with our deadlines!

Apologies; as the single quotes was just a typo - we are using double and your example works great.

What we were ideally hoping for help with is whether we could select which pieces of information are return instead of the whole lot. i.e- just things like: title, poster_url, tmdb_ID, etc

Is this possible and if so, what would the curl/command be to achieve that?

Cheers again Travis!

@Paszt

Perfect - thank you Elizabeth!

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