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).
Не можеш да нађеш филм или серију? Пријави се да додаш.
Желите ли да оцените или додате ову ставку у листу?
Нисте члан?
Одговор од Travis Bell
дана 22. септембар 2020. у 12:58 PM
Hi @bclayshannon,
Yes, you can use the
/find
method.As an example.
Одговор од dewanharish
дана 18. фебруар 2023. у 6:31 PM
Hi, for movies it works ... but not for shows
Одговор од Travis Bell
дана 19. фебруар 2023. у 3:09 PM
TV works just fine:
Request
Response
Одговор од jlj1950228
дана 30. август 2023. у 6:52 PM
This works if pasted into the browser url window, but not with curl.
Одговор од Leon
дана 31. август 2023. у 10:36 AM
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.
Одговор од jlj1950228
дана 31. август 2023. у 12:43 PM
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.