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 مساءا
Hi @bclayshannon,
Yes, you can use the
/find
method.As an example.
رد بواسطة dewanharish
بتاريخ فبراير 18, 2023 في 6:31 مساءا
Hi, for movies it works ... but not for shows
رد بواسطة Travis Bell
بتاريخ فبراير 19, 2023 في 3:09 مساءا
TV works just fine:
Request
Response
رد بواسطة jlj1950228
بتاريخ أغسطس 30, 2023 في 6:52 مساءا
This works if pasted into the browser url window, but not with curl.
رد بواسطة Leon
بتاريخ أغسطس 31, 2023 في 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.
رد بواسطة jlj1950228
بتاريخ أغسطس 31, 2023 في 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.