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).
Es fehlt ein Film oder eine Serie? Logge dich ein zum Ergänzen.
Diesen Eintrag bewerten oder zu einer Liste hinzufügen?
Kein Mitglied?
Antwort von Travis Bell
am 22. September 2020 um 12:58
Hi @bclayshannon,
Yes, you can use the
/find
method.As an example.
Antwort von dewanharish
am 18. Februar 2023 um 18:31
Hi, for movies it works ... but not for shows
Antwort von Travis Bell
am 19. Februar 2023 um 15:09
TV works just fine:
Request
Response
Antwort von jlj1950228
am 30. August 2023 um 18:52
This works if pasted into the browser url window, but not with curl.
Antwort von Leon
am 31. August 2023 um 10:36
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.
Antwort von jlj1950228
am 31. August 2023 um 12:43
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.