I have the imdb Ids (tconst, as they call it); what I need to know is how to get the tmdb movie Id value from that imdb movie Id value (with a REST call).
Un film, une émission télévisée ou un artiste est introuvable ? Connectez-vous afin de créer une nouvelle fiche.
Vous souhaitez évaluer ou ajouter cet élément à une liste ?
Pas encore membre ?
Réponse de Travis Bell
le 22 septembre 2020 à 12h58
Hi @bclayshannon,
Yes, you can use the
/find
method.As an example.
Réponse de dewanharish
le 18 février 2023 à 18h31
Hi, for movies it works ... but not for shows
Réponse de Travis Bell
le 19 février 2023 à 15h09
TV works just fine:
Request
Response
Réponse de jlj1950228
le 30 août 2023 à 18h52
This works if pasted into the browser url window, but not with curl.
Réponse de Leon
le 31 août 2023 à 10h36
It works for me with curl, using the command Travis provided above. Be sure to wrap the URL with quotation marks. If it doesn't work, provide an example curl command that doesn't work, removing your API key.
Réponse de jlj1950228
le 31 août 2023 à 12h43
Hi,
Thanks for responding. I found my mistake after going through half a dozen permutations of the command line. I counted as URL from http to the question mark and quoted that and nonthing else. The entire line has to be quoted because the entire line, api key and external source option are part of the URL. Quoting the entire thing succeeded.
Thanks again, JIm J.